diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props
index 581f3b2fcd9a..81d88aee630d 100644
--- a/eng/Packages.Data.props
+++ b/eng/Packages.Data.props
@@ -162,7 +162,7 @@
-
+
diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs
index b2c5347c68a4..6c3d9c49d4c0 100644
--- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs
+++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs
@@ -24,7 +24,6 @@ public abstract class EventHubsManagementClientBase : ManagementRecordedTestBase
public NamespacesOperations NamespacesOperations { get; set; }
public ConsumerGroupsOperations ConsumerGroupsOperations { get; set; }
public DisasterRecoveryConfigsOperations DisasterRecoveryConfigsOperations { get; set; }
- public StorageManagementClient StorageManagementClient { get; set; }
protected EventHubsManagementClientBase(bool isAsync)
: base(isAsync)
@@ -42,8 +41,6 @@ protected void InitializeClients()
ConsumerGroupsOperations = EventHubsManagementClient.ConsumerGroups;
DisasterRecoveryConfigsOperations = EventHubsManagementClient.DisasterRecoveryConfigs;
Operations = EventHubsManagementClient.Operations;
-
- StorageManagementClient = GetStorageManagementClient();
}
internal EventHubsManagementClient GetEventHubManagementClient()
@@ -52,14 +49,6 @@ internal EventHubsManagementClient GetEventHubManagementClient()
TestEnvironment.Credential,
InstrumentClientOptions(new EventHubsManagementClientOptions()));
}
-
- internal StorageManagementClient GetStorageManagementClient()
- {
- return CreateClient(this.SubscriptionId,
- TestEnvironment.Credential,
- InstrumentClientOptions(new StorageManagementClientOptions()));
- }
-
internal ArmClient GetArmClient()
{
var options = InstrumentClientOptions(new ArmClientOptions());
diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json
index cf316c1adebe..7f0087c3c113 100644
--- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json
+++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json
@@ -1,16 +1,12 @@
{
"Entries": [
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub?api-version=2019-10-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-d9ac2ceca004cb4eba3d0042f6899487-91d0d0509d8c974e-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.Resources/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "9089945711f31aeed62f7239eabee003",
"x-ms-return-client-request-id": "true"
},
@@ -18,20 +14,66 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "5062",
+ "Content-Length": "468",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:44 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:02 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-correlation-request-id": "54001860-e9f7-4e04-a512-60e704b9ad00",
+ "x-ms-correlation-request-id": "b7e27f19-7feb-4a6d-a73e-80bb81413435",
"x-ms-ratelimit-remaining-subscription-reads": "11999",
- "x-ms-request-id": "54001860-e9f7-4e04-a512-60e704b9ad00",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084444Z:54001860-e9f7-4e04-a512-60e704b9ad00"
+ "x-ms-request-id": "b7e27f19-7feb-4a6d-a73e-80bb81413435",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055202Z:b7e27f19-7feb-4a6d-a73e-80bb81413435"
+ },
+ "ResponseBody": {
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c",
+ "authorizationSource": "RoleBased",
+ "managedByTenants": [],
+ "tags": {
+ "tagKey1": "tagValue1",
+ "tagKey2": "tagValue2"
+ },
+ "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c",
+ "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
+ "displayName": ".NET Mgmt SDK Test with TTL = 1 Day",
+ "state": "Enabled",
+ "subscriptionPolicies": {
+ "locationPlacementId": "Internal_2014-09-01",
+ "quotaId": "Internal_2014-09-01",
+ "spendingLimit": "Off"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub?api-version=2019-10-01",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Accept": "application/json",
+ "Authorization": "Sanitized",
+ "traceparent": "00-a84510324703214b9f84eae24e96debf-1882f36aa1b73c4b-00",
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "ccc8f8b99f0b51f1729804d35dd35a07",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "5823",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:52:02 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-correlation-request-id": "2ba1fa69-e980-452d-8472-a24d59ca30db",
+ "x-ms-ratelimit-remaining-subscription-reads": "11998",
+ "x-ms-request-id": "2ba1fa69-e980-452d-8472-a24d59ca30db",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055203Z:2ba1fa69-e980-452d-8472-a24d59ca30db"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub",
"namespace": "Microsoft.EventHub",
"authorizations": [
{
@@ -79,10 +121,12 @@
"Switzerland North",
"Germany West Central",
"Norway East",
- "Central US EUAP",
- "East US 2 EUAP"
+ "Jio India West",
+ "West US 3"
],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
"2018-01-01-preview",
"2017-04-01",
"2015-08-01",
@@ -129,11 +173,12 @@
"France Central",
"South Africa North",
"Australia Central",
+ "UAE North",
"Switzerland North",
"Germany West Central",
"Norway East",
- "Central US EUAP",
- "East US 2 EUAP"
+ "Jio India West",
+ "West US 3"
],
"apiVersions": [
"2018-01-01-preview"
@@ -144,6 +189,9 @@
"resourceType": "namespaces/authorizationrules",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -160,6 +208,8 @@
"resourceType": "namespaces/networkrulesets",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
"2018-01-01-preview",
"2017-04-01"
],
@@ -171,10 +221,23 @@
],
"capabilities": "None"
},
+ {
+ "resourceType": "namespaces/privateEndpointConnections",
+ "locations": [],
+ "apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview"
+ ],
+ "capabilities": "None"
+ },
{
"resourceType": "namespaces/eventhubs",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -191,6 +254,9 @@
"resourceType": "namespaces/eventhubs/authorizationrules",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -207,6 +273,9 @@
"resourceType": "namespaces/eventhubs/consumergroups",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -238,6 +307,9 @@
"resourceType": "checkNameAvailability",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -270,6 +342,9 @@
"resourceType": "operations",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -286,6 +361,9 @@
"resourceType": "namespaces/disasterrecoveryconfigs",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01"
],
"apiProfiles": [
@@ -300,6 +378,9 @@
"resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -362,42 +443,39 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336?api-version=2019-10-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509?api-version=2019-10-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "Content-Length": "29",
+ "Content-Length": "28",
"Content-Type": "application/json",
- "traceparent": "00-385557f6e5b08341bcff917e1d0d5f36-d53647c8695df942-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.Resources/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "0bccc8f8f19f72519804d35dd35a070d",
+ "traceparent": "00-936b1facafc2bb41a71fa65a96a24a7a-5d21664e1b2b6942-00",
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "676dc87917107de2ae60ce1f7adca274",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
- "location": "Australia East"
+ "location": "australiaeast"
},
"StatusCode": 201,
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "246",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:45 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:04 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-correlation-request-id": "68289e32-6bd9-4aa0-83a8-f50319bcdbef",
+ "x-ms-correlation-request-id": "defb6c3c-a7f7-44be-8b3a-14090cdfb6a8",
"x-ms-ratelimit-remaining-subscription-writes": "1199",
- "x-ms-request-id": "68289e32-6bd9-4aa0-83a8-f50319bcdbef",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084446Z:68289e32-6bd9-4aa0-83a8-f50319bcdbef"
+ "x-ms-request-id": "defb6c3c-a7f7-44be-8b3a-14090cdfb6a8",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055205Z:defb6c3c-a7f7-44be-8b3a-14090cdfb6a8"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336",
- "name": "Default-EventHub-9336",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509",
+ "name": "Default-EventHub-7509",
"type": "Microsoft.Resources/resourceGroups",
"location": "australiaeast",
"properties": {
@@ -406,19 +484,15 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682?api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984?api-version=2021-04-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
"Content-Length": "105",
"Content-Type": "application/json",
- "traceparent": "00-b130d36eb01a3146a1aea0b5841f14b4-253a2810b8395b45-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "10676dc8e217ae7d60ce1f7adca274b1",
+ "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e8311b49b7ed38a31d5b0c1bbc02d56a",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
@@ -436,65 +510,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:49 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:10 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "10676dc8e217ae7d60ce1f7adca274b1",
- "x-ms-correlation-request-id": "2b2f480d-de37-41dc-8861-d502454621ae",
+ "x-ms-client-request-id": "e8311b49b7ed38a31d5b0c1bbc02d56a",
+ "x-ms-correlation-request-id": "430a224b-ff3f-4c11-8f1b-94429fbdba5a",
"x-ms-ratelimit-remaining-subscription-writes": "1198",
- "x-ms-request-id": "fcd4431b-595a-432f-90d9-e46ae9255ecb",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084449Z:2b2f480d-de37-41dc-8861-d502454621ae"
- },
- "ResponseBody": []
- },
- {
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "72f6712ba99ce5e04f5c3e2332f7bc62",
- "x-ms-return-client-request-id": "true"
- },
- "RequestBody": null,
- "StatusCode": 202,
- "ResponseHeaders": {
- "Cache-Control": "no-cache",
- "Content-Length": "0",
- "Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:49 GMT",
- "Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
- "Pragma": "no-cache",
- "Retry-After": "17",
- "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
- "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
- "X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "72f6712ba99ce5e04f5c3e2332f7bc62",
- "x-ms-correlation-request-id": "a4897916-bdf2-4b8c-b360-c5b6cd03f268",
- "x-ms-ratelimit-remaining-subscription-reads": "11998",
- "x-ms-request-id": "a84f48b3-47f3-4313-9494-4d7f982b9213",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084450Z:a4897916-bdf2-4b8c-b360-c5b6cd03f268"
+ "x-ms-request-id": "509c1f48-c5de-4744-b00a-c54afad42519",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055211Z:430a224b-ff3f-4c11-8f1b-94429fbdba5a"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "3e89ac5e25d6108bca2ef2bcd661f25e",
"x-ms-return-client-request-id": "true"
},
@@ -504,31 +541,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:51 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:11 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "3e89ac5e25d6108bca2ef2bcd661f25e",
- "x-ms-correlation-request-id": "21b88e2d-1ce0-432e-a4b5-0683a54f08d9",
+ "x-ms-correlation-request-id": "3ca50454-fc7f-4242-9dd0-b9a0c7f37010",
"x-ms-ratelimit-remaining-subscription-reads": "11997",
- "x-ms-request-id": "dcb069c8-2519-41fe-8e04-69443e72f042",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084451Z:21b88e2d-1ce0-432e-a4b5-0683a54f08d9"
+ "x-ms-request-id": "986516c8-9dfc-4f66-a964-c19fd85d3ec6",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055211Z:3ca50454-fc7f-4242-9dd0-b9a0c7f37010"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "6a4eb4f802aca0143b4b999179800625",
"x-ms-return-client-request-id": "true"
},
@@ -538,31 +572,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:53 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:12 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "6a4eb4f802aca0143b4b999179800625",
- "x-ms-correlation-request-id": "c42f7790-c15f-4c1a-b89f-80fc9a92e2b3",
+ "x-ms-correlation-request-id": "f01f08e3-971a-4a1b-ac06-eb8d1f2114c4",
"x-ms-ratelimit-remaining-subscription-reads": "11996",
- "x-ms-request-id": "693f7bd3-ce44-4576-a90f-c529448e6808",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084453Z:c42f7790-c15f-4c1a-b89f-80fc9a92e2b3"
+ "x-ms-request-id": "804d684b-fae1-4993-afc6-0b87837e26cb",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055213Z:f01f08e3-971a-4a1b-ac06-eb8d1f2114c4"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "0fbdaa9e97780693e5e5a76eb7230fed",
"x-ms-return-client-request-id": "true"
},
@@ -572,31 +603,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:54 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:13 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "0fbdaa9e97780693e5e5a76eb7230fed",
- "x-ms-correlation-request-id": "b4fea0ba-ed51-4a7d-b1a2-f44417145abe",
+ "x-ms-correlation-request-id": "4062b984-cdc1-4270-a197-63b7e4e5cdcc",
"x-ms-ratelimit-remaining-subscription-reads": "11995",
- "x-ms-request-id": "fd47e7d8-746a-4816-9008-d1ee8142d24c",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084454Z:b4fea0ba-ed51-4a7d-b1a2-f44417145abe"
+ "x-ms-request-id": "b52ac770-5795-4760-b6a5-34a232eafba5",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055214Z:4062b984-cdc1-4270-a197-63b7e4e5cdcc"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "7d2ae06a52a85cb697e9038a8bfa974a",
"x-ms-return-client-request-id": "true"
},
@@ -606,31 +634,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:55 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:15 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "7d2ae06a52a85cb697e9038a8bfa974a",
- "x-ms-correlation-request-id": "a2b142bc-5e91-4f0f-af1f-8c59dfa0c2d2",
+ "x-ms-correlation-request-id": "515062e0-a590-408d-8c4e-f9212318ec2e",
"x-ms-ratelimit-remaining-subscription-reads": "11994",
- "x-ms-request-id": "0ae660ff-aee1-4527-b7c5-38731283a61f",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084456Z:a2b142bc-5e91-4f0f-af1f-8c59dfa0c2d2"
+ "x-ms-request-id": "53bab9de-49ed-4c16-9638-f0f9c86f4abd",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055215Z:515062e0-a590-408d-8c4e-f9212318ec2e"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "2b1ecc28e2a461e5204884c65aa6e817",
"x-ms-return-client-request-id": "true"
},
@@ -640,31 +665,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:56 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:16 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "2b1ecc28e2a461e5204884c65aa6e817",
- "x-ms-correlation-request-id": "0689a3c0-6f50-4126-ac1e-a1998bf054ec",
+ "x-ms-correlation-request-id": "eebb8386-f593-44c2-8079-2841b5909e57",
"x-ms-ratelimit-remaining-subscription-reads": "11993",
- "x-ms-request-id": "78980297-659f-4b65-a682-86b32564f5e9",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084457Z:0689a3c0-6f50-4126-ac1e-a1998bf054ec"
+ "x-ms-request-id": "95efd4fc-3151-4b77-b746-a6b5e0865ca4",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055217Z:eebb8386-f593-44c2-8079-2841b5909e57"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "9826ac3c88554c7df461788e94097aeb",
"x-ms-return-client-request-id": "true"
},
@@ -674,31 +696,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:58 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:17 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "9826ac3c88554c7df461788e94097aeb",
- "x-ms-correlation-request-id": "991e5994-1109-48d7-9961-bc5110772a49",
+ "x-ms-correlation-request-id": "5add5ccf-bc04-4bd8-859d-1f3331c81ff2",
"x-ms-ratelimit-remaining-subscription-reads": "11992",
- "x-ms-request-id": "6e0ecb6e-5f31-4ce3-a23c-a4b07c3fc0ba",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084458Z:991e5994-1109-48d7-9961-bc5110772a49"
+ "x-ms-request-id": "67828c07-8dff-4765-b600-23caacfc9079",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055218Z:5add5ccf-bc04-4bd8-859d-1f3331c81ff2"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "ea455d4ee4058749fbc85c60cdf001f1",
"x-ms-return-client-request-id": "true"
},
@@ -708,31 +727,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:44:59 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:19 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "ea455d4ee4058749fbc85c60cdf001f1",
- "x-ms-correlation-request-id": "29f6234d-4edf-4549-a7cb-692e5e7088b0",
+ "x-ms-correlation-request-id": "16a712ee-9133-4ae0-84ba-ef454370722e",
"x-ms-ratelimit-remaining-subscription-reads": "11991",
- "x-ms-request-id": "e8fb3b11-e136-46d6-8e61-b06fe7d8c0ed",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084459Z:29f6234d-4edf-4549-a7cb-692e5e7088b0"
+ "x-ms-request-id": "620eb782-6629-4081-a309-43848f8e0529",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055219Z:16a712ee-9133-4ae0-84ba-ef454370722e"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "df4eeb01fed39ff44fd236436a56cd17",
"x-ms-return-client-request-id": "true"
},
@@ -742,31 +758,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:00 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:20 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "df4eeb01fed39ff44fd236436a56cd17",
- "x-ms-correlation-request-id": "b3e1e387-5634-470d-a968-17e84ea0cd4e",
+ "x-ms-correlation-request-id": "e2c6997c-7769-4d31-af1d-06b4dceeed89",
"x-ms-ratelimit-remaining-subscription-reads": "11990",
- "x-ms-request-id": "a4e94b3f-c83c-45ba-91a2-fa625538a2b3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084501Z:b3e1e387-5634-470d-a968-17e84ea0cd4e"
+ "x-ms-request-id": "3bd0f88d-ee7f-48aa-a0f2-a03d229e6bbe",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055221Z:e2c6997c-7769-4d31-af1d-06b4dceeed89"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "fd7799cdfd615812629f9c8d2c1c7e04",
"x-ms-return-client-request-id": "true"
},
@@ -776,31 +789,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:02 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:21 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "fd7799cdfd615812629f9c8d2c1c7e04",
- "x-ms-correlation-request-id": "4301a89f-0538-436a-9451-b0582f694e11",
+ "x-ms-correlation-request-id": "0b10610a-0cd7-426b-acc8-ca4c63b16f2c",
"x-ms-ratelimit-remaining-subscription-reads": "11989",
- "x-ms-request-id": "438e3352-0f16-4636-aa6d-327c76197b7f",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084502Z:4301a89f-0538-436a-9451-b0582f694e11"
+ "x-ms-request-id": "ff55c3ae-777e-45ff-b84b-4c8fdd839c1f",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055222Z:0b10610a-0cd7-426b-acc8-ca4c63b16f2c"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "a88d865f9abb4f1868a59b32ad051da5",
"x-ms-return-client-request-id": "true"
},
@@ -810,31 +820,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:03 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:22 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "a88d865f9abb4f1868a59b32ad051da5",
- "x-ms-correlation-request-id": "bd659296-9901-40fc-80e8-19ac1ba5a6b8",
+ "x-ms-correlation-request-id": "4877e25d-5546-4e21-ad49-32ab0078a50c",
"x-ms-ratelimit-remaining-subscription-reads": "11988",
- "x-ms-request-id": "6c1137d3-1be3-4cb3-8a4f-ea6c5a0e4f46",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084503Z:bd659296-9901-40fc-80e8-19ac1ba5a6b8"
+ "x-ms-request-id": "7737931e-89c0-4acc-891f-f35d1bff58ea",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055223Z:4877e25d-5546-4e21-ad49-32ab0078a50c"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "349245fb03780390d8f57c3462677332",
"x-ms-return-client-request-id": "true"
},
@@ -844,51 +851,79 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:04 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:24 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "349245fb03780390d8f57c3462677332",
- "x-ms-correlation-request-id": "75908c0f-b9ae-413a-82c0-51cc96c7d3e5",
+ "x-ms-correlation-request-id": "4ce8e20f-10a7-4c02-bde6-d3a86bad6d5e",
"x-ms-ratelimit-remaining-subscription-reads": "11987",
- "x-ms-request-id": "dac4bb3b-4ab3-4848-87e1-27b58b11d969",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084505Z:75908c0f-b9ae-413a-82c0-51cc96c7d3e5"
+ "x-ms-request-id": "302bb905-06da-43a3-b158-90c60fa585d5",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055225Z:4ce8e20f-10a7-4c02-bde6-d3a86bad6d5e"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "e3e3325324c8335b812795bb62dfab5c",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
- "StatusCode": 200,
+ "StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "1291",
- "Content-Type": "application/json",
- "Date": "Mon, 28 Sep 2020 08:45:06 GMT",
+ "Content-Length": "0",
+ "Content-Type": "text/plain; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:52:25 GMT",
"Expires": "-1",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
+ "Retry-After": "3",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "e3e3325324c8335b812795bb62dfab5c",
- "x-ms-correlation-request-id": "6e009ea4-f140-4f2b-9bae-bff5a3c241e2",
+ "x-ms-correlation-request-id": "fd418434-1d89-48fa-ba9b-fc38f2a59f05",
"x-ms-ratelimit-remaining-subscription-reads": "11986",
- "x-ms-request-id": "938a2ca9-8c98-4d03-820a-192e29a01476",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084506Z:6e009ea4-f140-4f2b-9bae-bff5a3c241e2"
+ "x-ms-request-id": "643236fd-855b-4992-bed1-25519bcfa6cb",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055226Z:fd418434-1d89-48fa-ba9b-fc38f2a59f05"
+ },
+ "ResponseBody": []
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e691f7824a8a5b8bf68acfc51de3ed00",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "1387",
+ "Content-Type": "application/json",
+ "Date": "Wed, 01 Sep 2021 05:52:26 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "e691f7824a8a5b8bf68acfc51de3ed00",
+ "x-ms-correlation-request-id": "fc2c14a9-99d6-4b9f-ac2d-57aa84bc9a9f",
+ "x-ms-ratelimit-remaining-subscription-reads": "11985",
+ "x-ms-request-id": "02b8bd66-fd3b-4743-86d7-975b5de9e85a",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055227Z:fc2c14a9-99d6-4b9f-ac2d-57aa84bc9a9f"
},
"ResponseBody": {
"sku": {
@@ -896,12 +931,16 @@
"tier": "Standard"
},
"kind": "StorageV2",
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
- "name": "sdktestaccount3682",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
+ "name": "sdktestaccount3984",
"type": "Microsoft.Storage/storageAccounts",
"location": "eastus2",
"tags": {},
"properties": {
+ "keyCreationTime": {
+ "key1": "2021-09-01T05:52:10.1963779Z",
+ "key2": "2021-09-01T05:52:10.1963779Z"
+ },
"privateEndpointConnections": [],
"networkAcls": {
"bypass": "AzureServices",
@@ -915,26 +954,26 @@
"file": {
"keyType": "Account",
"enabled": true,
- "lastEnabledTime": "2020-09-28T08:44:49.2624156Z"
+ "lastEnabledTime": "2021-09-01T05:52:10.1963779Z"
},
"blob": {
"keyType": "Account",
"enabled": true,
- "lastEnabledTime": "2020-09-28T08:44:49.2624156Z"
+ "lastEnabledTime": "2021-09-01T05:52:10.1963779Z"
}
},
"keySource": "Microsoft.Storage"
},
"accessTier": "Hot",
"provisioningState": "Succeeded",
- "creationTime": "2020-09-28T08:44:49.1686802Z",
+ "creationTime": "2021-09-01T05:52:10.0713952Z",
"primaryEndpoints": {
- "dfs": "https://sdktestaccount3682.dfs.core.windows.net/",
- "web": "https://sdktestaccount3682.z20.web.core.windows.net/",
- "blob": "https://sdktestaccount3682.blob.core.windows.net/",
- "queue": "https://sdktestaccount3682.queue.core.windows.net/",
- "table": "https://sdktestaccount3682.table.core.windows.net/",
- "file": "https://sdktestaccount3682.file.core.windows.net/"
+ "dfs": "https://sdktestaccount3984.dfs.core.windows.net/",
+ "web": "https://sdktestaccount3984.z20.web.core.windows.net/",
+ "blob": "https://sdktestaccount3984.blob.core.windows.net/",
+ "queue": "https://sdktestaccount3984.queue.core.windows.net/",
+ "table": "https://sdktestaccount3984.table.core.windows.net/",
+ "file": "https://sdktestaccount3984.file.core.windows.net/"
},
"primaryLocation": "eastus2",
"statusOfPrimary": "available"
@@ -942,19 +981,16 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
"Content-Length": "45",
"Content-Type": "application/json",
- "traceparent": "00-aaa34a7c96a4224596b1ca9266f11f22-a919c5ee39f3304f-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "8ae691f78b4af65b8acfc51de3ed0032",
+ "traceparent": "00-d0393fa8e3f4e744be2edc1d48988f81-885add0e4db5664b-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "227adf68dc39e9d75fb3516ed4a0f94a",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
@@ -964,9 +1000,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:11 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:31 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -976,70 +1012,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "8ae691f78b4af65b8acfc51de3ed0032",
- "x-ms-correlation-request-id": "4ec14e7e-593c-48e2-a144-fcdff779b3ad",
+ "x-ms-client-request-id": "227adf68dc39e9d75fb3516ed4a0f94a",
+ "x-ms-correlation-request-id": "605f99c3-0281-4018-b93d-3078bb1d018b",
"x-ms-ratelimit-remaining-subscription-resource-requests": "49",
- "x-ms-request-id": "64b94352-9a77-41e0-87ac-e79e9def48b3_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084511Z:4ec14e7e-593c-48e2-a144-fcdff779b3ad"
- },
- "ResponseBody": {
- "sku": {
- "name": "Standard",
- "tier": "Standard",
- "capacity": 1
- },
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
- "type": "Microsoft.EventHub/Namespaces",
- "location": "Australia East",
- "tags": {},
- "properties": {
- "zoneRedundant": false,
- "isAutoInflateEnabled": false,
- "maximumThroughputUnits": 0,
- "kafkaEnabled": true,
- "provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
- "status": "Activating"
- }
- }
- },
- {
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "d66ab220a88ca60987ec3e5496159d39",
- "x-ms-return-client-request-id": "true"
- },
- "RequestBody": null,
- "StatusCode": 200,
- "ResponseHeaders": {
- "Cache-Control": "no-cache",
- "Content-Length": "744",
- "Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:13 GMT",
- "Expires": "-1",
- "Pragma": "no-cache",
- "Server": [
- "Service-Bus-Resource-Provider/CH3",
- "Microsoft-HTTPAPI/2.0"
- ],
- "Server-SB": "Service-Bus-Resource-Provider/CH3",
- "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
- "X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "d66ab220a88ca60987ec3e5496159d39",
- "x-ms-correlation-request-id": "97ab3867-06cb-4472-8166-9c454508bf3b",
- "x-ms-ratelimit-remaining-subscription-reads": "11985",
- "x-ms-request-id": "7dd94fa0-5646-48d8-a08e-564befe8dd9c_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084513Z:97ab3867-06cb-4472-8166-9c454508bf3b"
+ "x-ms-request-id": "218f44c6-ddef-444d-93ed-bc680492092f_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055232Z:605f99c3-0281-4018-b93d-3078bb1d018b"
},
"ResponseBody": {
"sku": {
@@ -1047,8 +1024,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1058,23 +1035,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "00f989953a301b48bafc2a973aed21e9",
"x-ms-return-client-request-id": "true"
},
@@ -1082,9 +1056,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:14 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:32 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1095,10 +1069,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "00f989953a301b48bafc2a973aed21e9",
- "x-ms-correlation-request-id": "09a38179-f865-47ef-928f-e73a8d926ee8",
+ "x-ms-correlation-request-id": "1ae07045-be98-4c2f-bb22-d353f49117cd",
"x-ms-ratelimit-remaining-subscription-reads": "11984",
- "x-ms-request-id": "f109f4c8-4ffc-4dd7-9d66-da19a2d07764_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084514Z:09a38179-f865-47ef-928f-e73a8d926ee8"
+ "x-ms-request-id": "5792a994-330c-4584-886c-d252ff34caa9_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055233Z:1ae07045-be98-4c2f-bb22-d353f49117cd"
},
"ResponseBody": {
"sku": {
@@ -1106,8 +1080,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1117,23 +1091,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "31fd7bd62a83c0a5d5d49b4c9d82534a",
"x-ms-return-client-request-id": "true"
},
@@ -1141,9 +1112,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:15 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:33 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1154,10 +1125,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "31fd7bd62a83c0a5d5d49b4c9d82534a",
- "x-ms-correlation-request-id": "6b2ec06b-c7b0-459c-acfa-18a02d0f3e97",
+ "x-ms-correlation-request-id": "7f892e1f-b3df-464d-94da-46b8b1aabe63",
"x-ms-ratelimit-remaining-subscription-reads": "11983",
- "x-ms-request-id": "a046a4eb-bd19-4979-b440-b809208a39c1_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084516Z:6b2ec06b-c7b0-459c-acfa-18a02d0f3e97"
+ "x-ms-request-id": "1ed388c7-0f14-48b2-9ce8-26b4936ffe27_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055234Z:7f892e1f-b3df-464d-94da-46b8b1aabe63"
},
"ResponseBody": {
"sku": {
@@ -1165,8 +1136,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1176,23 +1147,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "4bd91715f8a6e519694e1b8f7d716c99",
"x-ms-return-client-request-id": "true"
},
@@ -1200,9 +1168,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:17 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:35 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1213,10 +1181,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "4bd91715f8a6e519694e1b8f7d716c99",
- "x-ms-correlation-request-id": "2441800b-a6f8-494e-8fa5-e6a2e0564f6c",
+ "x-ms-correlation-request-id": "79adf8e6-bb2b-4def-b037-dd68a20b65c6",
"x-ms-ratelimit-remaining-subscription-reads": "11982",
- "x-ms-request-id": "e5d7abae-f116-461a-9e7f-d7074527f8df_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084517Z:2441800b-a6f8-494e-8fa5-e6a2e0564f6c"
+ "x-ms-request-id": "5c1e0479-936f-42c5-9127-b1e4e8d92965_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055236Z:79adf8e6-bb2b-4def-b037-dd68a20b65c6"
},
"ResponseBody": {
"sku": {
@@ -1224,8 +1192,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1235,23 +1203,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "1b7e54ca6b176bb5e3392a5c9ffb7d37",
"x-ms-return-client-request-id": "true"
},
@@ -1259,9 +1224,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:18 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:36 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1272,10 +1237,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "1b7e54ca6b176bb5e3392a5c9ffb7d37",
- "x-ms-correlation-request-id": "92eb9c74-70ed-46ff-b847-4b1b10ebfe2d",
+ "x-ms-correlation-request-id": "6a7d0b66-5bfa-4cef-a1ba-fda19fb3fc5e",
"x-ms-ratelimit-remaining-subscription-reads": "11981",
- "x-ms-request-id": "6a402461-160b-44c4-8a10-5bf5a6e3cd25_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084519Z:92eb9c74-70ed-46ff-b847-4b1b10ebfe2d"
+ "x-ms-request-id": "b6bd41fb-8b40-48ad-8594-05388faf4695_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055237Z:6a7d0b66-5bfa-4cef-a1ba-fda19fb3fc5e"
},
"ResponseBody": {
"sku": {
@@ -1283,8 +1248,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1294,23 +1259,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "2281e0a9d614de436118c8350e154364",
"x-ms-return-client-request-id": "true"
},
@@ -1318,9 +1280,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:20 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:37 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1331,10 +1293,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "2281e0a9d614de436118c8350e154364",
- "x-ms-correlation-request-id": "6af2ec48-1afb-4e16-85b5-0b524d1c895b",
+ "x-ms-correlation-request-id": "39471f2e-cb92-4cf4-b981-72f29a7c2073",
"x-ms-ratelimit-remaining-subscription-reads": "11980",
- "x-ms-request-id": "cbc1a954-15be-4b2a-bd1f-14c0010f5c66_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084520Z:6af2ec48-1afb-4e16-85b5-0b524d1c895b"
+ "x-ms-request-id": "494a7bc9-8e95-4ac7-a21a-c933e3b7d191_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055238Z:39471f2e-cb92-4cf4-b981-72f29a7c2073"
},
"ResponseBody": {
"sku": {
@@ -1342,8 +1304,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1353,23 +1315,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "498101673804aa32626e676dcdbd466d",
"x-ms-return-client-request-id": "true"
},
@@ -1377,9 +1336,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:21 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:38 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1390,10 +1349,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "498101673804aa32626e676dcdbd466d",
- "x-ms-correlation-request-id": "28f68901-bc8b-4fe9-ba4d-4de50a0ddd36",
+ "x-ms-correlation-request-id": "7f3a6ae2-db05-441b-ab9a-32f24f686194",
"x-ms-ratelimit-remaining-subscription-reads": "11979",
- "x-ms-request-id": "eac218ca-0308-49f4-864e-2dd4963dc4ca_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084521Z:28f68901-bc8b-4fe9-ba4d-4de50a0ddd36"
+ "x-ms-request-id": "870fb43d-7974-4614-84f1-8d775cda1ba5_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055239Z:7f3a6ae2-db05-441b-ab9a-32f24f686194"
},
"ResponseBody": {
"sku": {
@@ -1401,8 +1360,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1412,23 +1371,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "9ce6e3d149f0f485119fb9ffa2805cce",
"x-ms-return-client-request-id": "true"
},
@@ -1436,9 +1392,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:22 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:40 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1449,10 +1405,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "9ce6e3d149f0f485119fb9ffa2805cce",
- "x-ms-correlation-request-id": "ce1d9596-4150-499c-9a40-3b0a17866357",
+ "x-ms-correlation-request-id": "f2273aad-e133-4cd8-8957-618db9c1e331",
"x-ms-ratelimit-remaining-subscription-reads": "11978",
- "x-ms-request-id": "9a88355c-1b70-48ce-8a24-c05ace4453cc_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084523Z:ce1d9596-4150-499c-9a40-3b0a17866357"
+ "x-ms-request-id": "7ea78701-a825-43ef-8be2-a39ec6d42bf6_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055241Z:f2273aad-e133-4cd8-8957-618db9c1e331"
},
"ResponseBody": {
"sku": {
@@ -1460,8 +1416,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1471,23 +1427,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "9ef4c6f5347a7133add7c0a56ed510a3",
"x-ms-return-client-request-id": "true"
},
@@ -1495,9 +1448,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:24 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:41 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1508,10 +1461,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "9ef4c6f5347a7133add7c0a56ed510a3",
- "x-ms-correlation-request-id": "3d5fc244-60da-43b9-811a-90ffeefb1902",
+ "x-ms-correlation-request-id": "dfe8ea77-0de7-489d-a124-1c85dc6d6ac0",
"x-ms-ratelimit-remaining-subscription-reads": "11977",
- "x-ms-request-id": "ebbf7cdc-8e25-4af7-9fb2-b46809205565_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084524Z:3d5fc244-60da-43b9-811a-90ffeefb1902"
+ "x-ms-request-id": "352649f7-1be9-489a-9e76-9af393ae5573_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055242Z:dfe8ea77-0de7-489d-a124-1c85dc6d6ac0"
},
"ResponseBody": {
"sku": {
@@ -1519,8 +1472,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1530,23 +1483,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "2a635ad1a62e1e737b8d38647e3307e1",
"x-ms-return-client-request-id": "true"
},
@@ -1554,9 +1504,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:25 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:42 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1567,10 +1517,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "2a635ad1a62e1e737b8d38647e3307e1",
- "x-ms-correlation-request-id": "92e335c2-c71d-457d-bdd5-8ecc755a3858",
+ "x-ms-correlation-request-id": "1085ad11-2e84-47a5-a467-222c536829f0",
"x-ms-ratelimit-remaining-subscription-reads": "11976",
- "x-ms-request-id": "4381f17d-5cd2-4f60-86dd-1c3abae5a549_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084525Z:92e335c2-c71d-457d-bdd5-8ecc755a3858"
+ "x-ms-request-id": "bc5c695e-a0c7-47d8-8b2e-2963da6bd8f1_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055243Z:1085ad11-2e84-47a5-a467-222c536829f0"
},
"ResponseBody": {
"sku": {
@@ -1578,8 +1528,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1589,23 +1539,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "06779911a7c89cf3b075ee1989df863b",
"x-ms-return-client-request-id": "true"
},
@@ -1613,9 +1560,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:26 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:44 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1626,10 +1573,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "06779911a7c89cf3b075ee1989df863b",
- "x-ms-correlation-request-id": "91c28fe9-c0b3-445a-8726-f844eaa43cdd",
+ "x-ms-correlation-request-id": "e60fff24-acf9-4517-86b6-3d7bcf87c9f0",
"x-ms-ratelimit-remaining-subscription-reads": "11975",
- "x-ms-request-id": "ffd672e4-8daf-48d0-95c6-24f5a4525c64_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084527Z:91c28fe9-c0b3-445a-8726-f844eaa43cdd"
+ "x-ms-request-id": "3e0be0f0-7270-4bfb-82f8-0223f92b42f7_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055245Z:e60fff24-acf9-4517-86b6-3d7bcf87c9f0"
},
"ResponseBody": {
"sku": {
@@ -1637,8 +1584,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1648,23 +1595,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "482d158f321c4e9f52d622ecfbcff27a",
"x-ms-return-client-request-id": "true"
},
@@ -1672,9 +1616,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:28 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:45 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1685,10 +1629,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "482d158f321c4e9f52d622ecfbcff27a",
- "x-ms-correlation-request-id": "f9b2e718-f136-481a-a8a5-e3d00cd51e4c",
+ "x-ms-correlation-request-id": "34f5f788-2fc8-4fdf-80c9-94f8fa8b1843",
"x-ms-ratelimit-remaining-subscription-reads": "11974",
- "x-ms-request-id": "7727e7cb-21f6-48b2-9eda-f2e7fbe04660_M7CH3_M7CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084528Z:f9b2e718-f136-481a-a8a5-e3d00cd51e4c"
+ "x-ms-request-id": "a6bc962b-cdb5-40f6-943c-618b212671ed_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055246Z:34f5f788-2fc8-4fdf-80c9-94f8fa8b1843"
},
"ResponseBody": {
"sku": {
@@ -1696,8 +1640,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1707,23 +1651,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "d594decf095d29db67c779b9b85a949b",
"x-ms-return-client-request-id": "true"
},
@@ -1731,9 +1672,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:30 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:46 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1744,10 +1685,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "d594decf095d29db67c779b9b85a949b",
- "x-ms-correlation-request-id": "9b5deb9d-eab6-412c-9301-1b25284e0670",
+ "x-ms-correlation-request-id": "69e2c774-8051-4ece-920f-028b6906ac3b",
"x-ms-ratelimit-remaining-subscription-reads": "11973",
- "x-ms-request-id": "3d1ccef5-7fd5-4ffe-9d27-054e097b349f_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084531Z:9b5deb9d-eab6-412c-9301-1b25284e0670"
+ "x-ms-request-id": "b9404744-cfc3-438d-9552-94d612827499_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055247Z:69e2c774-8051-4ece-920f-028b6906ac3b"
},
"ResponseBody": {
"sku": {
@@ -1755,8 +1696,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1766,23 +1707,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "69d5fd06bf05dec4f929b3f28506a1e1",
"x-ms-return-client-request-id": "true"
},
@@ -1790,9 +1728,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:32 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:49 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1803,10 +1741,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "69d5fd06bf05dec4f929b3f28506a1e1",
- "x-ms-correlation-request-id": "6a9ac3e9-6533-4b49-9900-cab446b2e1a7",
+ "x-ms-correlation-request-id": "8e2ddc24-7a69-445e-a227-50d6832dd026",
"x-ms-ratelimit-remaining-subscription-reads": "11972",
- "x-ms-request-id": "d1546628-4d3b-4a6b-ba73-bbd63eed898c_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084532Z:6a9ac3e9-6533-4b49-9900-cab446b2e1a7"
+ "x-ms-request-id": "b053161e-263c-4083-a594-e94c156b16cc_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055249Z:8e2ddc24-7a69-445e-a227-50d6832dd026"
},
"ResponseBody": {
"sku": {
@@ -1814,8 +1752,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1825,23 +1763,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "aa497382b14b85dd3a03e055b9e596f8",
"x-ms-return-client-request-id": "true"
},
@@ -1849,9 +1784,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:34 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:50 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1862,10 +1797,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "aa497382b14b85dd3a03e055b9e596f8",
- "x-ms-correlation-request-id": "218f9cae-452a-402f-aa1a-234c3f35f002",
+ "x-ms-correlation-request-id": "4ea18206-195f-4fb2-a2be-f9713537f87e",
"x-ms-ratelimit-remaining-subscription-reads": "11971",
- "x-ms-request-id": "d2d7b043-ad64-4417-b5ac-1bc1cfac3e1e_M5CH3_M5CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084534Z:218f9cae-452a-402f-aa1a-234c3f35f002"
+ "x-ms-request-id": "30a6d4b2-7c2e-441c-8202-20d754558622_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055250Z:4ea18206-195f-4fb2-a2be-f9713537f87e"
},
"ResponseBody": {
"sku": {
@@ -1873,8 +1808,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1884,23 +1819,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "fee6874189f910741ab6db3455e8a460",
"x-ms-return-client-request-id": "true"
},
@@ -1908,9 +1840,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:35 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:51 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1921,10 +1853,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "fee6874189f910741ab6db3455e8a460",
- "x-ms-correlation-request-id": "dd6b2bcd-d991-4b4a-b79f-2278b2a9dbeb",
+ "x-ms-correlation-request-id": "9fe4014a-3ebb-4cef-817e-cd7e4e98eea3",
"x-ms-ratelimit-remaining-subscription-reads": "11970",
- "x-ms-request-id": "d33a5efe-d8d2-4134-8ba0-5504242b7d31_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084536Z:dd6b2bcd-d991-4b4a-b79f-2278b2a9dbeb"
+ "x-ms-request-id": "e4eff37a-879a-4381-ab01-815b2ff56423_M6CH3_M6CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055251Z:9fe4014a-3ebb-4cef-817e-cd7e4e98eea3"
},
"ResponseBody": {
"sku": {
@@ -1932,8 +1864,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1943,23 +1875,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "44369825e91055501f4f2e02de6f2513",
"x-ms-return-client-request-id": "true"
},
@@ -1967,9 +1896,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:37 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:52 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1980,10 +1909,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "44369825e91055501f4f2e02de6f2513",
- "x-ms-correlation-request-id": "5dec3605-c02c-40fd-ba81-7c05b4e39c26",
+ "x-ms-correlation-request-id": "0fee2323-2e0e-4265-971a-6a45c533764d",
"x-ms-ratelimit-remaining-subscription-reads": "11969",
- "x-ms-request-id": "8a550f24-4e9d-4637-ba9d-7c3ea0ea628f_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084537Z:5dec3605-c02c-40fd-ba81-7c05b4e39c26"
+ "x-ms-request-id": "5b1a1089-148b-48db-9959-df37598623cc_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055253Z:0fee2323-2e0e-4265-971a-6a45c533764d"
},
"ResponseBody": {
"sku": {
@@ -1991,8 +1920,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2002,23 +1931,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "fdb0bb92a220f9e7fe399094d5a92f51",
"x-ms-return-client-request-id": "true"
},
@@ -2026,9 +1952,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:38 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:54 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2039,10 +1965,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "fdb0bb92a220f9e7fe399094d5a92f51",
- "x-ms-correlation-request-id": "beb95cbc-0bb9-4377-a503-08c39a85ee77",
+ "x-ms-correlation-request-id": "5451424f-3a53-49d6-9ac1-466cbfe1145a",
"x-ms-ratelimit-remaining-subscription-reads": "11968",
- "x-ms-request-id": "a76aed7d-57ac-421a-ab2b-fcbdfeb80726_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084539Z:beb95cbc-0bb9-4377-a503-08c39a85ee77"
+ "x-ms-request-id": "addc25c7-758c-4831-8955-6c9a63e9224f_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055254Z:5451424f-3a53-49d6-9ac1-466cbfe1145a"
},
"ResponseBody": {
"sku": {
@@ -2050,8 +1976,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2061,23 +1987,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "2030805e52ae58e73690dfaa5a7231aa",
"x-ms-return-client-request-id": "true"
},
@@ -2085,9 +2008,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:39 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:55 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2098,10 +2021,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "2030805e52ae58e73690dfaa5a7231aa",
- "x-ms-correlation-request-id": "4a0a42f0-e3a3-430e-a5fd-9923975ca2ba",
+ "x-ms-correlation-request-id": "c59ef57c-88dc-4a2a-9448-6e98ce7df557",
"x-ms-ratelimit-remaining-subscription-reads": "11967",
- "x-ms-request-id": "27e1c1ab-bf9c-4a35-9fa9-ff8a63e65dd8_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084540Z:4a0a42f0-e3a3-430e-a5fd-9923975ca2ba"
+ "x-ms-request-id": "6923430e-174c-40b5-a974-fb5f6f04d487_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055255Z:c59ef57c-88dc-4a2a-9448-6e98ce7df557"
},
"ResponseBody": {
"sku": {
@@ -2109,8 +2032,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2120,23 +2043,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "9aa1c791a7388240b13d45d759bb7f76",
"x-ms-return-client-request-id": "true"
},
@@ -2144,9 +2064,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:41 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:56 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2157,10 +2077,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "9aa1c791a7388240b13d45d759bb7f76",
- "x-ms-correlation-request-id": "3ab2bd5e-0746-47a3-8ce7-f6b2ab35ab1a",
+ "x-ms-correlation-request-id": "0582fa98-7f9c-4a48-b89f-2096421d3fb9",
"x-ms-ratelimit-remaining-subscription-reads": "11966",
- "x-ms-request-id": "f7174186-9aea-4524-a378-4d0f164268a3_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084541Z:3ab2bd5e-0746-47a3-8ce7-f6b2ab35ab1a"
+ "x-ms-request-id": "69821134-7d8d-43bb-9b47-4ae077c565d5_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055256Z:0582fa98-7f9c-4a48-b89f-2096421d3fb9"
},
"ResponseBody": {
"sku": {
@@ -2168,8 +2088,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2179,23 +2099,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "5ea3dc1f043e4064d358c68fc33c9e8c",
"x-ms-return-client-request-id": "true"
},
@@ -2203,9 +2120,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:42 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:58 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2216,10 +2133,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "5ea3dc1f043e4064d358c68fc33c9e8c",
- "x-ms-correlation-request-id": "b7b19041-b8d2-4229-bbc9-2bf02b956b4f",
+ "x-ms-correlation-request-id": "1ceba4d4-1cd1-4228-90ae-6ac36737739a",
"x-ms-ratelimit-remaining-subscription-reads": "11965",
- "x-ms-request-id": "fc53c053-d8af-445f-a67e-205e2867ca2b_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084543Z:b7b19041-b8d2-4229-bbc9-2bf02b956b4f"
+ "x-ms-request-id": "58f027c3-11d7-48d3-8851-0a63853afb57_M6CH3_M6CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055258Z:1ceba4d4-1cd1-4228-90ae-6ac36737739a"
},
"ResponseBody": {
"sku": {
@@ -2227,8 +2144,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2238,23 +2155,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "0e03e5079507b71940ad6f710c10ff7a",
"x-ms-return-client-request-id": "true"
},
@@ -2262,9 +2176,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:43 GMT",
+ "Date": "Wed, 01 Sep 2021 05:52:59 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2275,10 +2189,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "0e03e5079507b71940ad6f710c10ff7a",
- "x-ms-correlation-request-id": "2b960faa-1a5a-47f5-b98e-d9bcf76790e7",
+ "x-ms-correlation-request-id": "9866f2db-113b-4d7d-bf14-a5af93955bba",
"x-ms-ratelimit-remaining-subscription-reads": "11964",
- "x-ms-request-id": "ccb94a96-0875-49df-b566-d3cb49b3aea0_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084544Z:2b960faa-1a5a-47f5-b98e-d9bcf76790e7"
+ "x-ms-request-id": "a61227ec-3279-47a4-91de-132109e16eba_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055259Z:9866f2db-113b-4d7d-bf14-a5af93955bba"
},
"ResponseBody": {
"sku": {
@@ -2286,8 +2200,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2297,23 +2211,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "7e8a6811d3cf8c6c6261c6dfe0b0be74",
"x-ms-return-client-request-id": "true"
},
@@ -2321,9 +2232,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:45 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:00 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2334,10 +2245,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "7e8a6811d3cf8c6c6261c6dfe0b0be74",
- "x-ms-correlation-request-id": "3c38f217-847b-4f86-9732-71204026a044",
+ "x-ms-correlation-request-id": "ac392892-969a-4a1a-9d65-3f44a9cfa9a4",
"x-ms-ratelimit-remaining-subscription-reads": "11963",
- "x-ms-request-id": "d977ec72-6a3e-409c-8608-4171ed7405c9_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084545Z:3c38f217-847b-4f86-9732-71204026a044"
+ "x-ms-request-id": "ff4aaf92-3445-46c4-82b9-99de6ce5bbfe_M6CH3_M6CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055300Z:ac392892-969a-4a1a-9d65-3f44a9cfa9a4"
},
"ResponseBody": {
"sku": {
@@ -2345,8 +2256,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2356,23 +2267,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "73cfb99e70b88a6ec3ec1d9194f333c3",
"x-ms-return-client-request-id": "true"
},
@@ -2380,9 +2288,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:46 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:02 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2393,10 +2301,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "73cfb99e70b88a6ec3ec1d9194f333c3",
- "x-ms-correlation-request-id": "b9d57a0e-85e8-46dd-a4cc-902896f4a298",
+ "x-ms-correlation-request-id": "30baa755-998b-4d78-8ce3-86fc48f818e0",
"x-ms-ratelimit-remaining-subscription-reads": "11962",
- "x-ms-request-id": "d9934d5e-c534-4739-a377-91d04a9b3db3_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084547Z:b9d57a0e-85e8-46dd-a4cc-902896f4a298"
+ "x-ms-request-id": "92e25042-2cc6-4d32-8d75-534588bab7f0_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055302Z:30baa755-998b-4d78-8ce3-86fc48f818e0"
},
"ResponseBody": {
"sku": {
@@ -2404,8 +2312,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2415,23 +2323,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "5a7e4b5920b234bc7976aca6ce39d690",
"x-ms-return-client-request-id": "true"
},
@@ -2439,9 +2344,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:48 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:03 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2452,10 +2357,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "5a7e4b5920b234bc7976aca6ce39d690",
- "x-ms-correlation-request-id": "c7754936-8fb8-47a5-a3d2-fa9bb8108be4",
+ "x-ms-correlation-request-id": "e30cdc72-d9bb-4909-ba37-745ec0e73924",
"x-ms-ratelimit-remaining-subscription-reads": "11961",
- "x-ms-request-id": "fda6afb6-9bb6-46f3-9e91-b1b03ed33828_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084548Z:c7754936-8fb8-47a5-a3d2-fa9bb8108be4"
+ "x-ms-request-id": "661a62b2-1ece-4cf4-ba0b-182b484c8c80_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055303Z:e30cdc72-d9bb-4909-ba37-745ec0e73924"
},
"ResponseBody": {
"sku": {
@@ -2463,8 +2368,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2474,23 +2379,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "53d2fbee8b41a0c2fa00bae2b5daf76f",
"x-ms-return-client-request-id": "true"
},
@@ -2498,9 +2400,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:49 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:04 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2511,10 +2413,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "53d2fbee8b41a0c2fa00bae2b5daf76f",
- "x-ms-correlation-request-id": "beb23759-358c-468a-8b4b-85848946646b",
+ "x-ms-correlation-request-id": "3032d6d7-b0d9-44bb-8742-5584d3ae9622",
"x-ms-ratelimit-remaining-subscription-reads": "11960",
- "x-ms-request-id": "307a320e-b89e-4f8a-8d87-e54118b096ed_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084549Z:beb23759-358c-468a-8b4b-85848946646b"
+ "x-ms-request-id": "ae6e406b-d510-4c66-aacf-a623d9d3db1f_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055304Z:3032d6d7-b0d9-44bb-8742-5584d3ae9622"
},
"ResponseBody": {
"sku": {
@@ -2522,8 +2424,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2533,23 +2435,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "9486032d63317ec2fc9af941c4c8bb8a",
"x-ms-return-client-request-id": "true"
},
@@ -2557,9 +2456,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:50 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:06 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2570,10 +2469,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "9486032d63317ec2fc9af941c4c8bb8a",
- "x-ms-correlation-request-id": "53c0db35-f508-4d4d-9045-be9537122831",
+ "x-ms-correlation-request-id": "053cc2ef-e098-4407-8393-b478f6ba62e6",
"x-ms-ratelimit-remaining-subscription-reads": "11959",
- "x-ms-request-id": "30e3f3b2-39a0-4771-bafb-11a45c6a4f9f_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084551Z:53c0db35-f508-4d4d-9045-be9537122831"
+ "x-ms-request-id": "5258964b-69f3-421c-b27b-992c27e25eca_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055306Z:053cc2ef-e098-4407-8393-b478f6ba62e6"
},
"ResponseBody": {
"sku": {
@@ -2581,8 +2480,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2592,23 +2491,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "99a28d15e020cd8289de60b265da7e9f",
"x-ms-return-client-request-id": "true"
},
@@ -2616,9 +2512,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:52 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:07 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2629,10 +2525,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "99a28d15e020cd8289de60b265da7e9f",
- "x-ms-correlation-request-id": "0fa992cb-6d99-46a9-a296-e6a428adb9fe",
+ "x-ms-correlation-request-id": "40212fa7-0c23-4c19-a60b-c07ec5adec77",
"x-ms-ratelimit-remaining-subscription-reads": "11958",
- "x-ms-request-id": "1e5357af-e379-411c-899b-9bdc62fe72e8_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084552Z:0fa992cb-6d99-46a9-a296-e6a428adb9fe"
+ "x-ms-request-id": "dfabf998-2c1f-4fd6-83f2-30bb87c2798d_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055307Z:40212fa7-0c23-4c19-a60b-c07ec5adec77"
},
"ResponseBody": {
"sku": {
@@ -2640,8 +2536,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2651,23 +2547,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "cb783d7e42b28a5f395457a69280db31",
"x-ms-return-client-request-id": "true"
},
@@ -2675,9 +2568,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:53 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:08 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2688,10 +2581,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "cb783d7e42b28a5f395457a69280db31",
- "x-ms-correlation-request-id": "5ad5e663-cd62-4427-a596-a27f38d9c3c0",
+ "x-ms-correlation-request-id": "69bf55d8-10c1-4b43-a363-7701181e5439",
"x-ms-ratelimit-remaining-subscription-reads": "11957",
- "x-ms-request-id": "49a8a9ac-3610-4cec-914f-aeb91b456626_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084554Z:5ad5e663-cd62-4427-a596-a27f38d9c3c0"
+ "x-ms-request-id": "770a0841-76ca-49c1-a937-9e71ee0bd77c_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055308Z:69bf55d8-10c1-4b43-a363-7701181e5439"
},
"ResponseBody": {
"sku": {
@@ -2699,8 +2592,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2710,23 +2603,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "28cd30445e374d4e80b90a5203101822",
"x-ms-return-client-request-id": "true"
},
@@ -2734,9 +2624,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:54 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:09 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2747,10 +2637,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "28cd30445e374d4e80b90a5203101822",
- "x-ms-correlation-request-id": "be10f73e-3959-47fa-802f-35608bdee164",
+ "x-ms-correlation-request-id": "e7a34c87-c0b3-45b4-abac-aac853a9636c",
"x-ms-ratelimit-remaining-subscription-reads": "11956",
- "x-ms-request-id": "6b131769-03df-4a8e-bed3-d115f3b525fd_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084555Z:be10f73e-3959-47fa-802f-35608bdee164"
+ "x-ms-request-id": "529771e8-bf43-4af1-a56e-049a799f56e7_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055310Z:e7a34c87-c0b3-45b4-abac-aac853a9636c"
},
"ResponseBody": {
"sku": {
@@ -2758,8 +2648,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2769,23 +2659,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "87c25a1cf04fd3d72e1760cc88dc3b09",
"x-ms-return-client-request-id": "true"
},
@@ -2793,9 +2680,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "744",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:56 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:11 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2806,10 +2693,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "87c25a1cf04fd3d72e1760cc88dc3b09",
- "x-ms-correlation-request-id": "198335ec-fd7b-4833-8660-85135929ffbf",
+ "x-ms-correlation-request-id": "9269862f-7e73-4c4b-89e6-8553fb53f540",
"x-ms-ratelimit-remaining-subscription-reads": "11955",
- "x-ms-request-id": "74445ffa-a3ba-4453-ba9f-30231c9e1354_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084556Z:198335ec-fd7b-4833-8660-85135929ffbf"
+ "x-ms-request-id": "54d778cb-4e5f-4ea7-a664-5247ed09b832_M6CH3_M6CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055311Z:9269862f-7e73-4c4b-89e6-8553fb53f540"
},
"ResponseBody": {
"sku": {
@@ -2817,8 +2704,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2828,23 +2715,20 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:10.927Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "356d2e03560d2067ee2b4af9370c8728",
"x-ms-return-client-request-id": "true"
},
@@ -2854,7 +2738,7 @@
"Cache-Control": "no-cache",
"Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:45:57 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:12 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2865,10 +2749,10 @@
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "356d2e03560d2067ee2b4af9370c8728",
- "x-ms-correlation-request-id": "b41911ef-32e9-4e7c-bed2-0c18c4215788",
+ "x-ms-correlation-request-id": "e1401e70-7a20-4942-b07a-73e46d06912c",
"x-ms-ratelimit-remaining-subscription-reads": "11954",
- "x-ms-request-id": "7904d711-a0ed-43bb-b537-368d11343715_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084558Z:b41911ef-32e9-4e7c-bed2-0c18c4215788"
+ "x-ms-request-id": "6fd1f42c-1b50-4149-8c49-038832ce1d95_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055312Z:e1401e70-7a20-4942-b07a-73e46d06912c"
},
"ResponseBody": {
"sku": {
@@ -2876,8 +2760,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2886,59 +2770,31 @@
"isAutoInflateEnabled": false,
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
- "provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:45:57.067Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
- "status": "Active"
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01",
- "RequestMethod": "PUT",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
"RequestHeaders": {
- "Accept": "application/json",
"Authorization": "Sanitized",
- "Content-Length": "598",
- "Content-Type": "application/json",
- "traceparent": "00-633954e50628bf4ba2f4e64c3c546057-ffe365b9acff194b-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "bd378935e2535954f9f91ffd81c4a47e",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "3789353c53bd54e259f9f91ffd81c4a4",
"x-ms-return-client-request-id": "true"
},
- "RequestBody": {
- "properties": {
- "messageRetentionInDays": 4,
- "partitionCount": 4,
- "status": "Active",
- "captureDescription": {
- "enabled": true,
- "encoding": "Avro",
- "intervalInSeconds": 120,
- "sizeLimitInBytes": 10485763,
- "destination": {
- "name": "EventHubArchive.AzureBlockBlob",
- "properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
- "blobContainer": "container",
- "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
- }
- },
- "skipEmptyArchives": true
- }
- }
- },
+ "RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "1002",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:05 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:13 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2948,25 +2804,386 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "bd378935e2535954f9f91ffd81c4a47e",
- "x-ms-correlation-request-id": "4613cbd0-e1e6-4b3e-add9-ab360918dff1",
- "x-ms-ratelimit-remaining-subscription-writes": "1197",
- "x-ms-request-id": "7326f186-927c-4671-badd-7e625076ba22_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084606Z:4613cbd0-e1e6-4b3e-add9-ab360918dff1"
+ "x-ms-client-request-id": "3789353c53bd54e259f9f91ffd81c4a4",
+ "x-ms-correlation-request-id": "942aaecd-c217-44b9-a666-2522a5fb049c",
+ "x-ms-ratelimit-remaining-subscription-reads": "11953",
+ "x-ms-request-id": "d490250c-1f3f-41e4-9bad-9dd34dd86f6f_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055314Z:942aaecd-c217-44b9-a666-2522a5fb049c"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887",
- "name": "sdk-EventHub-887",
- "type": "Microsoft.EventHub/Namespaces/EventHubs",
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
+ "type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
+ "tags": {},
"properties": {
- "messageRetentionInDays": 4,
- "partitionCount": 4,
- "status": "Active",
- "createdAt": "2020-09-28T08:46:04.833Z",
- "updatedAt": "2020-09-28T08:46:05.29Z",
- "partitionIds": [
- "0",
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "d44e017ee2a2c515f3a29824a5dd9c21",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "742",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:53:15 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "d44e017ee2a2c515f3a29824a5dd9c21",
+ "x-ms-correlation-request-id": "9185d1d4-1582-4b7a-8fb2-ea06098d2934",
+ "x-ms-ratelimit-remaining-subscription-reads": "11952",
+ "x-ms-request-id": "27a65821-00da-4bdb-9a23-a9f7f5eccec3_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055315Z:9185d1d4-1582-4b7a-8fb2-ea06098d2934"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "539037900352b04b4c19dc135c47236d",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "742",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:53:16 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "539037900352b04b4c19dc135c47236d",
+ "x-ms-correlation-request-id": "254c8239-7c13-406e-8b7b-ff100862840e",
+ "x-ms-ratelimit-remaining-subscription-reads": "11951",
+ "x-ms-request-id": "b0093e70-6b5a-47ff-9018-f372cd3f993b_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055316Z:254c8239-7c13-406e-8b7b-ff100862840e"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "357ba666b3bd598620c3441bbabdaf7b",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "742",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:53:17 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "357ba666b3bd598620c3441bbabdaf7b",
+ "x-ms-correlation-request-id": "0741cef8-6b0b-460b-97eb-2c32ea1e6c23",
+ "x-ms-ratelimit-remaining-subscription-reads": "11950",
+ "x-ms-request-id": "3c490c59-3fc8-43bc-a60c-0b289055d0ce_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055318Z:0741cef8-6b0b-460b-97eb-2c32ea1e6c23"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "c58fd75d71f17a52b59e8789060169ab",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "742",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:53:19 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "c58fd75d71f17a52b59e8789060169ab",
+ "x-ms-correlation-request-id": "0aa0f938-268d-4d4e-998b-ad3c88cf1853",
+ "x-ms-ratelimit-remaining-subscription-reads": "11949",
+ "x-ms-request-id": "39f1cab5-facd-4185-a10b-dd6fc6b15368_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055319Z:0aa0f938-268d-4d4e-998b-ad3c88cf1853"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:52:30.87Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "febe2b7e6662dd64b137338ebe30f58f",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "740",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:53:20 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "febe2b7e6662dd64b137338ebe30f58f",
+ "x-ms-correlation-request-id": "acbb985a-33da-4716-aa5c-98bdbf920549",
+ "x-ms-ratelimit-remaining-subscription-reads": "11948",
+ "x-ms-request-id": "101361d3-e483-4f43-9772-6b01c7a2ddb6_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055320Z:acbb985a-33da-4716-aa5c-98bdbf920549"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Succeeded",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:20.09Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
+ "status": "Active"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01",
+ "RequestMethod": "PUT",
+ "RequestHeaders": {
+ "Accept": "application/json",
+ "Authorization": "Sanitized",
+ "Content-Length": "598",
+ "Content-Type": "application/json",
+ "traceparent": "00-7877ad9f68fb8b4d9e4826a846975531-b3152d49036bc846-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": {
+ "properties": {
+ "messageRetentionInDays": 4,
+ "partitionCount": 4,
+ "status": "Active",
+ "captureDescription": {
+ "enabled": true,
+ "encoding": "Avro",
+ "intervalInSeconds": 120,
+ "sizeLimitInBytes": 10485763,
+ "destination": {
+ "name": "EventHubArchive.AzureBlockBlob",
+ "properties": {
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
+ "blobContainer": "container",
+ "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
+ }
+ },
+ "skipEmptyArchives": true
+ }
+ }
+ },
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "1005",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:53:27 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a",
+ "x-ms-correlation-request-id": "585a979b-7105-43da-b4df-96d8f742942e",
+ "x-ms-ratelimit-remaining-subscription-writes": "1197",
+ "x-ms-request-id": "532eb6be-89ce-4166-beb7-c7b3dd577071_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055327Z:585a979b-7105-43da-b4df-96d8f742942e"
+ },
+ "ResponseBody": {
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808",
+ "name": "sdk-EventHub-4808",
+ "type": "Microsoft.EventHub/Namespaces/EventHubs",
+ "location": "Australia East",
+ "properties": {
+ "messageRetentionInDays": 4,
+ "partitionCount": 4,
+ "status": "Active",
+ "createdAt": "2021-09-01T05:53:26.983Z",
+ "updatedAt": "2021-09-01T05:53:27.303Z",
+ "partitionIds": [
+ "0",
"1",
"2",
"3"
@@ -2977,7 +3194,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2990,26 +3207,23 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-031351a5e22c314e9063bb17f3092dcf-1e9082151b078f44-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "a2d44e0115e2f3c5a29824a5dd9c2190",
+ "traceparent": "00-36246fc716e33c44a6cde5ced7d2ace0-280ed26445a3cf4f-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "fe8e9c9819b073f7b214ba3dc4bc85a9",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "1000",
+ "Content-Length": "1003",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:06 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:28 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -3019,23 +3233,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "a2d44e0115e2f3c5a29824a5dd9c2190",
- "x-ms-correlation-request-id": "090822f0-3d16-43f4-8c62-e2340eecb67d",
- "x-ms-ratelimit-remaining-subscription-reads": "11953",
- "x-ms-request-id": "b262c2d8-f687-4014-87f6-c726549b0bb6_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084606Z:090822f0-3d16-43f4-8c62-e2340eecb67d"
+ "x-ms-client-request-id": "fe8e9c9819b073f7b214ba3dc4bc85a9",
+ "x-ms-correlation-request-id": "88d97ddf-3b3c-41d3-a746-4e860b5f3ef0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11947",
+ "x-ms-request-id": "97a7c490-f82c-466f-a4bf-508f4a1c432f_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055328Z:88d97ddf-3b3c-41d3-a746-4e860b5f3ef0"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887",
- "name": "sdk-EventHub-887",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808",
+ "name": "sdk-EventHub-4808",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 4,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T08:46:04.833",
- "updatedAt": "2020-09-28T08:46:05.29",
+ "createdAt": "2021-09-01T05:53:26.983",
+ "updatedAt": "2021-09-01T05:53:27.303",
"partitionIds": [
"0",
"1",
@@ -3048,7 +3262,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -3061,25 +3275,23 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs?api-version=2017-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "525390374b034cb019dc135c47236d66",
+ "traceparent": "00-d471cf6c0fe6644a8a8f8c028411b332-fba6c538dfa21442-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "1012",
+ "Content-Length": "1015",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:07 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:28 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -3089,26 +3301,26 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "525390374b034cb019dc135c47236d66",
- "x-ms-correlation-request-id": "e59f7370-ee21-4d1f-98a1-2e1e4a2a5638",
+ "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4",
+ "x-ms-correlation-request-id": "1ec0b3ed-f0df-4758-b78c-41500dd9909a",
"x-ms-inline-count": "",
- "x-ms-ratelimit-remaining-subscription-reads": "11952",
- "x-ms-request-id": "c4d07d2d-7e78-4dad-af85-d2173e0a8e8f_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084607Z:e59f7370-ee21-4d1f-98a1-2e1e4a2a5638"
+ "x-ms-ratelimit-remaining-subscription-reads": "11946",
+ "x-ms-request-id": "f4539e21-0f02-4ed3-9b1f-319ede101b61_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055329Z:1ec0b3ed-f0df-4758-b78c-41500dd9909a"
},
"ResponseBody": {
"value": [
{
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-eventhub-887",
- "name": "sdk-eventhub-887",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-eventhub-4808",
+ "name": "sdk-eventhub-4808",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 4,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T08:46:04.833",
- "updatedAt": "2020-09-28T08:46:05.29",
+ "createdAt": "2021-09-01T05:53:26.983",
+ "updatedAt": "2021-09-01T05:53:27.303",
"partitionIds": [
"0",
"1",
@@ -3121,7 +3333,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -3136,19 +3348,16 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
"Content-Length": "598",
"Content-Type": "application/json",
- "traceparent": "00-2f8cc8bb1e0e2a45a251c50ab3887e30-74dd9a229e2e724b-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "bd357ba686b32059c3441bbabdaf7b5d",
+ "traceparent": "00-f26fa6ac08a51c41b27db1a5b46d77e6-c2b9e426f465594a-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "93253315906647babe110549c1b78f44",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
@@ -3164,7 +3373,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -3176,9 +3385,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "978",
+ "Content-Length": "980",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:09 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:33 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -3188,15 +3397,15 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "bd357ba686b32059c3441bbabdaf7b5d",
- "x-ms-correlation-request-id": "21963c7f-310e-40be-b989-4f89cf85f36a",
+ "x-ms-client-request-id": "93253315906647babe110549c1b78f44",
+ "x-ms-correlation-request-id": "2317b397-7ae8-4fcf-b3e2-42304f4859b4",
"x-ms-ratelimit-remaining-subscription-writes": "1196",
- "x-ms-request-id": "48b81e56-3b86-4846-84bd-b14b7787091c_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084610Z:21963c7f-310e-40be-b989-4f89cf85f36a"
+ "x-ms-request-id": "76be2801-5ab1-4270-ab4f-6b3b8dcbf6f6_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055334Z:2317b397-7ae8-4fcf-b3e2-42304f4859b4"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887",
- "name": "sdk-EventHub-887",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808",
+ "name": "sdk-EventHub-4808",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
@@ -3212,7 +3421,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -3225,26 +3434,23 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-a6473cd7e2c84248b01a100765feabea-297005d355ff9f4e-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "f1c58fd75271b57a9e8789060169ab7e",
+ "traceparent": "00-dc44e7432e27124a9c5ae92bc52c199c-9de67315e72ff34c-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "1000",
+ "Content-Length": "1003",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:10 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:34 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -3254,23 +3460,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "f1c58fd75271b57a9e8789060169ab7e",
- "x-ms-correlation-request-id": "630d1d41-86a5-4389-a2e1-439f7462b2e8",
- "x-ms-ratelimit-remaining-subscription-reads": "11951",
- "x-ms-request-id": "cd8c45b6-8865-4997-9266-5914f808b35f_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084610Z:630d1d41-86a5-4389-a2e1-439f7462b2e8"
+ "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00",
+ "x-ms-correlation-request-id": "f94b6a56-9bb6-4d25-a2c7-0388432bc91d",
+ "x-ms-ratelimit-remaining-subscription-reads": "11945",
+ "x-ms-request-id": "ea92cd13-0a1b-495e-89d8-455af259853e_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055334Z:f94b6a56-9bb6-4d25-a2c7-0388432bc91d"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887",
- "name": "sdk-EventHub-887",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808",
+ "name": "sdk-EventHub-4808",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 5,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T08:46:04.833",
- "updatedAt": "2020-09-28T08:46:09.79",
+ "createdAt": "2021-09-01T05:53:26.983",
+ "updatedAt": "2021-09-01T05:53:33.853",
"partitionIds": [
"0",
"1",
@@ -3283,7 +3489,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -3296,17 +3502,14 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01",
"RequestMethod": "DELETE",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-162a8d05ea34a846b9ca17bc5dcfbe90-bd2c15be9fa0a444-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "62febe2b6466b1dd37338ebe30f58f6a",
+ "traceparent": "00-d7407d9fd7566d47b34e7df4c5a44c76-9c45d6919ecd3848-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3314,7 +3517,7 @@
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "0",
- "Date": "Mon, 28 Sep 2020 08:46:12 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:36 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -3324,26 +3527,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "62febe2b6466b1dd37338ebe30f58f6a",
- "x-ms-correlation-request-id": "cb29cf66-e3d2-4640-b02a-d7d8e4a89c44",
+ "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11",
+ "x-ms-correlation-request-id": "8c19f56a-1147-4835-80ee-cb55d020a126",
"x-ms-ratelimit-remaining-subscription-deletes": "14999",
- "x-ms-request-id": "abc4c4d3-2053-492d-8e33-6a100cffd933_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084612Z:cb29cf66-e3d2-4640-b02a-d7d8e4a89c44"
+ "x-ms-request-id": "9efb8dc9-279f-423e-aca8-373b017cf088_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055336Z:8c19f56a-1147-4835-80ee-cb55d020a126"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "DELETE",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-eab8e4949f627442931b1a3467281240-f4e200aae69fe940-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a",
+ "traceparent": "00-19fed16c9cae1c4a9e61290c5e4529ee-fdf115587056154f-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3351,9 +3551,9 @@
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "0",
- "Date": "Mon, 28 Sep 2020 08:46:13 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:37 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
"Server": [
"Service-Bus-Resource-Provider/CH3",
@@ -3362,24 +3562,21 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a",
- "x-ms-correlation-request-id": "701bf4d3-579b-4093-a885-5d8a8c13f8b8",
+ "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac",
+ "x-ms-correlation-request-id": "287ad440-91f1-4dbf-9562-448f418bbfcd",
"x-ms-ratelimit-remaining-subscription-deletes": "14998",
- "x-ms-request-id": "8edbe619-4029-4a52-8e85-10ed85b974e8_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084614Z:701bf4d3-579b-4093-a885-5d8a8c13f8b8"
+ "x-ms-request-id": "dff46434-17af-4529-9195-ae2019e096eb_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055338Z:287ad440-91f1-4dbf-9562-448f418bbfcd"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3388,11 +3585,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:13 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:38 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "57",
+ "Retry-After": "35",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3400,11 +3597,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4",
- "x-ms-correlation-request-id": "19a72ae7-219e-406d-92e3-982aa786655b",
- "x-ms-ratelimit-remaining-subscription-reads": "11950",
- "x-ms-request-id": "5d05af1a-ada7-418a-afef-4ae6443e877c_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084614Z:19a72ae7-219e-406d-92e3-982aa786655b"
+ "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf",
+ "x-ms-correlation-request-id": "6d8702c3-b978-4ff4-93a3-4177225733dd",
+ "x-ms-ratelimit-remaining-subscription-reads": "11944",
+ "x-ms-request-id": "815679a0-e5a7-4a06-9d72-2dd5ee4c0c61_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055338Z:6d8702c3-b978-4ff4-93a3-4177225733dd"
},
"ResponseBody": {
"sku": {
@@ -3412,8 +3609,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3423,24 +3620,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "93253315906647babe110549c1b78f44",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3449,11 +3643,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:15 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:39 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "49",
+ "Retry-After": "45",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3461,11 +3655,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "93253315906647babe110549c1b78f44",
- "x-ms-correlation-request-id": "3bf3b48d-e5b2-49ab-9fd3-b43924c7062f",
- "x-ms-ratelimit-remaining-subscription-reads": "11949",
- "x-ms-request-id": "1fe6a636-4f76-4ebf-8f49-37d6a9dcb7fc_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084616Z:3bf3b48d-e5b2-49ab-9fd3-b43924c7062f"
+ "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17",
+ "x-ms-correlation-request-id": "5d5dd881-8a73-4441-9381-f242c2aa5d72",
+ "x-ms-ratelimit-remaining-subscription-reads": "11943",
+ "x-ms-request-id": "71797ae8-f173-455e-ac32-a291d3699b53_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055339Z:5d5dd881-8a73-4441-9381-f242c2aa5d72"
},
"ResponseBody": {
"sku": {
@@ -3473,8 +3667,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3484,24 +3678,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3510,11 +3701,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:16 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:40 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "46",
+ "Retry-After": "30",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3522,11 +3713,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00",
- "x-ms-correlation-request-id": "55325e38-78fa-4931-9368-6f97171e4533",
- "x-ms-ratelimit-remaining-subscription-reads": "11948",
- "x-ms-request-id": "f10a2e75-62c0-488a-a652-df76926f9b58_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084617Z:55325e38-78fa-4931-9368-6f97171e4533"
+ "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78",
+ "x-ms-correlation-request-id": "23974ad1-3c28-46e4-a31d-69fac91e26f5",
+ "x-ms-ratelimit-remaining-subscription-reads": "11942",
+ "x-ms-request-id": "d749d512-ffa1-4f8f-876c-6047a012b39d_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055341Z:23974ad1-3c28-46e4-a31d-69fac91e26f5"
},
"ResponseBody": {
"sku": {
@@ -3534,8 +3725,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3545,24 +3736,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3571,11 +3759,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:17 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:42 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "31",
+ "Retry-After": "48",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3583,11 +3771,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11",
- "x-ms-correlation-request-id": "15414eac-8023-4e21-8bee-c709c7b04cde",
- "x-ms-ratelimit-remaining-subscription-reads": "11947",
- "x-ms-request-id": "f174c0ee-f99d-4100-aaf2-56b39a2b3831_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084618Z:15414eac-8023-4e21-8bee-c709c7b04cde"
+ "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af",
+ "x-ms-correlation-request-id": "309eadeb-ca37-405e-93e8-01178bae72f3",
+ "x-ms-ratelimit-remaining-subscription-reads": "11941",
+ "x-ms-request-id": "aca82fba-99f3-4de8-afcd-e682ddb966ce_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055342Z:309eadeb-ca37-405e-93e8-01178bae72f3"
},
"ResponseBody": {
"sku": {
@@ -3595,8 +3783,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3606,24 +3794,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3632,11 +3817,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:19 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:43 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "46",
+ "Retry-After": "34",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3644,11 +3829,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac",
- "x-ms-correlation-request-id": "eec402da-c446-4d02-ac08-846a77cb733a",
- "x-ms-ratelimit-remaining-subscription-reads": "11946",
- "x-ms-request-id": "c8dedc84-8a52-45cf-a81a-1178d3af4783_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084620Z:eec402da-c446-4d02-ac08-846a77cb733a"
+ "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8",
+ "x-ms-correlation-request-id": "59b321a1-87d9-4fbc-bcb2-041e9a8bf9c0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11940",
+ "x-ms-request-id": "da3ccf84-c21c-4d39-a38c-8fa6e6754c95_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055343Z:59b321a1-87d9-4fbc-bcb2-041e9a8bf9c0"
},
"ResponseBody": {
"sku": {
@@ -3656,8 +3841,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3667,24 +3852,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "ece905e3ff8e08ad33cc7a4c44a4b7a4",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3693,11 +3875,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:20 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:44 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "31",
+ "Retry-After": "39",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3705,11 +3887,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "ece905e3ff8e08ad33cc7a4c44a4b7a4",
- "x-ms-correlation-request-id": "e7f1a5fe-3d15-4f7b-998a-5b4289207574",
- "x-ms-ratelimit-remaining-subscription-reads": "11945",
- "x-ms-request-id": "d95efe83-d022-46b7-a960-5cacd08ca978_M5CH3_M5CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084621Z:e7f1a5fe-3d15-4f7b-998a-5b4289207574"
+ "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1",
+ "x-ms-correlation-request-id": "c62ce37f-366a-42b8-bfcf-3fd3bda11d5d",
+ "x-ms-ratelimit-remaining-subscription-reads": "11939",
+ "x-ms-request-id": "f57ac6d0-4df6-479c-8c31-09b1a9192a48_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055345Z:c62ce37f-366a-42b8-bfcf-3fd3bda11d5d"
},
"ResponseBody": {
"sku": {
@@ -3717,8 +3899,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3728,24 +3910,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3754,11 +3933,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:22 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:46 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "30",
+ "Retry-After": "58",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3766,11 +3945,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf",
- "x-ms-correlation-request-id": "ae87fd9b-8e45-4241-aa2c-b7f8e9c8fc44",
- "x-ms-ratelimit-remaining-subscription-reads": "11944",
- "x-ms-request-id": "6df870e5-a109-4792-ad90-f5707dabfc74_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084622Z:ae87fd9b-8e45-4241-aa2c-b7f8e9c8fc44"
+ "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7",
+ "x-ms-correlation-request-id": "5db129d5-9354-4835-ae9e-50701d3271fc",
+ "x-ms-ratelimit-remaining-subscription-reads": "11938",
+ "x-ms-request-id": "1dbde11f-f0aa-4803-991d-2bdb4df673a3_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055346Z:5db129d5-9354-4835-ae9e-50701d3271fc"
},
"ResponseBody": {
"sku": {
@@ -3778,8 +3957,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3789,24 +3968,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3815,11 +3991,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:23 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:47 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "44",
+ "Retry-After": "40",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3827,11 +4003,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17",
- "x-ms-correlation-request-id": "2e5b3e59-24f2-46ef-9082-a70b84919b9e",
- "x-ms-ratelimit-remaining-subscription-reads": "11943",
- "x-ms-request-id": "619cf73a-0e15-42c3-beb8-fa633a9e5683_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084624Z:2e5b3e59-24f2-46ef-9082-a70b84919b9e"
+ "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115",
+ "x-ms-correlation-request-id": "05ae7275-6cbb-4207-90c2-4d801ab3b51f",
+ "x-ms-ratelimit-remaining-subscription-reads": "11937",
+ "x-ms-request-id": "73d971eb-faca-478a-9d32-0f9a3aceda02_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055347Z:05ae7275-6cbb-4207-90c2-4d801ab3b51f"
},
"ResponseBody": {
"sku": {
@@ -3839,8 +4015,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3850,24 +4026,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3876,11 +4049,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:24 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:48 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "46",
+ "Retry-After": "53",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3888,11 +4061,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78",
- "x-ms-correlation-request-id": "ba3c60ed-136e-49b3-bfcf-027704da504c",
- "x-ms-ratelimit-remaining-subscription-reads": "11942",
- "x-ms-request-id": "34ea8d76-5cdb-471c-9082-a6c07465210c_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084625Z:ba3c60ed-136e-49b3-bfcf-027704da504c"
+ "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395",
+ "x-ms-correlation-request-id": "e9237451-3db3-47ee-9a9b-c89f73751dcd",
+ "x-ms-ratelimit-remaining-subscription-reads": "11936",
+ "x-ms-request-id": "c5809ab2-ab9d-485b-8794-041649f72a58_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055349Z:e9237451-3db3-47ee-9a9b-c89f73751dcd"
},
"ResponseBody": {
"sku": {
@@ -3900,8 +4073,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3911,24 +4084,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3937,11 +4107,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:26 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:50 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "51",
+ "Retry-After": "33",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3949,11 +4119,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af",
- "x-ms-correlation-request-id": "e50a5f37-456a-4388-9ad4-affcc7c97c47",
- "x-ms-ratelimit-remaining-subscription-reads": "11941",
- "x-ms-request-id": "bad05cbd-b189-4a93-80a4-2faf4866ba1c_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084627Z:e50a5f37-456a-4388-9ad4-affcc7c97c47"
+ "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff",
+ "x-ms-correlation-request-id": "3465a57f-5a6a-4e9e-b015-19bf6db6f3d0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11935",
+ "x-ms-request-id": "5ee1a975-c5ef-4882-8385-5e02a86eeca2_M1CH3_M1CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055350Z:3465a57f-5a6a-4e9e-b015-19bf6db6f3d0"
},
"ResponseBody": {
"sku": {
@@ -3961,8 +4131,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3972,24 +4142,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3998,11 +4165,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:27 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:51 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "43",
+ "Retry-After": "56",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -4010,11 +4177,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8",
- "x-ms-correlation-request-id": "723686e5-963c-430c-974a-278e161067ec",
- "x-ms-ratelimit-remaining-subscription-reads": "11940",
- "x-ms-request-id": "3c6e0c64-96d8-4532-beb6-0d342a79b37d_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084628Z:723686e5-963c-430c-974a-278e161067ec"
+ "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647",
+ "x-ms-correlation-request-id": "b580b494-5870-4a09-af95-f04c2f62d3bf",
+ "x-ms-ratelimit-remaining-subscription-reads": "11934",
+ "x-ms-request-id": "bbd0c0f1-2d37-490a-a4e0-0cca74e4f4a3_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055351Z:b580b494-5870-4a09-af95-f04c2f62d3bf"
},
"ResponseBody": {
"sku": {
@@ -4022,8 +4189,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4033,24 +4200,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4059,11 +4223,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:28 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:52 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "40",
+ "Retry-After": "56",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -4071,11 +4235,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1",
- "x-ms-correlation-request-id": "62542d6a-fc7d-4fab-bc27-cfba603bbafd",
- "x-ms-ratelimit-remaining-subscription-reads": "11939",
- "x-ms-request-id": "78e46fa7-b77d-4e10-8a24-f280b3123e70_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084629Z:62542d6a-fc7d-4fab-bc27-cfba603bbafd"
+ "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4",
+ "x-ms-correlation-request-id": "e051f7c5-03d3-46b6-b2fa-4eaa77f99aa7",
+ "x-ms-ratelimit-remaining-subscription-reads": "11933",
+ "x-ms-request-id": "2128db16-ca5f-4411-b6df-88879fa1608a_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055353Z:e051f7c5-03d3-46b6-b2fa-4eaa77f99aa7"
},
"ResponseBody": {
"sku": {
@@ -4083,8 +4247,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4094,24 +4258,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4120,11 +4281,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:30 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:53 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "38",
+ "Retry-After": "54",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -4132,11 +4293,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7",
- "x-ms-correlation-request-id": "624e8c67-ca76-49ac-b932-19900fbf30ab",
- "x-ms-ratelimit-remaining-subscription-reads": "11938",
- "x-ms-request-id": "b73d4b1f-e359-49b2-9649-b967ac30d8f7_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084631Z:624e8c67-ca76-49ac-b932-19900fbf30ab"
+ "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee",
+ "x-ms-correlation-request-id": "13aa5bd8-394c-424f-8084-1e67cfcffe37",
+ "x-ms-ratelimit-remaining-subscription-reads": "11932",
+ "x-ms-request-id": "fd9cb45a-442c-4706-b60c-300219fccf3b_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055354Z:13aa5bd8-394c-424f-8084-1e67cfcffe37"
},
"ResponseBody": {
"sku": {
@@ -4144,8 +4305,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4155,24 +4316,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "063acec237c7f5369327d1ed7c12f22d",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4181,11 +4339,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:31 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:55 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "52",
+ "Retry-After": "43",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -4193,11 +4351,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115",
- "x-ms-correlation-request-id": "22b98515-b758-4f0b-8e53-d08e8bf89955",
- "x-ms-ratelimit-remaining-subscription-reads": "11937",
- "x-ms-request-id": "7954e9a4-e717-4de7-a175-61bdd409e84d_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084632Z:22b98515-b758-4f0b-8e53-d08e8bf89955"
+ "x-ms-client-request-id": "063acec237c7f5369327d1ed7c12f22d",
+ "x-ms-correlation-request-id": "dd481a44-ff9a-4b5f-bffd-b9d3a11b457d",
+ "x-ms-ratelimit-remaining-subscription-reads": "11931",
+ "x-ms-request-id": "adc1fdaa-9c4b-482b-8007-bc8af202021b_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055355Z:dd481a44-ff9a-4b5f-bffd-b9d3a11b457d"
},
"ResponseBody": {
"sku": {
@@ -4205,8 +4363,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4216,24 +4374,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "5173dbcc1533dcdc43d45308e6482ce2",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4242,11 +4397,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:33 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:56 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "40",
+ "Retry-After": "56",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -4254,11 +4409,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395",
- "x-ms-correlation-request-id": "a0ce70d9-a8bb-4887-8a21-2203016467d9",
- "x-ms-ratelimit-remaining-subscription-reads": "11936",
- "x-ms-request-id": "d8721521-51cd-47ea-b520-2bc7ddaf7f4e_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084633Z:a0ce70d9-a8bb-4887-8a21-2203016467d9"
+ "x-ms-client-request-id": "5173dbcc1533dcdc43d45308e6482ce2",
+ "x-ms-correlation-request-id": "9b87998e-0bf2-4b6e-8b95-151a62381e4a",
+ "x-ms-ratelimit-remaining-subscription-reads": "11930",
+ "x-ms-request-id": "8c273acb-8b85-4c4d-bc91-2816a9ea07df_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055356Z:9b87998e-0bf2-4b6e-8b95-151a62381e4a"
},
"ResponseBody": {
"sku": {
@@ -4266,8 +4421,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4277,24 +4432,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "9cdbc244cc5b292c71490d4210e3c00b",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4303,9 +4455,9 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:34 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:57 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
"Retry-After": "52",
"Server": [
@@ -4315,11 +4467,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff",
- "x-ms-correlation-request-id": "48dfb484-69c5-4b28-813e-dd27ff950ff9",
- "x-ms-ratelimit-remaining-subscription-reads": "11935",
- "x-ms-request-id": "3ae86e0c-dfc0-4481-b5d4-de97970aa727_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084635Z:48dfb484-69c5-4b28-813e-dd27ff950ff9"
+ "x-ms-client-request-id": "9cdbc244cc5b292c71490d4210e3c00b",
+ "x-ms-correlation-request-id": "855e7b40-91da-48e3-9d7d-6fea5556d825",
+ "x-ms-ratelimit-remaining-subscription-reads": "11929",
+ "x-ms-request-id": "80d3ca38-77e0-4844-9554-6f281b278e9e_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055358Z:855e7b40-91da-48e3-9d7d-6fea5556d825"
},
"ResponseBody": {
"sku": {
@@ -4327,8 +4479,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4338,24 +4490,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "794a86cd408bacbbf15ec2f3e32d0f4a",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4364,11 +4513,11 @@
"Cache-Control": "no-cache",
"Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:35 GMT",
+ "Date": "Wed, 01 Sep 2021 05:53:59 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "32",
+ "Retry-After": "50",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -4376,11 +4525,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647",
- "x-ms-correlation-request-id": "435623eb-d258-4e6d-929b-2dc8044ffe6a",
- "x-ms-ratelimit-remaining-subscription-reads": "11934",
- "x-ms-request-id": "65707c2a-87e6-4ece-80ea-5c4f576cb6fd_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084636Z:435623eb-d258-4e6d-929b-2dc8044ffe6a"
+ "x-ms-client-request-id": "794a86cd408bacbbf15ec2f3e32d0f4a",
+ "x-ms-correlation-request-id": "0891a01d-306f-45d6-91e8-ced0c9be9167",
+ "x-ms-ratelimit-remaining-subscription-reads": "11928",
+ "x-ms-request-id": "13b3a60f-79f9-45d5-a019-f85d238647f2_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055359Z:0891a01d-306f-45d6-91e8-ced0c9be9167"
},
"ResponseBody": {
"sku": {
@@ -4388,8 +4537,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100",
+ "name": "sdk-eventhub-Namespace-2100",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -4399,85 +4548,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100",
+ "createdAt": "2021-09-01T05:52:30.87Z",
+ "updatedAt": "2021-09-01T05:53:38.033Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4",
- "x-ms-return-client-request-id": "true"
- },
- "RequestBody": null,
- "StatusCode": 202,
- "ResponseHeaders": {
- "Cache-Control": "no-cache",
- "Content-Length": "743",
- "Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 08:46:37 GMT",
- "Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
- "Pragma": "no-cache",
- "Retry-After": "59",
- "Server": [
- "Service-Bus-Resource-Provider/CH3",
- "Microsoft-HTTPAPI/2.0"
- ],
- "Server-SB": "Service-Bus-Resource-Provider/CH3",
- "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
- "X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4",
- "x-ms-correlation-request-id": "540684e0-661f-48a7-82a5-bbe6a4d9d308",
- "x-ms-ratelimit-remaining-subscription-reads": "11933",
- "x-ms-request-id": "22815ef1-4eb8-4f30-9dca-bcda4d8d8d66_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084637Z:540684e0-661f-48a7-82a5-bbe6a4d9d308"
- },
- "ResponseBody": {
- "sku": {
- "name": "Standard",
- "tier": "Standard",
- "capacity": 1
- },
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568",
- "name": "sdk-eventhub-Namespace-1568",
- "type": "Microsoft.EventHub/Namespaces",
- "location": "Australia East",
- "tags": {},
- "properties": {
- "zoneRedundant": false,
- "isAutoInflateEnabled": false,
- "maximumThroughputUnits": 0,
- "kafkaEnabled": true,
- "provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568",
- "createdAt": "2020-09-28T08:45:10.927Z",
- "updatedAt": "2020-09-28T08:46:13.83Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/",
- "status": "Removing"
- }
- }
- },
- {
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "b9a9eefb5637ffd1ae4ae0e90799cc5f",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -4485,7 +4570,7 @@
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "0",
- "Date": "Mon, 28 Sep 2020 08:46:38 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:00 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -4495,17 +4580,17 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee",
- "x-ms-correlation-request-id": "fd5ea2dc-7b6f-4fef-8217-1b913672b808",
- "x-ms-ratelimit-remaining-subscription-reads": "11932",
- "x-ms-request-id": "f83b3095-a25c-4837-87ee-42bbe4630d2f_M1CH3_M1CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084639Z:fd5ea2dc-7b6f-4fef-8217-1b913672b808"
+ "x-ms-client-request-id": "b9a9eefb5637ffd1ae4ae0e90799cc5f",
+ "x-ms-correlation-request-id": "21dcb871-5e2d-4ae7-a95d-641fab714315",
+ "x-ms-ratelimit-remaining-subscription-reads": "11927",
+ "x-ms-request-id": "e65df169-e07f-4323-9ede-e95332da5939_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055400Z:21dcb871-5e2d-4ae7-a95d-641fab714315"
},
"ResponseBody": []
}
],
"Variables": {
"RandomSeed": "2072351506",
- "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590"
+ "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c"
}
}
\ No newline at end of file
diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json
index 2aaccfb8edd5..db87a6dfe945 100644
--- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json
+++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json
@@ -1,16 +1,12 @@
{
"Entries": [
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub?api-version=2019-10-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-05ed79efa3b74a4dbcd2936e7ec28301-c872d8089fc44549-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.Resources/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "3f66e265e66d5fe2caf257a3325a9e02",
"x-ms-return-client-request-id": "true"
},
@@ -18,20 +14,66 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "5062",
+ "Content-Length": "468",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:03 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-correlation-request-id": "483131a9-1a05-4fe8-a5c3-7d632b55b10b",
+ "x-ms-ratelimit-remaining-subscription-reads": "11926",
+ "x-ms-request-id": "483131a9-1a05-4fe8-a5c3-7d632b55b10b",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055403Z:483131a9-1a05-4fe8-a5c3-7d632b55b10b"
+ },
+ "ResponseBody": {
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c",
+ "authorizationSource": "RoleBased",
+ "managedByTenants": [],
+ "tags": {
+ "tagKey1": "tagValue1",
+ "tagKey2": "tagValue2"
+ },
+ "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c",
+ "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47",
+ "displayName": ".NET Mgmt SDK Test with TTL = 1 Day",
+ "state": "Enabled",
+ "subscriptionPolicies": {
+ "locationPlacementId": "Internal_2014-09-01",
+ "quotaId": "Internal_2014-09-01",
+ "spendingLimit": "Off"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub?api-version=2019-10-01",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Accept": "application/json",
+ "Authorization": "Sanitized",
+ "traceparent": "00-ca30fa183919dc48b312b5f2f5ad3ac5-d534d0781c2f114b-00",
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "428accb5541b50c06b71ee03996bb367",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "5823",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:26 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:03 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-correlation-request-id": "6ca43925-8b8d-48b7-be28-ca8aa91ab0b1",
- "x-ms-ratelimit-remaining-subscription-reads": "6761",
- "x-ms-request-id": "6ca43925-8b8d-48b7-be28-ca8aa91ab0b1",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100627Z:6ca43925-8b8d-48b7-be28-ca8aa91ab0b1"
+ "x-ms-correlation-request-id": "63aecdef-a742-48ff-abb9-6d7251a9e50b",
+ "x-ms-ratelimit-remaining-subscription-reads": "11925",
+ "x-ms-request-id": "63aecdef-a742-48ff-abb9-6d7251a9e50b",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055403Z:63aecdef-a742-48ff-abb9-6d7251a9e50b"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub",
"namespace": "Microsoft.EventHub",
"authorizations": [
{
@@ -79,10 +121,12 @@
"Switzerland North",
"Germany West Central",
"Norway East",
- "Central US EUAP",
- "East US 2 EUAP"
+ "Jio India West",
+ "West US 3"
],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
"2018-01-01-preview",
"2017-04-01",
"2015-08-01",
@@ -129,11 +173,12 @@
"France Central",
"South Africa North",
"Australia Central",
+ "UAE North",
"Switzerland North",
"Germany West Central",
"Norway East",
- "Central US EUAP",
- "East US 2 EUAP"
+ "Jio India West",
+ "West US 3"
],
"apiVersions": [
"2018-01-01-preview"
@@ -144,6 +189,9 @@
"resourceType": "namespaces/authorizationrules",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -160,6 +208,8 @@
"resourceType": "namespaces/networkrulesets",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
"2018-01-01-preview",
"2017-04-01"
],
@@ -171,10 +221,23 @@
],
"capabilities": "None"
},
+ {
+ "resourceType": "namespaces/privateEndpointConnections",
+ "locations": [],
+ "apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview"
+ ],
+ "capabilities": "None"
+ },
{
"resourceType": "namespaces/eventhubs",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -191,6 +254,9 @@
"resourceType": "namespaces/eventhubs/authorizationrules",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -207,6 +273,9 @@
"resourceType": "namespaces/eventhubs/consumergroups",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -238,6 +307,9 @@
"resourceType": "checkNameAvailability",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -270,6 +342,9 @@
"resourceType": "operations",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -286,6 +361,9 @@
"resourceType": "namespaces/disasterrecoveryconfigs",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01"
],
"apiProfiles": [
@@ -300,6 +378,9 @@
"resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability",
"locations": [],
"apiVersions": [
+ "2021-06-01-preview",
+ "2021-01-01-preview",
+ "2018-01-01-preview",
"2017-04-01",
"2015-08-01",
"2014-09-01"
@@ -362,42 +443,39 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244?api-version=2019-10-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082?api-version=2019-10-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "Content-Length": "29",
+ "Content-Length": "28",
"Content-Type": "application/json",
- "traceparent": "00-3eedf59eb494f8449bad0cf2c40f3d8f-6b39fd3046a51d4b-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.Resources/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "1b428accc0546b5071ee03996bb367bf",
+ "traceparent": "00-400faaf9718b4c40a64bb16e87668c49-f5473b487e5a1447-00",
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "f22c4072b74b891bd7ad9c05db9ab603",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
- "location": "Australia East"
+ "location": "australiaeast"
},
"StatusCode": 201,
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "246",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:27 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:04 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-correlation-request-id": "942e41ac-2c8a-44df-b763-0d52fa211300",
- "x-ms-ratelimit-remaining-subscription-writes": "1183",
- "x-ms-request-id": "942e41ac-2c8a-44df-b763-0d52fa211300",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100628Z:942e41ac-2c8a-44df-b763-0d52fa211300"
+ "x-ms-correlation-request-id": "91dbf397-40a2-4c4b-9510-6d18720d2cce",
+ "x-ms-ratelimit-remaining-subscription-writes": "1195",
+ "x-ms-request-id": "91dbf397-40a2-4c4b-9510-6d18720d2cce",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055404Z:91dbf397-40a2-4c4b-9510-6d18720d2cce"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244",
- "name": "Default-EventHub-6244",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082",
+ "name": "Default-EventHub-4082",
"type": "Microsoft.Resources/resourceGroups",
"location": "australiaeast",
"properties": {
@@ -406,19 +484,15 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630?api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18?api-version=2021-04-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
"Content-Length": "105",
"Content-Type": "application/json",
- "traceparent": "00-28e2cde317100d47bcf729fc692029f0-1a5841ad6e02084c-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "4bf22c401bb7d789ad9c05db9ab603a1",
+ "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e9b87d3310191622d3fbf7dfc55f3ef0",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
@@ -436,65 +510,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:31 GMT",
- "Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
- "Pragma": "no-cache",
- "Retry-After": "17",
- "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
- "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
- "X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "4bf22c401bb7d789ad9c05db9ab603a1",
- "x-ms-correlation-request-id": "60d7a952-7319-47e4-ba48-7f30c535260d",
- "x-ms-ratelimit-remaining-subscription-writes": "1182",
- "x-ms-request-id": "31ec04f3-9f62-4c49-9ae9-bab6729286d4",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100631Z:60d7a952-7319-47e4-ba48-7f30c535260d"
- },
- "ResponseBody": []
- },
- {
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "7219bfe4690f6e15b843a7234b8fd638",
- "x-ms-return-client-request-id": "true"
- },
- "RequestBody": null,
- "StatusCode": 202,
- "ResponseHeaders": {
- "Cache-Control": "no-cache",
- "Content-Length": "0",
- "Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:31 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:09 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "7219bfe4690f6e15b843a7234b8fd638",
- "x-ms-correlation-request-id": "c9bb10ea-7a05-4387-9f2f-09c991865a17",
- "x-ms-ratelimit-remaining-subscription-reads": "6760",
- "x-ms-request-id": "2974b5a5-e903-42ed-90f6-adb904d42a3a",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100631Z:c9bb10ea-7a05-4387-9f2f-09c991865a17"
+ "x-ms-client-request-id": "e9b87d3310191622d3fbf7dfc55f3ef0",
+ "x-ms-correlation-request-id": "a1c829b9-f7a7-41d6-99dd-a625d2b6f8f7",
+ "x-ms-ratelimit-remaining-subscription-writes": "1194",
+ "x-ms-request-id": "1100f958-81db-4008-b58d-bad4aad63853",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055409Z:a1c829b9-f7a7-41d6-99dd-a625d2b6f8f7"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "3637f8ffd5ae30590adc77bb23aa124d",
"x-ms-return-client-request-id": "true"
},
@@ -504,31 +541,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:32 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:09 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "3637f8ffd5ae30590adc77bb23aa124d",
- "x-ms-correlation-request-id": "8953bbc4-c669-4e4d-9cdb-395b8f8e3d99",
- "x-ms-ratelimit-remaining-subscription-reads": "6759",
- "x-ms-request-id": "64fa039a-ff1d-4634-97c9-b87c037a778f",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100633Z:8953bbc4-c669-4e4d-9cdb-395b8f8e3d99"
+ "x-ms-correlation-request-id": "59b18355-9d7a-492c-b3ca-0ea1464d7a53",
+ "x-ms-ratelimit-remaining-subscription-reads": "11924",
+ "x-ms-request-id": "188f114c-73c2-44fc-b25a-face09d360ed",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055410Z:59b18355-9d7a-492c-b3ca-0ea1464d7a53"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "dbf7145e919cc991684930d568feca44",
"x-ms-return-client-request-id": "true"
},
@@ -538,31 +572,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:34 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:11 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "dbf7145e919cc991684930d568feca44",
- "x-ms-correlation-request-id": "6b96b57a-dd83-4fd8-bf17-04c701acdb7b",
- "x-ms-ratelimit-remaining-subscription-reads": "6758",
- "x-ms-request-id": "9f21b120-e6b1-4a62-8a25-6cef2af40d39",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100634Z:6b96b57a-dd83-4fd8-bf17-04c701acdb7b"
+ "x-ms-correlation-request-id": "b28e5953-ad6f-4381-893b-507bbad779bb",
+ "x-ms-ratelimit-remaining-subscription-reads": "11923",
+ "x-ms-request-id": "927072a9-9803-4f06-9cb3-b501b689dcea",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055411Z:b28e5953-ad6f-4381-893b-507bbad779bb"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "ccdfbe2507270e4166e96732f1594a0e",
"x-ms-return-client-request-id": "true"
},
@@ -572,31 +603,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:35 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:12 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "ccdfbe2507270e4166e96732f1594a0e",
- "x-ms-correlation-request-id": "fa5c0dae-397d-4d31-a64f-5ab855000803",
- "x-ms-ratelimit-remaining-subscription-reads": "6757",
- "x-ms-request-id": "2f378dff-5d32-4d47-9916-c54a296a7545",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100635Z:fa5c0dae-397d-4d31-a64f-5ab855000803"
+ "x-ms-correlation-request-id": "f9a84252-d309-4f22-9743-6f150d05a156",
+ "x-ms-ratelimit-remaining-subscription-reads": "11922",
+ "x-ms-request-id": "dd2d96cb-3e99-47f5-a012-49accaa28a6e",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055412Z:f9a84252-d309-4f22-9743-6f150d05a156"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "36c55931fb986d9c676dce64a583c70b",
"x-ms-return-client-request-id": "true"
},
@@ -606,31 +634,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:36 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:13 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "36c55931fb986d9c676dce64a583c70b",
- "x-ms-correlation-request-id": "cbe0a590-9a5b-447a-82b9-72eb21e62ec0",
- "x-ms-ratelimit-remaining-subscription-reads": "6756",
- "x-ms-request-id": "1fdfe34e-3d39-4be1-b4c9-7d76426c5932",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100637Z:cbe0a590-9a5b-447a-82b9-72eb21e62ec0"
+ "x-ms-correlation-request-id": "76fea9a1-fd1f-4284-b6b7-a901b5f523b4",
+ "x-ms-ratelimit-remaining-subscription-reads": "11921",
+ "x-ms-request-id": "24a316ce-3620-4c77-a063-c1de25e47e11",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055414Z:76fea9a1-fd1f-4284-b6b7-a901b5f523b4"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "6596331245ca5626d3e974b3295ed70e",
"x-ms-return-client-request-id": "true"
},
@@ -640,31 +665,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:38 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:14 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "6596331245ca5626d3e974b3295ed70e",
- "x-ms-correlation-request-id": "8761cd34-8b0e-4461-870d-29e8a67f7c6e",
- "x-ms-ratelimit-remaining-subscription-reads": "6755",
- "x-ms-request-id": "7f530b6c-4221-4a0d-a3fd-d91a89cef794",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100638Z:8761cd34-8b0e-4461-870d-29e8a67f7c6e"
+ "x-ms-correlation-request-id": "9fc698d7-659b-4a94-87d5-12912d8104e5",
+ "x-ms-ratelimit-remaining-subscription-reads": "11920",
+ "x-ms-request-id": "696df356-3adc-44b7-9986-7800b7c3cb20",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055415Z:9fc698d7-659b-4a94-87d5-12912d8104e5"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "0ea322ff943929ab227164b939dc69e2",
"x-ms-return-client-request-id": "true"
},
@@ -674,31 +696,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:39 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:16 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "0ea322ff943929ab227164b939dc69e2",
- "x-ms-correlation-request-id": "3a07a56a-04b2-4e36-a2b6-f6377accfa38",
- "x-ms-ratelimit-remaining-subscription-reads": "6754",
- "x-ms-request-id": "0239ef45-4ca2-46b6-a604-63dd2eed63cc",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100639Z:3a07a56a-04b2-4e36-a2b6-f6377accfa38"
+ "x-ms-correlation-request-id": "7d6293ed-fc5e-41d8-a6f8-85825f82d4a0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11919",
+ "x-ms-request-id": "1d920180-b2da-411c-984c-ab609209bbc2",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055416Z:7d6293ed-fc5e-41d8-a6f8-85825f82d4a0"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "be205c22e5c3eb43336e63af86e94408",
"x-ms-return-client-request-id": "true"
},
@@ -708,31 +727,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:40 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:17 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "be205c22e5c3eb43336e63af86e94408",
- "x-ms-correlation-request-id": "2a2fb236-0a7f-4db2-8944-9d5ff5c85b19",
- "x-ms-ratelimit-remaining-subscription-reads": "6753",
- "x-ms-request-id": "568f1e92-f5e3-495b-a7fd-757cd6d41415",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100641Z:2a2fb236-0a7f-4db2-8944-9d5ff5c85b19"
+ "x-ms-correlation-request-id": "6a486687-03a6-4c0d-bddd-6029f5fcd2bb",
+ "x-ms-ratelimit-remaining-subscription-reads": "11918",
+ "x-ms-request-id": "0c89aeef-3eca-42cd-9484-cd3e1f2ce163",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055418Z:6a486687-03a6-4c0d-bddd-6029f5fcd2bb"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "8265bf95b8df7ed1886c4258e06c1cf6",
"x-ms-return-client-request-id": "true"
},
@@ -742,31 +758,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:42 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:18 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "8265bf95b8df7ed1886c4258e06c1cf6",
- "x-ms-correlation-request-id": "85dfb0ac-66e9-46b4-afbe-9e491d18f0bd",
- "x-ms-ratelimit-remaining-subscription-reads": "6752",
- "x-ms-request-id": "33a244ca-a590-4c68-b3bc-b7b4b86b036f",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100642Z:85dfb0ac-66e9-46b4-afbe-9e491d18f0bd"
+ "x-ms-correlation-request-id": "1fbd3962-f79b-4d90-8d87-1fb6d75b7f16",
+ "x-ms-ratelimit-remaining-subscription-reads": "11917",
+ "x-ms-request-id": "951fdb5d-ccd9-45fa-916e-4dd9d6830066",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055419Z:1fbd3962-f79b-4d90-8d87-1fb6d75b7f16"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "cd909280193d194adeb8dbca31fca239",
"x-ms-return-client-request-id": "true"
},
@@ -776,31 +789,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:43 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:20 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "cd909280193d194adeb8dbca31fca239",
- "x-ms-correlation-request-id": "c2cf2a88-e933-428e-aa06-3fbe0bde67dd",
- "x-ms-ratelimit-remaining-subscription-reads": "6751",
- "x-ms-request-id": "cc69fca8-8402-4360-9294-f29f86b0c00d",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100643Z:c2cf2a88-e933-428e-aa06-3fbe0bde67dd"
+ "x-ms-correlation-request-id": "f7330306-ae27-4fd0-8737-9cefa61fb4d0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11916",
+ "x-ms-request-id": "866d08a0-0eb2-4495-8e6a-577e58f18520",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055420Z:f7330306-ae27-4fd0-8737-9cefa61fb4d0"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "7a235b2de67769028aa23556a3eb0ac6",
"x-ms-return-client-request-id": "true"
},
@@ -810,31 +820,28 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:44 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:21 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "7a235b2de67769028aa23556a3eb0ac6",
- "x-ms-correlation-request-id": "4005f709-d766-4348-97f8-f015dfc4a4d0",
- "x-ms-ratelimit-remaining-subscription-reads": "6750",
- "x-ms-request-id": "5d4237d8-a155-43f8-b5d3-dfe7291fb6af",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100645Z:4005f709-d766-4348-97f8-f015dfc4a4d0"
+ "x-ms-correlation-request-id": "0fb1d0f6-a049-4508-b40f-669e14c19bb6",
+ "x-ms-ratelimit-remaining-subscription-reads": "11915",
+ "x-ms-request-id": "c503fc7e-0c10-4f3a-9b13-5aeb64b58132",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055421Z:0fb1d0f6-a049-4508-b40f-669e14c19bb6"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
"x-ms-client-request-id": "f42f6c5276587ccb744ca327dd074d8c",
"x-ms-return-client-request-id": "true"
},
@@ -844,51 +851,79 @@
"Cache-Control": "no-cache",
"Content-Length": "0",
"Content-Type": "text/plain; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:46 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:22 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"Pragma": "no-cache",
"Retry-After": "17",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "f42f6c5276587ccb744ca327dd074d8c",
- "x-ms-correlation-request-id": "ed3d34d3-69bb-4176-8b29-70992612e0e1",
- "x-ms-ratelimit-remaining-subscription-reads": "6749",
- "x-ms-request-id": "254e6bc3-5652-4110-9eee-0cf6dcdebff0",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100646Z:ed3d34d3-69bb-4176-8b29-70992612e0e1"
+ "x-ms-correlation-request-id": "3a979cab-da41-473d-b3ba-2c40b12215e0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11914",
+ "x-ms-request-id": "dd98869b-652b-49e7-a1eb-26f0c7108da9",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055423Z:3a979cab-da41-473d-b3ba-2c40b12215e0"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.Storage/1.0.0-preview.2",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "842a09caa249997f8f27429be4f476f3",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 202,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "0",
+ "Content-Type": "text/plain; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:24 GMT",
+ "Expires": "-1",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
+ "Pragma": "no-cache",
+ "Retry-After": "3",
+ "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
"x-ms-client-request-id": "842a09caa249997f8f27429be4f476f3",
+ "x-ms-correlation-request-id": "88a4c2cd-79e9-4d2d-ad32-8e59771d83c9",
+ "x-ms-ratelimit-remaining-subscription-reads": "11913",
+ "x-ms-request-id": "3fee6290-583a-405d-87a8-1c0f47813e11",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055424Z:88a4c2cd-79e9-4d2d-ad32-8e59771d83c9"
+ },
+ "ResponseBody": []
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "c47814adadccb7e090a7052b42da8c83",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "1291",
+ "Content-Length": "1371",
"Content-Type": "application/json",
- "Date": "Mon, 28 Sep 2020 10:06:47 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:25 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "842a09caa249997f8f27429be4f476f3",
- "x-ms-correlation-request-id": "ea8ae97d-f3e5-4d87-9eaf-f1b3a88027de",
- "x-ms-ratelimit-remaining-subscription-reads": "6748",
- "x-ms-request-id": "0b5fdeaa-c826-40c6-8ae0-d938b105edff",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100647Z:ea8ae97d-f3e5-4d87-9eaf-f1b3a88027de"
+ "x-ms-client-request-id": "c47814adadccb7e090a7052b42da8c83",
+ "x-ms-correlation-request-id": "48188942-a7d6-49a9-b624-abe7ce90a0cf",
+ "x-ms-ratelimit-remaining-subscription-reads": "11912",
+ "x-ms-request-id": "def92a2e-6bb8-49ac-8261-58cdc19c6ff0",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055425Z:48188942-a7d6-49a9-b624-abe7ce90a0cf"
},
"ResponseBody": {
"sku": {
@@ -896,12 +931,16 @@
"tier": "Standard"
},
"kind": "StorageV2",
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
- "name": "sdktestaccount5630",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
+ "name": "sdktestaccount18",
"type": "Microsoft.Storage/storageAccounts",
"location": "eastus2",
"tags": {},
"properties": {
+ "keyCreationTime": {
+ "key1": "2021-09-01T05:54:08.3884533Z",
+ "key2": "2021-09-01T05:54:08.3884533Z"
+ },
"privateEndpointConnections": [],
"networkAcls": {
"bypass": "AzureServices",
@@ -915,26 +954,26 @@
"file": {
"keyType": "Account",
"enabled": true,
- "lastEnabledTime": "2020-09-28T10:06:30.9958319Z"
+ "lastEnabledTime": "2021-09-01T05:54:08.4041021Z"
},
"blob": {
"keyType": "Account",
"enabled": true,
- "lastEnabledTime": "2020-09-28T10:06:30.9958319Z"
+ "lastEnabledTime": "2021-09-01T05:54:08.4041021Z"
}
},
"keySource": "Microsoft.Storage"
},
"accessTier": "Hot",
"provisioningState": "Succeeded",
- "creationTime": "2020-09-28T10:06:30.9020758Z",
+ "creationTime": "2021-09-01T05:54:08.2946980Z",
"primaryEndpoints": {
- "dfs": "https://sdktestaccount5630.dfs.core.windows.net/",
- "web": "https://sdktestaccount5630.z20.web.core.windows.net/",
- "blob": "https://sdktestaccount5630.blob.core.windows.net/",
- "queue": "https://sdktestaccount5630.queue.core.windows.net/",
- "table": "https://sdktestaccount5630.table.core.windows.net/",
- "file": "https://sdktestaccount5630.file.core.windows.net/"
+ "dfs": "https://sdktestaccount18.dfs.core.windows.net/",
+ "web": "https://sdktestaccount18.z20.web.core.windows.net/",
+ "blob": "https://sdktestaccount18.blob.core.windows.net/",
+ "queue": "https://sdktestaccount18.queue.core.windows.net/",
+ "table": "https://sdktestaccount18.table.core.windows.net/",
+ "file": "https://sdktestaccount18.file.core.windows.net/"
},
"primaryLocation": "eastus2",
"statusOfPrimary": "available"
@@ -942,31 +981,1036 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "PUT",
"RequestHeaders": {
- "Accept": "application/json",
+ "Accept": "application/json",
+ "Authorization": "Sanitized",
+ "Content-Length": "45",
+ "Content-Type": "application/json",
+ "traceparent": "00-515dd9e3ef287f43acf58ef76e608536-8b48bbce4e1a8e4c-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "c0998ca97d85edaf956530342f9780d5",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": {
+ "location": "Australia East",
+ "properties": {}
+ },
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:29 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "c0998ca97d85edaf956530342f9780d5",
+ "x-ms-correlation-request-id": "65e9f61d-0fa1-450e-b947-8e0246022668",
+ "x-ms-ratelimit-remaining-subscription-resource-requests": "48",
+ "x-ms-request-id": "f7ec8b5c-3557-446b-8d7e-a4118ada3f0a_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055429Z:65e9f61d-0fa1-450e-b947-8e0246022668"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:30 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f",
+ "x-ms-correlation-request-id": "d1da2a7f-0b73-4462-96b5-3195c7d73ac8",
+ "x-ms-ratelimit-remaining-subscription-reads": "11911",
+ "x-ms-request-id": "60efe941-2ba5-4a1c-bd89-fa9280acc738_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055431Z:d1da2a7f-0b73-4462-96b5-3195c7d73ac8"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:32 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e",
+ "x-ms-correlation-request-id": "7bb6815e-103b-4be0-b363-165b323317a2",
+ "x-ms-ratelimit-remaining-subscription-reads": "11910",
+ "x-ms-request-id": "d2a772a7-ac19-4ad4-b207-e246f7948948_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055432Z:7bb6815e-103b-4be0-b363-165b323317a2"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:33 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0",
+ "x-ms-correlation-request-id": "13ad9859-c2e7-4806-9c83-1df04d780054",
+ "x-ms-ratelimit-remaining-subscription-reads": "11909",
+ "x-ms-request-id": "9b912845-8d89-489f-9879-024b85ed1d5c_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055433Z:13ad9859-c2e7-4806-9c83-1df04d780054"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:34 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6",
+ "x-ms-correlation-request-id": "637e5d54-d3f2-4b54-9de8-a9a2f9559373",
+ "x-ms-ratelimit-remaining-subscription-reads": "11908",
+ "x-ms-request-id": "5971d654-a67e-46b4-ac13-125588b17e7c_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055435Z:637e5d54-d3f2-4b54-9de8-a9a2f9559373"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:35 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a",
+ "x-ms-correlation-request-id": "aabfe12d-7d46-40a0-a758-b5cd005e4316",
+ "x-ms-ratelimit-remaining-subscription-reads": "11907",
+ "x-ms-request-id": "b0664bea-3749-4f1f-b81f-edece7ae8790_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055436Z:aabfe12d-7d46-40a0-a758-b5cd005e4316"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:37 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd",
+ "x-ms-correlation-request-id": "2561434b-8137-4317-924c-e1441e59c978",
+ "x-ms-ratelimit-remaining-subscription-reads": "11906",
+ "x-ms-request-id": "411982e5-b226-4340-a1e7-70118eb216be_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055437Z:2561434b-8137-4317-924c-e1441e59c978"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:38 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d",
+ "x-ms-correlation-request-id": "b9d3856e-e57e-4e1b-a499-2843fa74bb2c",
+ "x-ms-ratelimit-remaining-subscription-reads": "11905",
+ "x-ms-request-id": "ec3e7048-24e4-41a6-9915-7957db19bb5f_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055439Z:b9d3856e-e57e-4e1b-a499-2843fa74bb2c"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:39 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf",
+ "x-ms-correlation-request-id": "a3dd3874-1dd0-436a-812c-181ca1b97001",
+ "x-ms-ratelimit-remaining-subscription-reads": "11904",
+ "x-ms-request-id": "0c3ff6be-de40-468f-8eac-89eadeee9b06_M11CH3_M11CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055440Z:a3dd3874-1dd0-436a-812c-181ca1b97001"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:41 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678",
+ "x-ms-correlation-request-id": "2160f1c8-6511-4647-be55-870783d38319",
+ "x-ms-ratelimit-remaining-subscription-reads": "11903",
+ "x-ms-request-id": "2158b506-84fd-4121-943b-c1f481f63b4b_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055441Z:2160f1c8-6511-4647-be55-870783d38319"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "c11d12100c1b082752d213020280123a",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:42 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "c11d12100c1b082752d213020280123a",
+ "x-ms-correlation-request-id": "fdb80cb6-4fb7-4e9f-b371-624cf8130de6",
+ "x-ms-ratelimit-remaining-subscription-reads": "11902",
+ "x-ms-request-id": "673b6dfc-df97-4066-a99d-054e22a66f3b_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055443Z:fdb80cb6-4fb7-4e9f-b371-624cf8130de6"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:43 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2",
+ "x-ms-correlation-request-id": "5dacbc36-b8f9-4b05-914f-af9ba26f35c6",
+ "x-ms-ratelimit-remaining-subscription-reads": "11901",
+ "x-ms-request-id": "bfba976b-5f23-4546-bbdf-c6a5977e1f49_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055444Z:5dacbc36-b8f9-4b05-914f-af9ba26f35c6"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:45 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8",
+ "x-ms-correlation-request-id": "412160dc-6176-40bf-b450-40bd78e76047",
+ "x-ms-ratelimit-remaining-subscription-reads": "11900",
+ "x-ms-request-id": "23dc58af-9a00-40c0-9098-e22686505053_M11CH3_M11CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055445Z:412160dc-6176-40bf-b450-40bd78e76047"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:46 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6",
+ "x-ms-correlation-request-id": "f115cce1-81f4-4df2-a39b-1a18eb2b2f22",
+ "x-ms-ratelimit-remaining-subscription-reads": "11899",
+ "x-ms-request-id": "7a1a6b81-3ce3-404c-8c51-c654577dfb17_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055446Z:f115cce1-81f4-4df2-a39b-1a18eb2b2f22"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:47 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4",
+ "x-ms-correlation-request-id": "7eb2a823-9ca1-4f5a-9e57-451edf6692d8",
+ "x-ms-ratelimit-remaining-subscription-reads": "11898",
+ "x-ms-request-id": "4ae83f39-63a9-413f-8050-a09629273ce3_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055448Z:7eb2a823-9ca1-4f5a-9e57-451edf6692d8"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:48 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2",
+ "x-ms-correlation-request-id": "954077ba-fdb1-46bd-aad3-df2850be3c92",
+ "x-ms-ratelimit-remaining-subscription-reads": "11897",
+ "x-ms-request-id": "99a67add-12f2-47e8-981b-e533d78aab06_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055449Z:954077ba-fdb1-46bd-aad3-df2850be3c92"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:50 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79",
+ "x-ms-correlation-request-id": "82776025-beac-4738-a422-5b0928dae5aa",
+ "x-ms-ratelimit-remaining-subscription-reads": "11896",
+ "x-ms-request-id": "c34644e5-429e-41fc-a077-60b996f39729_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055450Z:82776025-beac-4738-a422-5b0928dae5aa"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
+ "Authorization": "Sanitized",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad",
+ "x-ms-return-client-request-id": "true"
+ },
+ "RequestBody": null,
+ "StatusCode": 200,
+ "ResponseHeaders": {
+ "Cache-Control": "no-cache",
+ "Content-Length": "744",
+ "Content-Type": "application/json; charset=utf-8",
+ "Date": "Wed, 01 Sep 2021 05:54:51 GMT",
+ "Expires": "-1",
+ "Pragma": "no-cache",
+ "Server": [
+ "Service-Bus-Resource-Provider/CH3",
+ "Microsoft-HTTPAPI/2.0"
+ ],
+ "Server-SB": "Service-Bus-Resource-Provider/CH3",
+ "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
+ "X-Content-Type-Options": "nosniff",
+ "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad",
+ "x-ms-correlation-request-id": "ae86a5fb-b044-42ff-ab5e-4244153d01af",
+ "x-ms-ratelimit-remaining-subscription-reads": "11895",
+ "x-ms-request-id": "c990f9c0-ed06-4139-b565-ffc9e84e3916_M11CH3_M11CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055452Z:ae86a5fb-b044-42ff-ab5e-4244153d01af"
+ },
+ "ResponseBody": {
+ "sku": {
+ "name": "Standard",
+ "tier": "Standard",
+ "capacity": 1
+ },
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
+ "type": "Microsoft.EventHub/Namespaces",
+ "location": "Australia East",
+ "tags": {},
+ "properties": {
+ "zoneRedundant": false,
+ "isAutoInflateEnabled": false,
+ "maximumThroughputUnits": 0,
+ "kafkaEnabled": true,
+ "provisioningState": "Created",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
+ "status": "Activating"
+ }
+ }
+ },
+ {
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
+ "RequestMethod": "GET",
+ "RequestHeaders": {
"Authorization": "Sanitized",
- "Content-Length": "45",
- "Content-Type": "application/json",
- "traceparent": "00-de58268122bb22409ce55f4fa9d92e35-b61db15ed026c948-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "ccc47814e0ad90b7a7052b42da8c8355",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266",
"x-ms-return-client-request-id": "true"
},
- "RequestBody": {
- "location": "Australia East",
- "properties": {}
- },
+ "RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:51 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:52 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -976,11 +2020,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "ccc47814e0ad90b7a7052b42da8c8355",
- "x-ms-correlation-request-id": "c3e6bec4-ef67-4471-b066-fcc78f233d52",
- "x-ms-ratelimit-remaining-subscription-resource-requests": "47",
- "x-ms-request-id": "9be6b06a-58e5-4f4a-b34a-6f5510931482_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100652Z:c3e6bec4-ef67-4471-b066-fcc78f233d52"
+ "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266",
+ "x-ms-correlation-request-id": "9fd1b588-be09-4043-95d5-5e263943759e",
+ "x-ms-ratelimit-remaining-subscription-reads": "11894",
+ "x-ms-request-id": "6339f0fa-f265-4ff9-9dbd-b99ddd770347_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055453Z:9fd1b588-be09-4043-95d5-5e263943759e"
},
"ResponseBody": {
"sku": {
@@ -988,8 +2032,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -999,33 +2043,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "8ec87ab0bf88281c73f3a19c5356b49a",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:52 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:54 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1035,11 +2076,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "8ec87ab0bf88281c73f3a19c5356b49a",
- "x-ms-correlation-request-id": "53a0162b-ca3a-449b-8f93-7920e46b99bf",
- "x-ms-ratelimit-remaining-subscription-reads": "6747",
- "x-ms-request-id": "58eb9719-186b-4958-9f88-fc6edb04793f_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100653Z:53a0162b-ca3a-449b-8f93-7920e46b99bf"
+ "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252",
+ "x-ms-correlation-request-id": "2c5908b9-60c5-46cd-9a6e-69a5fa56119a",
+ "x-ms-ratelimit-remaining-subscription-reads": "11893",
+ "x-ms-request-id": "7887e4a7-36fb-4e03-92e0-1092a1b9d0de_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055454Z:2c5908b9-60c5-46cd-9a6e-69a5fa56119a"
},
"ResponseBody": {
"sku": {
@@ -1047,8 +2088,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1058,33 +2099,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:54 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:55 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1094,11 +2132,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f",
- "x-ms-correlation-request-id": "73d5a655-97da-456d-a6f1-9e9683b1ae56",
- "x-ms-ratelimit-remaining-subscription-reads": "6746",
- "x-ms-request-id": "35e2e708-83fd-47ca-8068-b8d444177ddd_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100654Z:73d5a655-97da-456d-a6f1-9e9683b1ae56"
+ "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607",
+ "x-ms-correlation-request-id": "0f88c04b-7d93-41ba-8a42-d0a7ac410765",
+ "x-ms-ratelimit-remaining-subscription-reads": "11892",
+ "x-ms-request-id": "931c1042-6118-4ec7-951b-2044017a3e5d_M11CH3_M11CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055456Z:0f88c04b-7d93-41ba-8a42-d0a7ac410765"
},
"ResponseBody": {
"sku": {
@@ -1106,8 +2144,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1117,33 +2155,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "61a822275941b84101304339ed81daf5",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:55 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:56 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1153,11 +2188,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e",
- "x-ms-correlation-request-id": "55406b56-c46f-4560-ac92-140c00ae8681",
- "x-ms-ratelimit-remaining-subscription-reads": "6745",
- "x-ms-request-id": "f50aad79-66eb-4973-b836-86212e21231c_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100656Z:55406b56-c46f-4560-ac92-140c00ae8681"
+ "x-ms-client-request-id": "61a822275941b84101304339ed81daf5",
+ "x-ms-correlation-request-id": "ad855421-c3a1-4400-ac93-49194fb8c779",
+ "x-ms-ratelimit-remaining-subscription-reads": "11891",
+ "x-ms-request-id": "c761a743-2480-4b80-962a-0d3115785b0c_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055457Z:ad855421-c3a1-4400-ac93-49194fb8c779"
},
"ResponseBody": {
"sku": {
@@ -1165,8 +2200,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1176,33 +2211,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "173b04f67bb19a45df4db530fbab0665",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:57 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:58 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1212,11 +2244,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0",
- "x-ms-correlation-request-id": "bb23229e-10e8-4182-a3cc-8baf9184084d",
- "x-ms-ratelimit-remaining-subscription-reads": "6744",
- "x-ms-request-id": "09ea069b-1d5c-494b-aa35-db81b0a10662_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100657Z:bb23229e-10e8-4182-a3cc-8baf9184084d"
+ "x-ms-client-request-id": "173b04f67bb19a45df4db530fbab0665",
+ "x-ms-correlation-request-id": "e23dd467-7971-42ae-9473-8e1d53bb050c",
+ "x-ms-ratelimit-remaining-subscription-reads": "11890",
+ "x-ms-request-id": "f828c6a1-eddb-4c24-b141-dce54ed9ca16_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055458Z:e23dd467-7971-42ae-9473-8e1d53bb050c"
},
"ResponseBody": {
"sku": {
@@ -1224,8 +2256,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1235,33 +2267,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "cb7d0ec8d0aec1111bd535f0ec08ae76",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:58 GMT",
+ "Date": "Wed, 01 Sep 2021 05:54:59 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1271,11 +2300,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6",
- "x-ms-correlation-request-id": "e4bc86cf-94f6-49fa-831e-748f43d07041",
- "x-ms-ratelimit-remaining-subscription-reads": "6743",
- "x-ms-request-id": "99f9695b-b2e7-445a-92df-40ded7204629_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100658Z:e4bc86cf-94f6-49fa-831e-748f43d07041"
+ "x-ms-client-request-id": "cb7d0ec8d0aec1111bd535f0ec08ae76",
+ "x-ms-correlation-request-id": "dc0cd46f-5926-4d3a-9260-f4b4372431c9",
+ "x-ms-ratelimit-remaining-subscription-reads": "11889",
+ "x-ms-request-id": "7cd946cc-aac3-429b-8845-fc609d04e090_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055500Z:dc0cd46f-5926-4d3a-9260-f4b4372431c9"
},
"ResponseBody": {
"sku": {
@@ -1283,8 +2312,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1294,33 +2323,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "d378a1611edbab56dd0e82f3a410bd56",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:06:59 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:00 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1330,11 +2356,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a",
- "x-ms-correlation-request-id": "4b4ac583-0c7c-4ebb-9d81-c2051709fea1",
- "x-ms-ratelimit-remaining-subscription-reads": "6742",
- "x-ms-request-id": "0cdbf74c-d3c4-4a55-83b8-724e9929de85_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100700Z:4b4ac583-0c7c-4ebb-9d81-c2051709fea1"
+ "x-ms-client-request-id": "d378a1611edbab56dd0e82f3a410bd56",
+ "x-ms-correlation-request-id": "c5b3f240-0239-4a05-8960-a97a946641f8",
+ "x-ms-ratelimit-remaining-subscription-reads": "11888",
+ "x-ms-request-id": "499a1b42-62e8-4bae-a69c-9d783ed10ab5_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055501Z:c5b3f240-0239-4a05-8960-a97a946641f8"
},
"ResponseBody": {
"sku": {
@@ -1342,8 +2368,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1353,33 +2379,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "de70de2a0f032546f279fbdb4554aed7",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:01 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:02 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1389,11 +2412,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd",
- "x-ms-correlation-request-id": "6b8b2d44-36ff-4e0a-aa0d-66e7b3a5f3cc",
- "x-ms-ratelimit-remaining-subscription-reads": "6741",
- "x-ms-request-id": "0354c5ef-c54e-4787-b112-5509585b9dfd_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100701Z:6b8b2d44-36ff-4e0a-aa0d-66e7b3a5f3cc"
+ "x-ms-client-request-id": "de70de2a0f032546f279fbdb4554aed7",
+ "x-ms-correlation-request-id": "84fef3b4-c2c9-433d-bd84-702505743a61",
+ "x-ms-ratelimit-remaining-subscription-reads": "11887",
+ "x-ms-request-id": "03b1ef62-327c-4160-b671-cc85fa486a0b_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055502Z:84fef3b4-c2c9-433d-bd84-702505743a61"
},
"ResponseBody": {
"sku": {
@@ -1401,8 +2424,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1412,33 +2435,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "5acf3e9f3232a98ab8d1eda04e1e1c0b",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:02 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:03 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1448,11 +2468,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d",
- "x-ms-correlation-request-id": "27411ca5-ff90-4d18-80e4-840b4d4e465c",
- "x-ms-ratelimit-remaining-subscription-reads": "6740",
- "x-ms-request-id": "b990c562-14ee-42e4-aaf4-0e6dd4e895a2_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100702Z:27411ca5-ff90-4d18-80e4-840b4d4e465c"
+ "x-ms-client-request-id": "5acf3e9f3232a98ab8d1eda04e1e1c0b",
+ "x-ms-correlation-request-id": "b24d6728-16a7-4c9e-9243-5f47cc1b3f49",
+ "x-ms-ratelimit-remaining-subscription-reads": "11886",
+ "x-ms-request-id": "5cf4d1ad-fe5f-49bc-a557-b040fd6f1db6_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055503Z:b24d6728-16a7-4c9e-9243-5f47cc1b3f49"
},
"ResponseBody": {
"sku": {
@@ -1460,8 +2480,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1471,33 +2491,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "0ec6df18cf9751725a52e161227a6688",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:03 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:04 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1507,11 +2524,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf",
- "x-ms-correlation-request-id": "8f6f322d-5001-4041-985d-0928151e7148",
- "x-ms-ratelimit-remaining-subscription-reads": "6739",
- "x-ms-request-id": "20447573-2ce6-45b2-b367-b16945843360_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100704Z:8f6f322d-5001-4041-985d-0928151e7148"
+ "x-ms-client-request-id": "0ec6df18cf9751725a52e161227a6688",
+ "x-ms-correlation-request-id": "0e08ce84-964a-4345-866d-beeedcbe2143",
+ "x-ms-ratelimit-remaining-subscription-reads": "11885",
+ "x-ms-request-id": "c747b26e-43a4-456b-b4e1-413685eea3f4_M11CH3_M11CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055505Z:0e08ce84-964a-4345-866d-beeedcbe2143"
},
"ResponseBody": {
"sku": {
@@ -1519,8 +2536,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1530,33 +2547,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "6553aa606340f82353c7263121a5d7d3",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:05 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:06 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1566,11 +2580,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678",
- "x-ms-correlation-request-id": "433e0612-2896-41e6-8d96-9742cad27337",
- "x-ms-ratelimit-remaining-subscription-reads": "6738",
- "x-ms-request-id": "c4eb058d-d38a-4fa8-a69c-40e2f0e72475_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100705Z:433e0612-2896-41e6-8d96-9742cad27337"
+ "x-ms-client-request-id": "6553aa606340f82353c7263121a5d7d3",
+ "x-ms-correlation-request-id": "68135ca8-5711-4504-ae98-8a3a7791e8d2",
+ "x-ms-ratelimit-remaining-subscription-reads": "11884",
+ "x-ms-request-id": "e704c8cb-336d-4f29-b380-8f6b9c8bb260_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055506Z:68135ca8-5711-4504-ae98-8a3a7791e8d2"
},
"ResponseBody": {
"sku": {
@@ -1578,8 +2592,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1589,33 +2603,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "c11d12100c1b082752d213020280123a",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "65c3f05d9f8ecf40cc7dffdf5029863d",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:06 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:07 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1625,11 +2636,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "c11d12100c1b082752d213020280123a",
- "x-ms-correlation-request-id": "826c8516-8e5b-44c3-bbff-5c0c7fb70ad7",
- "x-ms-ratelimit-remaining-subscription-reads": "6737",
- "x-ms-request-id": "a66c614d-756d-4c2c-bf44-698e1bb25d4e_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100706Z:826c8516-8e5b-44c3-bbff-5c0c7fb70ad7"
+ "x-ms-client-request-id": "65c3f05d9f8ecf40cc7dffdf5029863d",
+ "x-ms-correlation-request-id": "9ff92e71-fd18-4681-bb81-11f7277c2509",
+ "x-ms-ratelimit-remaining-subscription-reads": "11883",
+ "x-ms-request-id": "38d4c00a-06dd-4d8a-8d13-3fc8edcdbdeb_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055508Z:9ff92e71-fd18-4681-bb81-11f7277c2509"
},
"ResponseBody": {
"sku": {
@@ -1637,8 +2648,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1648,33 +2659,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "a340656bb6cbb4cabccebacfa94130b4",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:07 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:08 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1684,11 +2692,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2",
- "x-ms-correlation-request-id": "f5156e60-c050-49c3-bb84-7b10bf966221",
- "x-ms-ratelimit-remaining-subscription-reads": "6736",
- "x-ms-request-id": "e9c3d46b-ee3a-4de2-9e03-474e2d33f06d_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100708Z:f5156e60-c050-49c3-bb84-7b10bf966221"
+ "x-ms-client-request-id": "a340656bb6cbb4cabccebacfa94130b4",
+ "x-ms-correlation-request-id": "ee77c237-0a85-4f73-8abe-7e29c654bdf6",
+ "x-ms-ratelimit-remaining-subscription-reads": "11882",
+ "x-ms-request-id": "2120ae59-7076-49d3-8a5e-322dfb9d5ef8_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055509Z:ee77c237-0a85-4f73-8abe-7e29c654bdf6"
},
"ResponseBody": {
"sku": {
@@ -1696,8 +2704,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1707,33 +2715,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "32030e7b01b6c0f96a8399c26443a72a",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:09 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:10 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1743,11 +2748,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8",
- "x-ms-correlation-request-id": "143d5c77-4d57-4c53-893e-fdc81a113ffe",
- "x-ms-ratelimit-remaining-subscription-reads": "6735",
- "x-ms-request-id": "f54be361-652e-4ac7-b905-ec9e580072d0_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100709Z:143d5c77-4d57-4c53-893e-fdc81a113ffe"
+ "x-ms-client-request-id": "32030e7b01b6c0f96a8399c26443a72a",
+ "x-ms-correlation-request-id": "bb7777c7-c6ec-4dff-890e-2950b5f63076",
+ "x-ms-ratelimit-remaining-subscription-reads": "11881",
+ "x-ms-request-id": "6e0b63ba-5b5e-4fa4-a4bd-4d73bd10c6fa_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055510Z:bb7777c7-c6ec-4dff-890e-2950b5f63076"
},
"ResponseBody": {
"sku": {
@@ -1755,8 +2760,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1766,33 +2771,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "bbc6e8403365a608250fa8c0e470268a",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:12 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:11 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1802,11 +2804,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6",
- "x-ms-correlation-request-id": "30d49b21-1963-46d2-9b0b-701dab50c8d0",
- "x-ms-ratelimit-remaining-subscription-reads": "6734",
- "x-ms-request-id": "5086cefa-2379-4a55-a1e3-9765b2a7d83c_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100713Z:30d49b21-1963-46d2-9b0b-701dab50c8d0"
+ "x-ms-client-request-id": "bbc6e8403365a608250fa8c0e470268a",
+ "x-ms-correlation-request-id": "d3b9474d-3d99-4e61-b0f8-32fbfd6437b4",
+ "x-ms-ratelimit-remaining-subscription-reads": "11880",
+ "x-ms-request-id": "63ff7d13-67a6-4947-9cd9-5592b8defbf7_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055512Z:d3b9474d-3d99-4e61-b0f8-32fbfd6437b4"
},
"ResponseBody": {
"sku": {
@@ -1814,8 +2816,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1825,33 +2827,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "42644a4d542569866c7f39471c075078",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:31 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:12 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1861,11 +2860,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4",
- "x-ms-correlation-request-id": "dd2e408f-c8c4-4da0-9b12-fe73c38ab843",
- "x-ms-ratelimit-remaining-subscription-reads": "6733",
- "x-ms-request-id": "edd4d774-ed50-4a94-bd0a-97b20e2a73fd_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100732Z:dd2e408f-c8c4-4da0-9b12-fe73c38ab843"
+ "x-ms-client-request-id": "42644a4d542569866c7f39471c075078",
+ "x-ms-correlation-request-id": "0867d463-6f7b-4aea-bb8b-0a68f41676cf",
+ "x-ms-ratelimit-remaining-subscription-reads": "11879",
+ "x-ms-request-id": "5ab51db1-735a-4b92-9bd9-16ce1ce44467_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055513Z:0867d463-6f7b-4aea-bb8b-0a68f41676cf"
},
"ResponseBody": {
"sku": {
@@ -1873,8 +2872,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1884,33 +2883,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "c08f9026747a474f065d0ca75839dbfa",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:33 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:14 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1920,11 +2916,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2",
- "x-ms-correlation-request-id": "cf392dba-1506-48f2-8de8-500dbaf99186",
- "x-ms-ratelimit-remaining-subscription-reads": "6732",
- "x-ms-request-id": "87189038-f9c9-4a77-9bd9-c285fc48298c_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100733Z:cf392dba-1506-48f2-8de8-500dbaf99186"
+ "x-ms-client-request-id": "c08f9026747a474f065d0ca75839dbfa",
+ "x-ms-correlation-request-id": "792db557-b7eb-45d3-8e4e-162a5ccb24b8",
+ "x-ms-ratelimit-remaining-subscription-reads": "11878",
+ "x-ms-request-id": "c418d003-d0a0-455b-b1d4-0b2d6b858b8c_M2CH3_M2CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055514Z:792db557-b7eb-45d3-8e4e-162a5ccb24b8"
},
"ResponseBody": {
"sku": {
@@ -1932,8 +2928,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -1943,33 +2939,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "19740e5d65dfec05625c4fe6fac0891e",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:34 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:15 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -1979,11 +2972,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79",
- "x-ms-correlation-request-id": "fbc1098b-681f-40ab-af94-8fc25f0aeb8a",
- "x-ms-ratelimit-remaining-subscription-reads": "6731",
- "x-ms-request-id": "2bef1b9b-5e75-42f9-84c2-ce9b5ac224d0_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100735Z:fbc1098b-681f-40ab-af94-8fc25f0aeb8a"
+ "x-ms-client-request-id": "19740e5d65dfec05625c4fe6fac0891e",
+ "x-ms-correlation-request-id": "2c6a2499-0766-434f-a75d-c9ff746965b0",
+ "x-ms-ratelimit-remaining-subscription-reads": "11877",
+ "x-ms-request-id": "c28d6b51-1260-4bf7-9370-c4fbd05573ac_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055516Z:2c6a2499-0766-434f-a75d-c9ff746965b0"
},
"ResponseBody": {
"sku": {
@@ -1991,8 +2984,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2002,33 +2995,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "549930be66e1d90ffb1d3bc747df1033",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:35 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:16 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2038,11 +3028,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad",
- "x-ms-correlation-request-id": "6e68f226-09b8-4da1-9709-fd411933bb2d",
- "x-ms-ratelimit-remaining-subscription-reads": "6730",
- "x-ms-request-id": "7969b63f-c0fd-4ea1-9b42-e861a5a5cd29_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100736Z:6e68f226-09b8-4da1-9709-fd411933bb2d"
+ "x-ms-client-request-id": "549930be66e1d90ffb1d3bc747df1033",
+ "x-ms-correlation-request-id": "516150a1-059d-4fca-b6c3-64d28107c0e3",
+ "x-ms-ratelimit-remaining-subscription-reads": "11876",
+ "x-ms-request-id": "c3e64e4e-4a8c-402a-8513-5fcb175d9a72_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055517Z:516150a1-059d-4fca-b6c3-64d28107c0e3"
},
"ResponseBody": {
"sku": {
@@ -2050,8 +3040,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2061,33 +3051,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "0eea3ea33692c1998aa25e1e24684c45",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:37 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:18 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2097,11 +3084,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266",
- "x-ms-correlation-request-id": "6c5cda23-da1d-4606-823e-588d38d8ebda",
- "x-ms-ratelimit-remaining-subscription-reads": "6729",
- "x-ms-request-id": "0abe3dd9-f284-49f7-924c-9bd9b230c18a_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100737Z:6c5cda23-da1d-4606-823e-588d38d8ebda"
+ "x-ms-client-request-id": "0eea3ea33692c1998aa25e1e24684c45",
+ "x-ms-correlation-request-id": "f97630f7-c3bd-49ca-af2a-4b57e8162aa9",
+ "x-ms-ratelimit-remaining-subscription-reads": "11875",
+ "x-ms-request-id": "180b0213-5c86-482f-af97-4c02368db07d_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055518Z:f97630f7-c3bd-49ca-af2a-4b57e8162aa9"
},
"ResponseBody": {
"sku": {
@@ -2109,8 +3096,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2120,33 +3107,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "28e9eed3879ff719ff9b1ec2293da482",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:38 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:19 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2156,11 +3140,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252",
- "x-ms-correlation-request-id": "78ca08b2-9414-4235-936c-60056b3b7326",
- "x-ms-ratelimit-remaining-subscription-reads": "6728",
- "x-ms-request-id": "b565c3d3-2c3a-4bbe-bcdc-5d7b92c44e24_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100739Z:78ca08b2-9414-4235-936c-60056b3b7326"
+ "x-ms-client-request-id": "28e9eed3879ff719ff9b1ec2293da482",
+ "x-ms-correlation-request-id": "aac937c3-b4ef-4f60-9d26-a1a6dc719b33",
+ "x-ms-ratelimit-remaining-subscription-reads": "11874",
+ "x-ms-request-id": "a2079f79-a5f4-4e6d-a3b0-7a7ccf9b7270_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055520Z:aac937c3-b4ef-4f60-9d26-a1a6dc719b33"
},
"ResponseBody": {
"sku": {
@@ -2168,8 +3152,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2179,33 +3163,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "bc421c4b7bd6878b97d8c93e07f1b592",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "744",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:39 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:20 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2215,11 +3196,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607",
- "x-ms-correlation-request-id": "0a691944-c527-4691-bd16-81d2628701df",
- "x-ms-ratelimit-remaining-subscription-reads": "6727",
- "x-ms-request-id": "53a10c1c-bb39-40b8-a77d-f93cbff3d89a_M6CH3_M6CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100740Z:0a691944-c527-4691-bd16-81d2628701df"
+ "x-ms-client-request-id": "bc421c4b7bd6878b97d8c93e07f1b592",
+ "x-ms-correlation-request-id": "65ad1dff-3e3d-4694-b119-c23ab8d5ca09",
+ "x-ms-ratelimit-remaining-subscription-reads": "11873",
+ "x-ms-request-id": "5242c08a-bf52-4cee-a965-14c283b236b9_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055521Z:65ad1dff-3e3d-4694-b119-c23ab8d5ca09"
},
"ResponseBody": {
"sku": {
@@ -2227,8 +3208,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2238,33 +3219,30 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Created",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:06:51.05Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:54:28.607Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Activating"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "61a822275941b84101304339ed81daf5",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "59f4f6d1e8f51c9325f20ef717d7984d",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "741",
+ "Content-Length": "742",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:42 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:22 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2274,11 +3252,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "61a822275941b84101304339ed81daf5",
- "x-ms-correlation-request-id": "ce22333b-3cb1-4d67-af65-00c5457ee432",
- "x-ms-ratelimit-remaining-subscription-reads": "6726",
- "x-ms-request-id": "7dec32c5-df4d-495d-a1f7-890dc46aaa29_M2CH3_M2CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100743Z:ce22333b-3cb1-4d67-af65-00c5457ee432"
+ "x-ms-client-request-id": "59f4f6d1e8f51c9325f20ef717d7984d",
+ "x-ms-correlation-request-id": "09f7f91f-a4a4-484a-8167-60d15ee25549",
+ "x-ms-ratelimit-remaining-subscription-reads": "11872",
+ "x-ms-request-id": "3e1b5a04-d65f-40f3-b92a-bf5f273e459c_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055522Z:09f7f91f-a4a4-484a-8167-60d15ee25549"
},
"ResponseBody": {
"sku": {
@@ -2286,8 +3264,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2297,28 +3275,25 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:07:40.633Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:22.027Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Active"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "Content-Length": "598",
+ "Content-Length": "596",
"Content-Type": "application/json",
- "traceparent": "00-1984ea7bf333e54586e569d645ef34a7-b9c4abf29c9bbc4f-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "b1173b04457bdf9a4db530fbab0665c8",
+ "traceparent": "00-09a32d0f1cb3b5408c23c057bd7f837c-49220a785973ef4b-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
@@ -2334,7 +3309,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2348,7 +3323,7 @@
"Cache-Control": "no-cache",
"Content-Length": "1003",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:49 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:30 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2358,23 +3333,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "b1173b04457bdf9a4db530fbab0665c8",
- "x-ms-correlation-request-id": "c1a61120-a331-4844-9b56-3f9a0e4e4b76",
- "x-ms-ratelimit-remaining-subscription-writes": "1181",
- "x-ms-request-id": "6ae8aa06-f6c9-48e3-8f0c-a1ff6bcd5723_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100750Z:c1a61120-a331-4844-9b56-3f9a0e4e4b76"
+ "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5",
+ "x-ms-correlation-request-id": "6fd5d378-7588-4d4d-82df-70194fcbd622",
+ "x-ms-ratelimit-remaining-subscription-writes": "1193",
+ "x-ms-request-id": "c4742b02-a1fe-4fc2-8fda-4daade28c7aa_M13CH3_M13CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055531Z:6fd5d378-7588-4d4d-82df-70194fcbd622"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647",
- "name": "sdk-EventHub-4647",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965",
+ "name": "sdk-EventHub-6965",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 4,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T10:07:49.37Z",
- "updatedAt": "2020-09-28T10:07:49.72Z",
+ "createdAt": "2021-09-01T05:55:29.847Z",
+ "updatedAt": "2021-09-01T05:55:30.297Z",
"partitionIds": [
"0",
"1",
@@ -2387,7 +3362,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2400,17 +3375,14 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-4a00c3058666004a95d6ea6bed118f6a-577e4387ca7af84b-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "aecb7d0e11d01bc1d535f0ec08ae7661",
+ "traceparent": "00-5544fc2dbfdb044bb0b97101dec7b807-99d6ce4e85e78448-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -2419,7 +3391,7 @@
"Cache-Control": "no-cache",
"Content-Length": "1001",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:51 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:30 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2429,23 +3401,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "aecb7d0e11d01bc1d535f0ec08ae7661",
- "x-ms-correlation-request-id": "7977b786-7814-48c6-8d81-1cc3178a41ff",
- "x-ms-ratelimit-remaining-subscription-reads": "6725",
- "x-ms-request-id": "b2bd395d-8564-4b6b-88b5-ebd1d3a818cd_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100752Z:7977b786-7814-48c6-8d81-1cc3178a41ff"
+ "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f",
+ "x-ms-correlation-request-id": "924bfd2c-6c0b-4f90-9bdc-db4289350e91",
+ "x-ms-ratelimit-remaining-subscription-reads": "11871",
+ "x-ms-request-id": "cebf5b75-a8b1-427e-bf95-1d113274c7a9_M13CH3_M13CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055531Z:924bfd2c-6c0b-4f90-9bdc-db4289350e91"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647",
- "name": "sdk-EventHub-4647",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965",
+ "name": "sdk-EventHub-6965",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 4,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T10:07:49.37",
- "updatedAt": "2020-09-28T10:07:49.72",
+ "createdAt": "2021-09-01T05:55:29.847",
+ "updatedAt": "2021-09-01T05:55:30.297",
"partitionIds": [
"0",
"1",
@@ -2458,7 +3430,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2471,16 +3443,14 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs?api-version=2017-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "dbd378a1561eddab0e82f3a410bd562a",
+ "traceparent": "00-f1b7e7d5f9f5ec4fbc25ebfb683744c7-6a5eb62c7d8b0e46-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -2489,7 +3459,7 @@
"Cache-Control": "no-cache",
"Content-Length": "1013",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:52 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:32 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2499,26 +3469,26 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "dbd378a1561eddab0e82f3a410bd562a",
- "x-ms-correlation-request-id": "96fc7257-dc67-4461-9772-b39523599176",
+ "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03",
+ "x-ms-correlation-request-id": "ba5b89a1-d3fe-41f1-9793-b1e19cdab491",
"x-ms-inline-count": "",
- "x-ms-ratelimit-remaining-subscription-reads": "6724",
- "x-ms-request-id": "67011b94-ba8c-44d5-bcf4-efe581ca9cc3_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100753Z:96fc7257-dc67-4461-9772-b39523599176"
+ "x-ms-ratelimit-remaining-subscription-reads": "11870",
+ "x-ms-request-id": "2aeccd3d-6eb6-40aa-ad6b-4fcfdb7b8c4d_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055533Z:ba5b89a1-d3fe-41f1-9793-b1e19cdab491"
},
"ResponseBody": {
"value": [
{
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-eventhub-4647",
- "name": "sdk-eventhub-4647",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-eventhub-6965",
+ "name": "sdk-eventhub-6965",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 4,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T10:07:49.37",
- "updatedAt": "2020-09-28T10:07:49.72",
+ "createdAt": "2021-09-01T05:55:29.847",
+ "updatedAt": "2021-09-01T05:55:30.297",
"partitionIds": [
"0",
"1",
@@ -2531,7 +3501,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2546,19 +3516,16 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01",
"RequestMethod": "PUT",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "Content-Length": "598",
+ "Content-Length": "596",
"Content-Type": "application/json",
- "traceparent": "00-d8bbc1dc0590414284fe8d638a3fb755-b7813e4eb5653540-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "03de70de460ff22579fbdb4554aed79f",
+ "traceparent": "00-1fcf598e83ffdc4ea91076ad1fdcfd36-52bf0d8d1c8ae74f-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1",
"x-ms-return-client-request-id": "true"
},
"RequestBody": {
@@ -2574,7 +3541,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2586,9 +3553,9 @@
"StatusCode": 200,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "980",
+ "Content-Length": "978",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:57 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:37 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2598,15 +3565,15 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "03de70de460ff22579fbdb4554aed79f",
- "x-ms-correlation-request-id": "c553fdbe-39c0-4f8e-9644-e4de7822738d",
- "x-ms-ratelimit-remaining-subscription-writes": "1180",
- "x-ms-request-id": "bdd94c76-5af7-405b-84b1-88f260305aab_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100758Z:c553fdbe-39c0-4f8e-9644-e4de7822738d"
+ "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1",
+ "x-ms-correlation-request-id": "4697913b-45c2-44ba-b8e5-21434be455e7",
+ "x-ms-ratelimit-remaining-subscription-writes": "1192",
+ "x-ms-request-id": "bce9aa3d-f422-449b-95fa-7347da8d662c_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055538Z:4697913b-45c2-44ba-b8e5-21434be455e7"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647",
- "name": "sdk-EventHub-4647",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965",
+ "name": "sdk-EventHub-6965",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
@@ -2622,7 +3589,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2635,17 +3602,14 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01",
"RequestMethod": "GET",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-ec3b08e79fff434ea390ab18d204314e-a7f84593ea2cd840-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "325acf3e8a32b8a9d1eda04e1e1c0b18",
+ "traceparent": "00-7f0ab10939cf3545bcb445b6fd39354a-e0b73fa73fa7244e-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -2654,7 +3618,7 @@
"Cache-Control": "no-cache",
"Content-Length": "1001",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:07:58 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:37 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2664,23 +3628,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "325acf3e8a32b8a9d1eda04e1e1c0b18",
- "x-ms-correlation-request-id": "aa34cc97-1ea7-494f-952b-f89f0de525c8",
- "x-ms-ratelimit-remaining-subscription-reads": "6723",
- "x-ms-request-id": "983c512c-c525-4fce-9a35-602987117236_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100759Z:aa34cc97-1ea7-494f-952b-f89f0de525c8"
+ "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7",
+ "x-ms-correlation-request-id": "ef8d971b-9315-4f15-9dcf-546c1459c8da",
+ "x-ms-ratelimit-remaining-subscription-reads": "11869",
+ "x-ms-request-id": "d6a34599-cea6-4052-a2be-dbf28ddade8b_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055538Z:ef8d971b-9315-4f15-9dcf-546c1459c8da"
},
"ResponseBody": {
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647",
- "name": "sdk-EventHub-4647",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965",
+ "name": "sdk-EventHub-6965",
"type": "Microsoft.EventHub/Namespaces/EventHubs",
"location": "Australia East",
"properties": {
"messageRetentionInDays": 5,
"partitionCount": 4,
"status": "Active",
- "createdAt": "2020-09-28T10:07:49.37",
- "updatedAt": "2020-09-28T10:07:58.12",
+ "createdAt": "2021-09-01T05:55:29.847",
+ "updatedAt": "2021-09-01T05:55:37.827",
"partitionIds": [
"0",
"1",
@@ -2693,7 +3657,7 @@
"destination": {
"name": "EventHubArchive.AzureBlockBlob",
"properties": {
- "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630",
+ "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18",
"blobContainer": "container",
"archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}"
}
@@ -2706,17 +3670,14 @@
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01",
"RequestMethod": "DELETE",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-216084552676204db2d0697736054275-c3456ceb703c3f4b-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "970ec6df72cf5a5152e161227a668860",
+ "traceparent": "00-27fcf56d2c997e46b1beb79799719e4a-ec7094a16f68b04f-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -2724,7 +3685,7 @@
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "0",
- "Date": "Mon, 28 Sep 2020 10:08:00 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:39 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -2734,26 +3695,23 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "970ec6df72cf5a5152e161227a668860",
- "x-ms-correlation-request-id": "b5f15060-4454-44c6-ade8-e036315fcbfa",
- "x-ms-ratelimit-remaining-subscription-deletes": "14985",
- "x-ms-request-id": "948d3a4d-1002-4743-9d73-7a3f24d50ca8_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100801Z:b5f15060-4454-44c6-ade8-e036315fcbfa"
+ "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0",
+ "x-ms-correlation-request-id": "2a4335b4-66e8-433a-9853-4c4aad7b5bce",
+ "x-ms-ratelimit-remaining-subscription-deletes": "14996",
+ "x-ms-request-id": "ad3e220d-14a0-4453-956d-71e3b2e7d0ac_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055539Z:2a4335b4-66e8-433a-9853-4c4aad7b5bce"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "DELETE",
"RequestHeaders": {
"Accept": "application/json",
"Authorization": "Sanitized",
- "traceparent": "00-c50b95cc30ef3249a77a668bc97d6cda-f108830747810c4b-00",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "406553aa236353f8c7263121a5d7d35d",
+ "traceparent": "00-9d213263d4190240b5e5ff4504e3c666-f9478be6933bc14b-00",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "4488a228b01e1340da6b36ba575e5464",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -2761,9 +3719,9 @@
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "0",
- "Date": "Mon, 28 Sep 2020 10:08:01 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:40 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
"Server": [
"Service-Bus-Resource-Provider/CH3",
@@ -2772,159 +3730,34 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "406553aa236353f8c7263121a5d7d35d",
- "x-ms-correlation-request-id": "ee08b0d2-45c4-454d-af74-7edb700617e5",
- "x-ms-ratelimit-remaining-subscription-deletes": "14984",
- "x-ms-request-id": "917482fb-2852-4f45-aae9-a6a260751898_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100802Z:ee08b0d2-45c4-454d-af74-7edb700617e5"
+ "x-ms-client-request-id": "4488a228b01e1340da6b36ba575e5464",
+ "x-ms-correlation-request-id": "971d743a-86bc-4214-8d39-1f7c5d9f39ee",
+ "x-ms-ratelimit-remaining-subscription-deletes": "14995",
+ "x-ms-request-id": "08f8a42d-baa2-41da-8007-867b00e9990c_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055541Z:971d743a-86bc-4214-8d39-1f7c5d9f39ee"
},
"ResponseBody": []
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "cba34065cab6bcb4cebacfa94130b47b",
- "x-ms-return-client-request-id": "true"
- },
- "RequestBody": null,
- "StatusCode": 202,
- "ResponseHeaders": {
- "Cache-Control": "no-cache",
- "Content-Length": "742",
- "Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:02 GMT",
- "Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
- "Pragma": "no-cache",
- "Retry-After": "52",
- "Server": [
- "Service-Bus-Resource-Provider/CH3",
- "Microsoft-HTTPAPI/2.0"
- ],
- "Server-SB": "Service-Bus-Resource-Provider/CH3",
- "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
- "X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "cba34065cab6bcb4cebacfa94130b47b",
- "x-ms-correlation-request-id": "00e3a564-d2fb-4c5b-8bfd-1d2f618facb5",
- "x-ms-ratelimit-remaining-subscription-reads": "6722",
- "x-ms-request-id": "e6292420-95a5-41bc-8903-e67b48738c8d_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100802Z:00e3a564-d2fb-4c5b-8bfd-1d2f618facb5"
- },
- "ResponseBody": {
- "sku": {
- "name": "Standard",
- "tier": "Standard",
- "capacity": 1
- },
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
- "type": "Microsoft.EventHub/Namespaces",
- "location": "Australia East",
- "tags": {},
- "properties": {
- "zoneRedundant": false,
- "isAutoInflateEnabled": false,
- "maximumThroughputUnits": 0,
- "kafkaEnabled": true,
- "provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
- "status": "Removing"
- }
- }
- },
- {
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
- "RequestMethod": "GET",
- "RequestHeaders": {
- "Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "b632030ef9016ac08399c26443a72a40",
- "x-ms-return-client-request-id": "true"
- },
- "RequestBody": null,
- "StatusCode": 202,
- "ResponseHeaders": {
- "Cache-Control": "no-cache",
- "Content-Length": "742",
- "Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:03 GMT",
- "Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
- "Pragma": "no-cache",
- "Retry-After": "40",
- "Server": [
- "Service-Bus-Resource-Provider/CH3",
- "Microsoft-HTTPAPI/2.0"
- ],
- "Server-SB": "Service-Bus-Resource-Provider/CH3",
- "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
- "X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "b632030ef9016ac08399c26443a72a40",
- "x-ms-correlation-request-id": "20e60e3f-f0d2-40fe-9a58-dc5a01789d9f",
- "x-ms-ratelimit-remaining-subscription-reads": "6721",
- "x-ms-request-id": "2f9ab168-3eb6-416e-9f8f-5d02bc20770a_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100804Z:20e60e3f-f0d2-40fe-9a58-dc5a01789d9f"
- },
- "ResponseBody": {
- "sku": {
- "name": "Standard",
- "tier": "Standard",
- "capacity": 1
- },
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
- "type": "Microsoft.EventHub/Namespaces",
- "location": "Australia East",
- "tags": {},
- "properties": {
- "zoneRedundant": false,
- "isAutoInflateEnabled": false,
- "maximumThroughputUnits": 0,
- "kafkaEnabled": true,
- "provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
- "status": "Removing"
- }
- }
- },
- {
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "65bbc6e8083325a60fa8c0e470268a4d",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "562bfdae78829ca89f57a779a31f2030",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:04 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:40 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "53",
+ "Retry-After": "39",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -2932,11 +3765,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "65bbc6e8083325a60fa8c0e470268a4d",
- "x-ms-correlation-request-id": "55cb1fc6-a583-4a36-9fb2-dbdb537e47c2",
- "x-ms-ratelimit-remaining-subscription-reads": "6720",
- "x-ms-request-id": "badfd1e4-19b1-4b4c-9128-2ab1d402bef5_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100805Z:55cb1fc6-a583-4a36-9fb2-dbdb537e47c2"
+ "x-ms-client-request-id": "562bfdae78829ca89f57a779a31f2030",
+ "x-ms-correlation-request-id": "15308cf2-cd05-425f-ae3b-fabb1111804a",
+ "x-ms-ratelimit-remaining-subscription-reads": "11868",
+ "x-ms-request-id": "1883665a-6dca-4103-bcd8-70e364851e6d_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055541Z:15308cf2-cd05-425f-ae3b-fabb1111804a"
},
"ResponseBody": {
"sku": {
@@ -2944,8 +3777,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -2955,37 +3788,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "2542644a86546c697f39471c07507826",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "346f4b89519bdd2f95929655a45bd6d3",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:06 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:42 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "47",
+ "Retry-After": "46",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -2993,11 +3823,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "2542644a86546c697f39471c07507826",
- "x-ms-correlation-request-id": "86e5d6e7-82b1-46c4-8c86-2477f40e811b",
- "x-ms-ratelimit-remaining-subscription-reads": "6719",
- "x-ms-request-id": "0a31317f-9012-49ba-8350-0e13bfadf4f4_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100807Z:86e5d6e7-82b1-46c4-8c86-2477f40e811b"
+ "x-ms-client-request-id": "346f4b89519bdd2f95929655a45bd6d3",
+ "x-ms-correlation-request-id": "39510779-c25b-4959-af82-1f869ec09080",
+ "x-ms-ratelimit-remaining-subscription-reads": "11867",
+ "x-ms-request-id": "f46d28a5-1f4d-4685-a545-36af647893ee_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055542Z:39510779-c25b-4959-af82-1f869ec09080"
},
"ResponseBody": {
"sku": {
@@ -3005,8 +3835,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3016,37 +3846,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "7ac08f904f7406475d0ca75839dbfa5d",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "5a0cceb8fe3348e28f100b29a393528e",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:07 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:43 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "45",
+ "Retry-After": "58",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3054,11 +3881,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "7ac08f904f7406475d0ca75839dbfa5d",
- "x-ms-correlation-request-id": "8c6a978d-b9a0-47c1-b287-93a964cab0ce",
- "x-ms-ratelimit-remaining-subscription-reads": "6718",
- "x-ms-request-id": "2e233b8e-d4d4-417b-83e6-e36b74e69d1a_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100808Z:8c6a978d-b9a0-47c1-b287-93a964cab0ce"
+ "x-ms-client-request-id": "5a0cceb8fe3348e28f100b29a393528e",
+ "x-ms-correlation-request-id": "bf38851d-3ca6-4d06-91d9-e1c177231ad8",
+ "x-ms-ratelimit-remaining-subscription-reads": "11866",
+ "x-ms-request-id": "517facb4-e7eb-4495-9882-1b37ad4ea1b3_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055544Z:bf38851d-3ca6-4d06-91d9-e1c177231ad8"
},
"ResponseBody": {
"sku": {
@@ -3066,8 +3893,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3077,37 +3904,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "df19740e056562ec5c4fe6fac0891ebe",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "f25bdba87e975dcbcd4ec0f0e253f743",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:08 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:44 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "57",
+ "Retry-After": "54",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3115,11 +3939,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "df19740e056562ec5c4fe6fac0891ebe",
- "x-ms-correlation-request-id": "d57979d5-5226-4631-844a-a605f6249b58",
- "x-ms-ratelimit-remaining-subscription-reads": "6717",
- "x-ms-request-id": "3a40c631-f968-4580-a443-ffaacd88331f_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100809Z:d57979d5-5226-4631-844a-a605f6249b58"
+ "x-ms-client-request-id": "f25bdba87e975dcbcd4ec0f0e253f743",
+ "x-ms-correlation-request-id": "cc496d7f-3968-4628-bf68-42307a6cd27a",
+ "x-ms-ratelimit-remaining-subscription-reads": "11865",
+ "x-ms-request-id": "36a32223-96c7-43c6-ba5d-7487d6334c03_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055545Z:cc496d7f-3968-4628-bf68-42307a6cd27a"
},
"ResponseBody": {
"sku": {
@@ -3127,8 +3951,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3138,37 +3962,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "e15499300f66fbd91d3bc747df1033a3",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "d5c1d481c6138bfc6927a48b45063902",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:11 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:45 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "37",
+ "Retry-After": "55",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3176,11 +3997,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "e15499300f66fbd91d3bc747df1033a3",
- "x-ms-correlation-request-id": "5d42abf2-3cde-41a8-9c64-349be1674532",
- "x-ms-ratelimit-remaining-subscription-reads": "6716",
- "x-ms-request-id": "4f3a7ae1-9d85-4052-a599-b86a8b9f69da_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100812Z:5d42abf2-3cde-41a8-9c64-349be1674532"
+ "x-ms-client-request-id": "d5c1d481c6138bfc6927a48b45063902",
+ "x-ms-correlation-request-id": "79c2b515-7437-48db-9b66-559e74085173",
+ "x-ms-ratelimit-remaining-subscription-reads": "11864",
+ "x-ms-request-id": "1000f98f-c613-49b4-9136-4f014d52f3bc_M3CH3_M3CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055546Z:79c2b515-7437-48db-9b66-559e74085173"
},
"ResponseBody": {
"sku": {
@@ -3188,8 +4009,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3199,37 +4020,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "920eea3e99368ac1a25e1e24684c45d3",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "c8ad083fe300393b02ae8ce53df1653c",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:13 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:47 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "39",
+ "Retry-After": "34",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3237,11 +4055,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "920eea3e99368ac1a25e1e24684c45d3",
- "x-ms-correlation-request-id": "7634f1a1-eb54-4a45-9d1f-706b6951bf5e",
- "x-ms-ratelimit-remaining-subscription-reads": "6715",
- "x-ms-request-id": "1c002ebb-2745-44b3-aa55-d314b1db2d5c_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100814Z:7634f1a1-eb54-4a45-9d1f-706b6951bf5e"
+ "x-ms-client-request-id": "c8ad083fe300393b02ae8ce53df1653c",
+ "x-ms-correlation-request-id": "7c7b1906-6215-417b-a917-cb0f438590de",
+ "x-ms-ratelimit-remaining-subscription-reads": "11863",
+ "x-ms-request-id": "856c6ec9-340b-408e-9654-67fc1b83efff_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055548Z:7c7b1906-6215-417b-a917-cb0f438590de"
},
"ResponseBody": {
"sku": {
@@ -3249,8 +4067,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3260,37 +4078,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "9f28e9ee1987fff79b1ec2293da4824b",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "cfa8c8187dd1e17bded08970da4017c7",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:14 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:48 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "38",
+ "Retry-After": "59",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3298,11 +4113,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "9f28e9ee1987fff79b1ec2293da4824b",
- "x-ms-correlation-request-id": "fa0d2725-8f53-40f2-bc52-4111b75c0617",
- "x-ms-ratelimit-remaining-subscription-reads": "6714",
- "x-ms-request-id": "e3fc1067-5b80-4074-bb64-3a30c8c1bc19_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100815Z:fa0d2725-8f53-40f2-bc52-4111b75c0617"
+ "x-ms-client-request-id": "cfa8c8187dd1e17bded08970da4017c7",
+ "x-ms-correlation-request-id": "db19eb09-1ab5-4c71-aab8-d55916247755",
+ "x-ms-ratelimit-remaining-subscription-reads": "11862",
+ "x-ms-request-id": "38832ccd-0cc6-42c0-95fd-2ff9fcaa5b84_M3CH3_M3CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055549Z:db19eb09-1ab5-4c71-aab8-d55916247755"
},
"ResponseBody": {
"sku": {
@@ -3310,8 +4125,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3321,37 +4136,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "d6bc421c8b7b9787d8c93e07f1b592d1",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "d9b0be142ea69d429888d2643a174d77",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:15 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:49 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "59",
+ "Retry-After": "33",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3359,11 +4171,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "d6bc421c8b7b9787d8c93e07f1b592d1",
- "x-ms-correlation-request-id": "4660a63c-7d24-45aa-bb4c-be44270c37d1",
- "x-ms-ratelimit-remaining-subscription-reads": "6713",
- "x-ms-request-id": "12a54dd7-4b0a-464e-b1c0-70df045a04db_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100816Z:4660a63c-7d24-45aa-bb4c-be44270c37d1"
+ "x-ms-client-request-id": "d9b0be142ea69d429888d2643a174d77",
+ "x-ms-correlation-request-id": "381a7c6e-8cfb-4356-b177-e050b9a34f83",
+ "x-ms-ratelimit-remaining-subscription-reads": "11861",
+ "x-ms-request-id": "a0a87e86-44c6-46e8-a5b1-660f2e25cdec_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055550Z:381a7c6e-8cfb-4356-b177-e050b9a34f83"
},
"ResponseBody": {
"sku": {
@@ -3371,8 +4183,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3382,37 +4194,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "f559f4f693e8251cf20ef717d7984dfd",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "7d7268c1695ec2308dcbe9305acb5ec2",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:17 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:51 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "39",
+ "Retry-After": "36",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3420,11 +4229,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "f559f4f693e8251cf20ef717d7984dfd",
- "x-ms-correlation-request-id": "49bfc5de-9036-48d9-b109-2930252dfb8c",
- "x-ms-ratelimit-remaining-subscription-reads": "6712",
- "x-ms-request-id": "2c13e50c-21de-4f95-b42d-f58fb5ade7ac_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100818Z:49bfc5de-9036-48d9-b109-2930252dfb8c"
+ "x-ms-client-request-id": "7d7268c1695ec2308dcbe9305acb5ec2",
+ "x-ms-correlation-request-id": "52f71ffe-938b-4ae4-855c-d08e866c6b7b",
+ "x-ms-ratelimit-remaining-subscription-reads": "11860",
+ "x-ms-request-id": "250568ae-d2c2-472f-8150-06903f31d5cc_M3CH3_M3CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055552Z:52f71ffe-938b-4ae4-855c-d08e866c6b7b"
},
"ResponseBody": {
"sku": {
@@ -3432,8 +4241,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3443,37 +4252,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "7fd0c5978c41e996850a3649ab16a7c7",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:18 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:52 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "58",
+ "Retry-After": "46",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3481,11 +4287,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5",
- "x-ms-correlation-request-id": "c691a0de-cada-41ba-a878-fc68afbc97fc",
- "x-ms-ratelimit-remaining-subscription-reads": "6711",
- "x-ms-request-id": "bdd9490b-e81c-4b68-803b-2bf9a77ccac4_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100819Z:c691a0de-cada-41ba-a878-fc68afbc97fc"
+ "x-ms-client-request-id": "7fd0c5978c41e996850a3649ab16a7c7",
+ "x-ms-correlation-request-id": "c376bc2f-ef1b-4b78-90db-2aaf6fcdf0f8",
+ "x-ms-ratelimit-remaining-subscription-reads": "11859",
+ "x-ms-request-id": "20c90ea3-7a12-4764-9bf4-9705f54e7fae_M3CH3_M3CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055553Z:c376bc2f-ef1b-4b78-90db-2aaf6fcdf0f8"
},
"ResponseBody": {
"sku": {
@@ -3493,8 +4299,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3504,37 +4310,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "72af118299cdab698dee4cda451242cd",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:20 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:53 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "44",
+ "Retry-After": "32",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3542,11 +4345,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f",
- "x-ms-correlation-request-id": "bed50b73-22e9-4af7-9722-8a41efeb3709",
- "x-ms-ratelimit-remaining-subscription-reads": "6710",
- "x-ms-request-id": "a3952ac3-8445-401e-ab54-5ae42400ece4_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100821Z:bed50b73-22e9-4af7-9722-8a41efeb3709"
+ "x-ms-client-request-id": "72af118299cdab698dee4cda451242cd",
+ "x-ms-correlation-request-id": "5c3904da-3e1f-4eac-a4fb-4696a4dfdd52",
+ "x-ms-ratelimit-remaining-subscription-reads": "11858",
+ "x-ms-request-id": "d9570851-01ba-4c84-9567-85f88ba9b635_M3CH3_M3CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055554Z:5c3904da-3e1f-4eac-a4fb-4696a4dfdd52"
},
"ResponseBody": {
"sku": {
@@ -3554,8 +4357,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3565,37 +4368,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "75cd0f29cd473535d189f85333e71776",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:21 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:55 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "44",
+ "Retry-After": "50",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3603,11 +4403,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03",
- "x-ms-correlation-request-id": "e9e06a79-0f58-40da-872d-e93ddc4d21fb",
- "x-ms-ratelimit-remaining-subscription-reads": "6709",
- "x-ms-request-id": "4a2e12af-65c4-4e6e-9d7b-666572dc3ab2_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100822Z:e9e06a79-0f58-40da-872d-e93ddc4d21fb"
+ "x-ms-client-request-id": "75cd0f29cd473535d189f85333e71776",
+ "x-ms-correlation-request-id": "c6a82121-d5bc-4244-b1f6-b7249b7896d6",
+ "x-ms-ratelimit-remaining-subscription-reads": "11857",
+ "x-ms-request-id": "a34f3cee-ddf0-465b-9de9-e48b976659aa_M3CH3_M3CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055556Z:c6a82121-d5bc-4244-b1f6-b7249b7896d6"
},
"ResponseBody": {
"sku": {
@@ -3615,8 +4415,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3626,37 +4426,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "49ad2224ec1bfdf55c25f2533fbca473",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:22 GMT",
+ "Date": "Wed, 01 Sep 2021 05:55:56 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "42",
+ "Retry-After": "59",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3664,11 +4461,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1",
- "x-ms-correlation-request-id": "8404eeb9-ce13-45f1-b635-abab7bcdbc7c",
- "x-ms-ratelimit-remaining-subscription-reads": "6708",
- "x-ms-request-id": "f74fdce1-6c0d-4f1f-b9c2-2fe04e23f0dc_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100823Z:8404eeb9-ce13-45f1-b635-abab7bcdbc7c"
+ "x-ms-client-request-id": "49ad2224ec1bfdf55c25f2533fbca473",
+ "x-ms-correlation-request-id": "e5e76a76-c12f-48df-929c-5656319462fd",
+ "x-ms-ratelimit-remaining-subscription-reads": "11856",
+ "x-ms-request-id": "2d960f14-8f2f-4657-8872-2dec039476d4_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055557Z:e5e76a76-c12f-48df-929c-5656319462fd"
},
"ResponseBody": {
"sku": {
@@ -3676,8 +4473,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3687,37 +4484,34 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "9b1f68c83249b47fdb79a044a11577a6",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
"StatusCode": 202,
"ResponseHeaders": {
"Cache-Control": "no-cache",
- "Content-Length": "742",
+ "Content-Length": "743",
"Content-Type": "application/json; charset=utf-8",
- "Date": "Mon, 28 Sep 2020 10:08:24 GMT",
+ "Date": "Wed, 01 Sep 2021 05:56:17 GMT",
"Expires": "-1",
- "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"Pragma": "no-cache",
- "Retry-After": "38",
+ "Retry-After": "30",
"Server": [
"Service-Bus-Resource-Provider/CH3",
"Microsoft-HTTPAPI/2.0"
@@ -3725,11 +4519,11 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7",
- "x-ms-correlation-request-id": "c57f72a9-3f90-4d4f-8553-2911f2cd4333",
- "x-ms-ratelimit-remaining-subscription-reads": "6707",
- "x-ms-request-id": "ce38c4f3-d8c1-4311-806e-42e0238a6137_M4CH3_M4CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100825Z:c57f72a9-3f90-4d4f-8553-2911f2cd4333"
+ "x-ms-client-request-id": "9b1f68c83249b47fdb79a044a11577a6",
+ "x-ms-correlation-request-id": "2f9f817d-0231-44ae-9a4b-f33f99e64e74",
+ "x-ms-ratelimit-remaining-subscription-reads": "11855",
+ "x-ms-request-id": "f5f42abd-ec07-44b2-8ce8-a29166170d11_M10CH3_M10CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055617Z:2f9f817d-0231-44ae-9a4b-f33f99e64e74"
},
"ResponseBody": {
"sku": {
@@ -3737,8 +4531,8 @@
"tier": "Standard",
"capacity": 1
},
- "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759",
- "name": "sdk-eventhub-Namespace-3759",
+ "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443",
+ "name": "sdk-eventhub-Namespace-4443",
"type": "Microsoft.EventHub/Namespaces",
"location": "Australia East",
"tags": {},
@@ -3748,24 +4542,21 @@
"maximumThroughputUnits": 0,
"kafkaEnabled": true,
"provisioningState": "Succeeded",
- "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759",
- "createdAt": "2020-09-28T10:06:51.05Z",
- "updatedAt": "2020-09-28T10:08:02.15Z",
- "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/",
+ "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443",
+ "createdAt": "2021-09-01T05:54:28.607Z",
+ "updatedAt": "2021-09-01T05:55:40.92Z",
+ "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/",
"status": "Removing"
}
}
},
{
- "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview",
+ "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview",
"RequestMethod": "GET",
"RequestHeaders": {
"Authorization": "Sanitized",
- "User-Agent": [
- "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1",
- "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )"
- ],
- "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0",
+ "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )",
+ "x-ms-client-request-id": "22b5d6d6f9643cb11acf1822dbe2f515",
"x-ms-return-client-request-id": "true"
},
"RequestBody": null,
@@ -3773,7 +4564,7 @@
"ResponseHeaders": {
"Cache-Control": "no-cache",
"Content-Length": "0",
- "Date": "Mon, 28 Sep 2020 10:08:25 GMT",
+ "Date": "Wed, 01 Sep 2021 05:56:22 GMT",
"Expires": "-1",
"Pragma": "no-cache",
"Server": [
@@ -3783,17 +4574,17 @@
"Server-SB": "Service-Bus-Resource-Provider/CH3",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
- "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0",
- "x-ms-correlation-request-id": "1dbf9397-7544-41c1-8768-4be2def11959",
- "x-ms-ratelimit-remaining-subscription-reads": "6706",
- "x-ms-request-id": "d2ddd6f4-1f0a-456b-bcca-a95344d4ec29_M3CH3_M3CH3",
- "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100826Z:1dbf9397-7544-41c1-8768-4be2def11959"
+ "x-ms-client-request-id": "22b5d6d6f9643cb11acf1822dbe2f515",
+ "x-ms-correlation-request-id": "e14d9356-cc50-448d-972b-40311739d941",
+ "x-ms-ratelimit-remaining-subscription-reads": "11854",
+ "x-ms-request-id": "2c9c4b33-ffff-44e1-b8d2-39beeecf3fed_M8CH3_M8CH3",
+ "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055623Z:e14d9356-cc50-448d-972b-40311739d941"
},
"ResponseBody": []
}
],
"Variables": {
"RandomSeed": "2123919956",
- "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590"
+ "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c"
}
}
\ No newline at end of file
diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs
index 107eed233149..151f277db155 100644
--- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs
+++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs
@@ -8,6 +8,7 @@
using Azure.ResourceManager.EventHubs.Models;
using Azure.ResourceManager.EventHubs.Tests;
using Azure.ResourceManager.Storage.Models;
+using Azure.ResourceManager.Storage;
using NUnit.Framework;
namespace Azure.Management.EventHub.Tests
@@ -41,7 +42,7 @@ public async Task EventCreateGetUpdateDelete()
{
var location = await GetLocation();
var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix);
- await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location));
+ ResourceGroup resourceGroup=(await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location))).Value;
// Prepare Storage Account
var accountName = Recording.GenerateAssetName("sdktestaccount");
@@ -53,8 +54,8 @@ public async Task EventCreateGetUpdateDelete()
{
AccessTier = AccessTier.Hot
};
- await WaitForCompletionAsync(await StorageManagementClient.StorageAccounts.StartCreateAsync(resourceGroupName, accountName, storageAccountCreateParameters));
-
+ StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts();
+ await storageAccountContainer.CreateOrUpdateAsync(accountName, storageAccountCreateParameters);
// Create NameSpace
var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix);
var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName,
diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj b/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj
index 30a57d2f351b..cf693f39d586 100644
--- a/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj
+++ b/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj
@@ -9,5 +9,6 @@
+
diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs
index ede62c458483..7ea2b2e0d3fc 100644
--- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs
+++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs
@@ -7,6 +7,8 @@
using Azure.ResourceManager.Network.Tests.Helpers;
using Azure.ResourceManager.Resources;
using NUnit.Framework;
+using Azure.ResourceManager.Storage.Models;
+using Azure.ResourceManager.Storage;
using Azure.ResourceManager.Network.Models;
namespace Azure.ResourceManager.Network.Tests.Tests
@@ -16,7 +18,7 @@ public class PrivateEndpointTests : NetworkServiceClientTestBase
private VirtualNetwork virtualNetwork;
private GenericResource privateDnsZone;
private Resources.ResourceGroup resourceGroup;
- private GenericResource storageAccount;
+ private StorageAccount storageAccount;
public PrivateEndpointTests(bool isAsync) : base(isAsync)
{
@@ -56,21 +58,23 @@ private async Task> createVirtualNetwork()
return await resourceGroup.GetVirtualNetworks().CreateOrUpdate(name, vnet).WaitForCompletionAsync();
}
- private async Task createStorageAccount()
+ private async Task createStorageAccount()
{
var name = Recording.GenerateAssetName("testsa");
- var storageAccountId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{name}";
+ var parameters = new StorageAccountCreateParameters(new Storage.Models.Sku(SkuName.StandardLRS),Kind.Storage,TestEnvironment.Location);
+ return (await resourceGroup.GetStorageAccounts().CreateOrUpdateAsync(name,parameters)).Value;
+ //var storageAccountId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{name}";
//var storageParameters = new Storage.Models.StorageAccountCreateParameters(new Storage.Models.Sku(Storage.Models.SkuName.StandardLRS), Storage.Models.Kind.Storage, TestEnvironment.Location);
//var accountOperation = await StorageManagementClient.StorageAccounts.CreateAsync(resourceGroup.Data.Name, name, storageParameters);
//Response account = await accountOperation.WaitForCompletionAsync();
//return account.Value;
- return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(storageAccountId, new GenericResourceData(TestEnvironment.Location)
- {
- //Sku = new Resources.Models.Sku(),
- Kind = "storage",
- })).Value;
+ //return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(storageAccountId, new GenericResourceData(TestEnvironment.Location)
+ //{
+ // //Sku = new Resources.Models.Sku(),
+ // Kind = "storage",
+ //})).Value;
}
private async Task CleanUpVirtualNetwork()
diff --git a/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln b/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln
index c81245e70034..66df43f722f3 100644
--- a/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln
+++ b/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 16
-VisualStudioVersion = 16.0.30011.22
+# Visual Studio Version 17
+VisualStudioVersion = 17.0.31630.363
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core", "..\..\core\Azure.Core\src\Azure.Core.csproj", "{94E23818-B4C6-4E73-A3B5-7BFE379999CD}"
EndProject
@@ -10,8 +10,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Stora
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Storage.Tests", "tests\Azure.ResourceManager.Storage.Tests.csproj", "{48D7DDA4-78A6-40D2-9366-32CDBB14E841}"
EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Identity", "..\..\identity\Azure.Identity\src\Azure.Identity.csproj", "{DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}"
-EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -34,10 +32,6 @@ Global
{48D7DDA4-78A6-40D2-9366-32CDBB14E841}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48D7DDA4-78A6-40D2-9366-32CDBB14E841}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48D7DDA4-78A6-40D2-9366-32CDBB14E841}.Release|Any CPU.Build.0 = Release|Any CPU
- {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md
index 69517bf0e414..6cde44c5a55c 100644
--- a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md
+++ b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md
@@ -1,14 +1,6 @@
# Release History
-## 1.0.0-preview.3 (Unreleased)
-
-
-## 1.0.0-preview.2 (2020-09-23)
-
-- Accept header added to all requests.
-- Collections are now always initialized and collection properties are readonly by default.
-
-## 1.0.0-preview.1
+## 1.0.0-beta.1 (2021-09-01)
This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
@@ -24,8 +16,6 @@ This is a Public Preview version, so expect incompatible changes in subsequent r
> NOTE: For more information about unified authentication, please refer to [Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet)
-### Migration from Previous Version of Azure Management SDK
-
#### Package Name
The package name has been changed from `Microsoft.Azure.Management.Storage` to `Azure.ResourceManager.Storage`
@@ -58,24 +48,22 @@ storageManagementClient.StorageAccounts.Create(resourceGroupName, accountName, p
```
After upgrade:
-```csharp
+```C# Snippet:Create_Storage_Account
+using System.Collections.Generic;
using Azure.Identity;
-using Azure.ResourceManager.Storage;
+using Azure.ResourceManager.Resources;
+using Azure.ResourceManager.Resources.Models;
using Azure.ResourceManager.Storage.Models;
-
-var storageManagementClient = new StorageManagementClient(subscriptionId, new DefaultAzureCredential());
-var storageAccountsOperations = storageManagementClient.StorageAccounts;
-
-var parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, "westus")
- {
- Tags = new Dictionary
- {
- {"key1","value1"},
- {"key2","value2"}
- }
- };
-var accountResponse = await storageAccountsOperations.StartCreateAsync(resourceGroupName, accountName, parameters);
-StorageAccount account = await accountResponse.WaitForCompletionAsync();
+string accountName = "myaccount";
+string resourceGropuName = "myResourceGroup";
+ArmClient client = new ArmClient(new DefaultAzureCredential());
+ResourceGroup resourceGroup = client.DefaultSubscription.GetResourceGroups().Get(resourceGropuName);
+StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts();
+Sku sku = new Sku(SkuName.PremiumLRS);
+StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, Location.WestUS);
+parameters.Tags.Add("key1", "value1");
+parameters.Tags.Add("key2", "value2");
+StorageAccount account = storageAccountContainer.CreateOrUpdate(accountName, parameters).Value;
```
#### Object Model Changes
diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md
index 8670955db6e6..b91e42cf28c9 100644
--- a/sdk/storage/Azure.ResourceManager.Storage/README.md
+++ b/sdk/storage/Azure.ResourceManager.Storage/README.md
@@ -9,46 +9,143 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Azure Storage management library for .NET with [NuGet](https://www.nuget.org/):
```PowerShell
-Install-Package Azure.ResourceManager.Storage -Version 1.0.0-preview.2
+Install-Package Azure.ResourceManager.Storage -Version 1.0.0-beta1
```
### Prerequisites
+Set up a way to authenticate to Azure with Azure Identity.
-* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/)
+Some options are:
+- Through the [Azure CLI Login](https://docs.microsoft.com/cli/azure/authenticate-azure-cli).
+- Via [Visual Studio](https://docs.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet#authenticating-via-visual-studio).
+- Setting [Environment Variables](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/AuthUsingEnvironmentVariables.md).
+
+More information and different authentication approaches using Azure Identity can be found in [this document](https://docs.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
### Authenticate the Client
-To create an authenticated client and start interacting with Azure resources, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md)
+The default option to create an authenticated client is to use `DefaultAzureCredential`. Since all management APIs go through the same endpoint, in order to interact with resources, only one top-level `ArmClient` has to be created.
-## Key concepts
+To authenticate to Azure and create an `ArmClient`, do the following:
-Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html)
+```C# Snippet:Managing_StorageAccounts_AuthClient
+using Azure.Identity;
+using Azure.ResourceManager;
+
+ArmClient armClient = new ArmClient(new DefaultAzureCredential());
+```
-## Documentation
+Additional documentation for the `Azure.Identity.DefaultAzureCredential` class can be found in [this document](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential).
-Documentation is available to help you learn how to use this package
+## Key concepts
-- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md)
-- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet)
-- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md)
+Key concepts of the Azure .NET SDK can be found [here](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/README.md#key-concepts)
## Examples
-Code samples for using the management library for .NET can be found in the following locations
-- [.NET Management Library Code Samples](https://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK)
+### Create a storage account
+
+Before creating a storage account, we need to have a resource group.
+
+```C# Snippet:Managing_StorageAccounts_DefaultSubscription
+ArmClient armClient = new ArmClient(new DefaultAzureCredential());
+Subscription subscription = armClient.DefaultSubscription;
+```
+```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer
+string rgName = "myRgName";
+Location location = Location.WestUS2;
+ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location));
+ResourceGroup resourceGroup = operation.Value;
+```
+
+Then we can create a storage account inside this resource group.
+
+```C# Snippet:Managing_StorageAccounts_CreateStorageAccount
+//first we need to define the StorageAccountCreateParameters
+Sku sku = new Sku(SkuName.StandardGRS);
+Kind kind = Kind.Storage;
+string location = "westus2";
+StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location);
+//now we can create a storage account with defined account name and parameters
+StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts();
+string accountName = "myAccount";
+StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters);
+StorageAccount storageAccount = accountCreateOperation.Value;
+```
+
+### Get all storage accounts in a resource group
+
+```C# Snippet:Managing_StorageAccounts_ListStorageAccounts
+StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts();
+AsyncPageable response = accountContainer.GetAllAsync();
+await foreach (StorageAccount storageAccount in response)
+{
+ Console.WriteLine(storageAccount.Id.Name);
+}
+```
+
+### Get a storage account
+
+```C# Snippet:Managing_StorageAccounts_GetStorageAccount
+StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts();
+StorageAccount storageAccount = await accountContainer.GetAsync("myAccount");
+Console.WriteLine(storageAccount.Id.Name);
+```
+
+### Try to get a storage account if it exists
+
+
+```C# Snippet:Managing_StorageAccounts_GetStorageAccountIfExists
+StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts();
+StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo");
+if (storageAccount != null)
+{
+ Console.WriteLine(storageAccount.Id.Name);
+}
+if (await accountContainer.CheckIfExistsAsync("bar"))
+{
+ Console.WriteLine("storage account 'bar' exists");
+}
+```
+
+### Delete a storage account
+
+```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount
+StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts();
+StorageAccount storageAccount = await accountContainer.GetAsync("myAccount");
+await storageAccount.DeleteAsync();
+```
+
+### Add a tag to the storage account
+
+```C# Snippet:Managing_StorageAccounts_AddTagStorageAccount
+StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts();
+StorageAccount storageAccount = await accountContainer.GetAsync("myAccount");
+// add a tag on this storage account
+await storageAccount.AddTagAsync("key", "value");
+```
+
+For more detailed examples, take a look at [samples](https://github.com/Azure/azure-sdk-for-net/tree/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples) we have available.
## Troubleshooting
-- File an issue via [Github
- Issues](https://github.com/Azure/azure-sdk-for-net/issues)
-- Check [previous
+- If you find a bug or have a suggestion, file an issue via [GitHub issues](https://github.com/Azure/azure-sdk-for-net/issues) and make sure you add the "Preview" label to the issue.
+- If you need help, check [previous
questions](https://stackoverflow.com/questions/tagged/azure+.net)
- or ask new ones on Stack Overflow using azure and .net tags.
+ or ask new ones on StackOverflow using azure and .NET tags.
+- If having trouble with authentication, go to [DefaultAzureCredential documentation](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet)
## Next steps
-For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/)
+### More sample code
+
+- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md)
+- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md)
+
+### Additional Documentation
+
+For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/).
## Contributing
diff --git a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs
index 5844846a7855..3315afb10ec6 100644
--- a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs
+++ b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs
@@ -1,290 +1,695 @@
namespace Azure.ResourceManager.Storage
{
- public partial class BlobContainersOperations
- {
- protected BlobContainersOperations() { }
- public virtual Azure.Response ClearLegalHold(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ClearLegalHoldAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Create(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response CreateOrUpdateImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CreateOrUpdateImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response DeleteImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> DeleteImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response ExtendImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ExtendImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response GetImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Lease(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> LeaseAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response LockImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> LockImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response SetLegalHold(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> SetLegalHoldAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Update(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class BlobServicesOperations
- {
- protected BlobServicesOperations() { }
- public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class EncryptionScopesOperations
- {
- protected EncryptionScopesOperations() { }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Patch(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> PatchAsync(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Put(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> PutAsync(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class FileServicesOperations
- {
- protected FileServicesOperations() { }
- public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.FileServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.FileServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class FileSharesOperations
- {
- protected FileSharesOperations() { }
- public virtual Azure.Response Create(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Restore(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task RestoreAsync(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Update(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class ManagementPoliciesOperations
- {
- protected ManagementPoliciesOperations() { }
- public virtual Azure.Response CreateOrUpdate(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.Models.ManagementPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.Models.ManagementPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class ObjectReplicationPoliciesOperations
- {
- protected ObjectReplicationPoliciesOperations() { }
- public virtual Azure.Response CreateOrUpdate(string resourceGroupName, string accountName, string objectReplicationPolicyId, Azure.ResourceManager.Storage.Models.ObjectReplicationPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, Azure.ResourceManager.Storage.Models.ObjectReplicationPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class Operations
- {
- protected Operations() { }
- public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class PrivateEndpointConnectionsOperations
- {
- protected PrivateEndpointConnectionsOperations() { }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Put(string resourceGroupName, string accountName, string privateEndpointConnectionName, Azure.ResourceManager.Storage.Models.PrivateEndpointConnection properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> PutAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, Azure.ResourceManager.Storage.Models.PrivateEndpointConnection properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class PrivateLinkResourcesOperations
- {
- protected PrivateLinkResourcesOperations() { }
- public virtual Azure.Response ListByStorageAccount(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ListByStorageAccountAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class QueueOperations
- {
- protected QueueOperations() { }
- public virtual Azure.Response Create(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Get(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Update(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class QueueServicesOperations
- {
- protected QueueServicesOperations() { }
- public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.QueueServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.QueueServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class SkusOperations
- {
- protected SkusOperations() { }
- public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class StorageAccountsCreateOperation : Azure.Operation
- {
- protected StorageAccountsCreateOperation() { }
- public override bool HasCompleted { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override string Id { get { throw null; } }
- public override Azure.ResourceManager.Storage.Models.StorageAccount Value { get { throw null; } }
- public override Azure.Response GetRawResponse() { throw null; }
- public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public partial class BlobContainer : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected BlobContainer() { }
+ public virtual Azure.ResourceManager.Storage.BlobContainerData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response ClearLegalHold(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ClearLegalHoldAsync(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response CreateOrUpdateImmutabilityPolicy(string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CreateOrUpdateImmutabilityPolicyAsync(string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Storage.Models.BlobContainerDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response DeleteImmutabilityPolicy(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> DeleteImmutabilityPolicyAsync(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response ExtendImmutabilityPolicy(string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> ExtendImmutabilityPolicyAsync(string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetImmutabilityPolicy(string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetImmutabilityPolicyAsync(string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Lease(Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> LeaseAsync(Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response LockImmutabilityPolicy(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> LockImmutabilityPolicyAsync(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Storage.Models.BlobContainerObjectLevelWormOperation ObjectLevelWorm(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task ObjectLevelWormAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response SetLegalHold(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetLegalHoldAsync(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.Storage.BlobContainerData blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.BlobContainerData blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class BlobContainerContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected BlobContainerContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Storage.Models.BlobContainerCreateOperation CreateOrUpdate(string containerName, Azure.ResourceManager.Storage.BlobContainerData blobContainer, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string containerName, Azure.ResourceManager.Storage.BlobContainerData blobContainer, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class BlobContainerData : Azure.ResourceManager.Storage.Models.AzureEntityResource
+ {
+ public BlobContainerData() { }
+ public string DefaultEncryptionScope { get { throw null; } set { } }
+ public bool? Deleted { get { throw null; } }
+ public System.DateTimeOffset? DeletedTime { get { throw null; } }
+ public bool? DenyEncryptionScopeOverride { get { throw null; } set { } }
+ public bool? HasImmutabilityPolicy { get { throw null; } }
+ public bool? HasLegalHold { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.ImmutabilityPolicyProperties ImmutabilityPolicy { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.ImmutableStorageWithVersioning ImmutableStorageWithVersioning { get { throw null; } set { } }
+ public System.DateTimeOffset? LastModifiedTime { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.LeaseDuration? LeaseDuration { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.LeaseState? LeaseState { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.LeaseStatus? LeaseStatus { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.LegalHoldProperties LegalHold { get { throw null; } }
+ public System.Collections.Generic.IDictionary Metadata { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.PublicAccess? PublicAccess { get { throw null; } set { } }
+ public int? RemainingRetentionDays { get { throw null; } }
+ public string Version { get { throw null; } }
}
- public partial class StorageAccountsFailoverOperation : Azure.Operation
- {
- protected StorageAccountsFailoverOperation() { }
- public override bool HasCompleted { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override string Id { get { throw null; } }
- public override Azure.Response Value { get { throw null; } }
- public override Azure.Response GetRawResponse() { throw null; }
- public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class StorageAccountsOperations
- {
- protected StorageAccountsOperations() { }
- public virtual Azure.Response CheckNameAvailability(Azure.ResourceManager.Storage.Models.StorageAccountCheckNameAvailabilityParameters accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> CheckNameAvailabilityAsync(Azure.ResourceManager.Storage.Models.StorageAccountCheckNameAvailabilityParameters accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Delete(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response GetProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> GetPropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response ListAccountSAS(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ListAccountSASAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Pageable ListByResourceGroup(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.AsyncPageable ListByResourceGroupAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response ListKeys(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ListKeysAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response ListServiceSAS(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> ListServiceSASAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response RegenerateKey(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> RegenerateKeyAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response RevokeUserDelegationKeys(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task RevokeUserDelegationKeysAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.ResourceManager.Storage.StorageAccountsCreateOperation StartCreate(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task StartCreateAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.ResourceManager.Storage.StorageAccountsFailoverOperation StartFailover(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task StartFailoverAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.ResourceManager.Storage.StorageAccountsRestoreBlobRangesOperation StartRestoreBlobRanges(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobRestoreParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task StartRestoreBlobRangesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobRestoreParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual Azure.Response Update(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- }
- public partial class StorageAccountsRestoreBlobRangesOperation : Azure.Operation
- {
- protected StorageAccountsRestoreBlobRangesOperation() { }
- public override bool HasCompleted { get { throw null; } }
- public override bool HasValue { get { throw null; } }
- public override string Id { get { throw null; } }
- public override Azure.ResourceManager.Storage.Models.BlobRestoreStatus Value { get { throw null; } }
- public override Azure.Response GetRawResponse() { throw null; }
- public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
- public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public partial class BlobInventoryPolicy : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected BlobInventoryPolicy() { }
+ public virtual Azure.ResourceManager.Storage.BlobInventoryPolicyData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.ResourceManager.Storage.Models.BlobInventoryPolicyDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class BlobInventoryPolicyContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected BlobInventoryPolicyContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Storage.Models.BlobInventoryPolicyCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, Azure.ResourceManager.Storage.BlobInventoryPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, Azure.ResourceManager.Storage.BlobInventoryPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class BlobInventoryPolicyData : Azure.ResourceManager.Models.Resource
+ {
+ public BlobInventoryPolicyData() { }
+ public System.DateTimeOffset? LastModifiedTime { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.BlobInventoryPolicySchema Policy { get { throw null; } set { } }
+ public Azure.ResourceManager.Models.SystemData SystemData { get { throw null; } }
+ }
+ public partial class BlobService : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected BlobService() { }
+ public virtual Azure.ResourceManager.Storage.BlobServiceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public Azure.ResourceManager.Storage.BlobContainerContainer GetBlobContainers() { throw null; }
+ public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.BlobServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.BlobServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class BlobServiceContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected BlobServiceContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class BlobServiceData : Azure.ResourceManager.Models.Resource
+ {
+ public BlobServiceData() { }
+ public bool? AutomaticSnapshotPolicyEnabled { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.ChangeFeed ChangeFeed { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy ContainerDeleteRetentionPolicy { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } }
+ public string DefaultServiceVersion { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy DeleteRetentionPolicy { get { throw null; } set { } }
+ public bool? IsVersioningEnabled { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.LastAccessTimeTrackingPolicy LastAccessTimeTrackingPolicy { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.RestorePolicyProperties RestorePolicy { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } }
+ }
+ public partial class DeletedAccount : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected DeletedAccount() { }
+ public virtual Azure.ResourceManager.Storage.DeletedAccountData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class DeletedAccountContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected DeletedAccountContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetIfExists(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class DeletedAccountData : Azure.ResourceManager.Models.Resource
+ {
+ public DeletedAccountData() { }
+ public string CreationTime { get { throw null; } }
+ public string DeletionTime { get { throw null; } }
+ public string Location { get { throw null; } }
+ public string RestoreReference { get { throw null; } }
+ public string StorageAccountResourceId { get { throw null; } }
+ }
+ public partial class EncryptionScope : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected EncryptionScope() { }
+ public virtual Azure.ResourceManager.Storage.EncryptionScopeData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Patch(Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> PatchAsync(Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class EncryptionScopeContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected EncryptionScopeContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Storage.Models.EncryptionScopePutOperation CreateOrUpdate(string encryptionScopeName, Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string encryptionScopeName, Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class EncryptionScopeData : Azure.ResourceManager.Models.Resource
+ {
+ public EncryptionScopeData() { }
+ public System.DateTimeOffset? CreationTime { get { throw null; } }
+ public Azure.ResourceManager.Storage.Models.EncryptionScopeKeyVaultProperties KeyVaultProperties { get { throw null; } set { } }
+ public System.DateTimeOffset? LastModifiedTime { get { throw null; } }
+ public bool? RequireInfrastructureEncryption { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.EncryptionScopeSource? Source { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.EncryptionScopeState? State { get { throw null; } set { } }
+ }
+ public partial class FileService : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected FileService() { }
+ public virtual Azure.ResourceManager.Storage.FileServiceData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public Azure.ResourceManager.Storage.FileShareContainer GetFileShares() { throw null; }
+ public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.FileServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.FileServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class FileServiceContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected FileServiceContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response GetIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class FileServiceData : Azure.ResourceManager.Models.Resource
+ {
+ public FileServiceData() { }
+ public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.ProtocolSettings ProtocolSettings { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy ShareDeleteRetentionPolicy { get { throw null; } set { } }
+ public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } }
+ }
+ public partial class FileShare : Azure.ResourceManager.Core.ArmResource
+ {
+ public static readonly Azure.ResourceManager.ResourceType ResourceType;
+ protected FileShare() { }
+ public virtual Azure.ResourceManager.Storage.FileShareData Data { get { throw null; } }
+ public virtual bool HasData { get { throw null; } }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.ResourceManager.Storage.Models.FileShareDeleteOperation Delete(string xMsSnapshot = null, string include = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task DeleteAsync(string xMsSnapshot = null, string include = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Get(string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Lease(string xMsSnapshot = null, Azure.ResourceManager.Storage.Models.LeaseShareRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> LeaseAsync(string xMsSnapshot = null, Azure.ResourceManager.Storage.Models.LeaseShareRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Restore(Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task RestoreAsync(Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.Response Update(Azure.ResourceManager.Storage.FileShareData fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.FileShareData fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ }
+ public partial class FileShareContainer : Azure.ResourceManager.Core.ArmContainer
+ {
+ protected FileShareContainer() { }
+ protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } }
+ public virtual Azure.Response CheckIfExists(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual Azure.ResourceManager.Storage.Models.FileShareCreateOperation CreateOrUpdate(string shareName, Azure.ResourceManager.Storage.FileShareData fileShare, string expand = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
+ public virtual System.Threading.Tasks.Task