diff --git a/eng/mgmt/mgmtmetadata/iotcentral_resource-manager.txt b/eng/mgmt/mgmtmetadata/iotcentral_resource-manager.txt
index fa4c4893714e..04ddc84c34d6 100644
--- a/eng/mgmt/mgmtmetadata/iotcentral_resource-manager.txt
+++ b/eng/mgmt/mgmtmetadata/iotcentral_resource-manager.txt
@@ -3,12 +3,12 @@ AutoRest installed successfully.
Commencing code generation
Generating CSharp code
Executing AutoRest command
-cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/iotcentral/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\Users\rodelga\Documents\azure-sdk-for-net\sdk\iotcentral\Microsoft.Azure.Management.IotCentral\src\Generated
-2020-06-29 18:54:29 UTC
+cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/iotcentral/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\Users\pochen\Github\azure-sdk-for-net\sdk\iotcentral\Microsoft.Azure.Management.IotCentral\src\Generated
+2021-01-06 01:06:39 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
-Commit: 379847f2a8e8927a5d6c950e22d080fd04815277
+Commit: b5851f013e3e954c7356e7d7384ae5188f6944ca
AutoRest information
Requested version: v2
Bootstrapper version: autorest@2.0.4413
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/Models/AppTemplate.cs b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/Models/AppTemplate.cs
index 69a9d8092f1e..94e3c1874e98 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/Models/AppTemplate.cs
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/Models/AppTemplate.cs
@@ -31,16 +31,16 @@ public AppTemplate()
///
/// The ID of the template.
/// The version of the template.
- /// The name of the template.
+ /// The name of the template.
/// The title of the template.
/// The order of the template in the templates
/// list.
/// The description of the template.
- public AppTemplate(string manifestId = default(string), string manifestVersion = default(string), string appTemplateName = default(string), string title = default(string), double? order = default(double?), string description = default(string))
+ public AppTemplate(string manifestId = default(string), string manifestVersion = default(string), string name = default(string), string title = default(string), double? order = default(double?), string description = default(string))
{
ManifestId = manifestId;
ManifestVersion = manifestVersion;
- AppTemplateName = appTemplateName;
+ Name = name;
Title = title;
Order = order;
Description = description;
@@ -67,8 +67,8 @@ public AppTemplate()
///
/// Gets the name of the template.
///
- [JsonProperty(PropertyName = "appTemplateName")]
- public string AppTemplateName { get; private set; }
+ [JsonProperty(PropertyName = "name")]
+ public string Name { get; private set; }
///
/// Gets the title of the template.
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/SdkInfo_IotCentralClient.cs b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/SdkInfo_IotCentralClient.cs
index 81ad266df403..f67cada5c841 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/SdkInfo_IotCentralClient.cs
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Generated/SdkInfo_IotCentralClient.cs
@@ -27,10 +27,10 @@ public static IEnumerable> ApiInfo_IotCentralClien
// BEGIN: Code Generation Metadata Section
public static readonly String AutoRestVersion = "v2";
public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413";
- public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/iotcentral/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\\Users\\rodelga\\Documents\\azure-sdk-for-net\\sdk\\iotcentral\\Microsoft.Azure.Management.IotCentral\\src\\Generated";
+ public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/iotcentral/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp.output-folder=C:\\Users\\pochen\\Github\\azure-sdk-for-net\\sdk\\iotcentral\\Microsoft.Azure.Management.IotCentral\\src\\Generated";
public static readonly String GithubForkName = "Azure";
public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "379847f2a8e8927a5d6c950e22d080fd04815277";
+ public static readonly String GithubCommidId = "b5851f013e3e954c7356e7d7384ae5188f6944ca";
public static readonly String CodeGenerationErrors = "";
public static readonly String GithubRepoName = "azure-rest-api-specs";
// END: Code Generation Metadata Section
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Microsoft.Azure.Management.IotCentral.csproj b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Microsoft.Azure.Management.IotCentral.csproj
index 3a0755dc0525..1e47c694f518 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Microsoft.Azure.Management.IotCentral.csproj
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Microsoft.Azure.Management.IotCentral.csproj
@@ -8,11 +8,11 @@
Provides management capabilities for Microsoft Azure IotCentral.
Microsoft Azure IotCentral Management
Microsoft.Azure.Management.IotCentral
- 2.3.0
+ 3.0.0
Microsoft Azure IotCentral;IotCentral management;IotCentral;
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Properties/AssemblyInfo.cs b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Properties/AssemblyInfo.cs
index 35ba53c6cf10..6488847894b2 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Properties/AssemblyInfo.cs
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Properties/AssemblyInfo.cs
@@ -7,8 +7,8 @@
[assembly: AssemblyTitle("Microsoft Azure IotCentral Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure IotCentral Resources.")]
-[assembly: AssemblyVersion("2.3.0.0")]
-[assembly: AssemblyFileVersion("2.3.0.0")]
+[assembly: AssemblyVersion("3.0.0.0")]
+[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/Helpers/IotCentralTestUtilities.cs b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/Helpers/IotCentralTestUtilities.cs
index e1142d711209..126dc1a9c45d 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/Helpers/IotCentralTestUtilities.cs
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/Helpers/IotCentralTestUtilities.cs
@@ -14,12 +14,12 @@ namespace IotCentral.Tests.Helpers
public class IotCentralTestUtilities
{
public static string DefaultLocation = "EastUS";
- public static string DefaultResourceName = "dotnetsdkapp";
- public static string DefaultUpdateResourceName = "dotnetsdkappupdate";
- public static string DefaultSubdomain = "dotnetsdksubdomain";
- public static string DefaultUpdateSubdomain = "dotnetsdksubdomainupdate";
- public static string DefaultResourceGroupName = "DotNetSdkIotCentralRG";
- public static string DefaultUpdateResourceGroupName = "DotNetSdkIotCentralRGUpdate";
+ public static string DefaultResourceName = "defaultdotnetsdkapp";
+ public static string DefaultUpdateResourceName = "defaultdotnetsdkappupdate";
+ public static string DefaultSubdomain = "defaultdotnetsdksubdomain";
+ public static string DefaultUpdateSubdomain = "defaultdotnetsdksubdomainupdate";
+ public static string DefaultResourceGroupName = "DefaultDotNetSdkIotCentralRG";
+ public static string DefaultUpdateResourceGroupName = "DefaultDotNetSdkIotCentralRGUpdate";
public static IotCentralClient GetIotCentralClient(MockContext context, RecordedDelegatingHandler handler = null)
{
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/ScenarioTests/IotCentralLifeCycleTests.cs b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/ScenarioTests/IotCentralLifeCycleTests.cs
index cb9c37fe2ad7..6ae7d79766b0 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/ScenarioTests/IotCentralLifeCycleTests.cs
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/ScenarioTests/IotCentralLifeCycleTests.cs
@@ -204,6 +204,21 @@ public void TestResourceWhenNullLocation()
Assert.True(exceptionThrown);
}
+ [Fact]
+ public void TestAppTemplateNameField()
+ {
+ using (MockContext context = MockContext.Start(this.GetType()))
+ {
+ Initialize(context);
+
+ var iotAppsTemplates = this.iotCentralClient.Apps.ListTemplates().ToList();
+
+ Assert.True(iotAppsTemplates.Count > 0);
+ Assert.NotNull(iotAppsTemplates[0].Name);
+ Assert.Equal("Store Analytics – Condition Monitoring", iotAppsTemplates[0].Name);
+ }
+ }
+
private void CheckAppNameAndSubdomainTaken(string resourceName, string subdomain)
{
OperationInputs resourceNameInputs = new OperationInputs(resourceName, "IoTApps");
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestAppTemplateNameField.json b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestAppTemplateNameField.json
new file mode 100644
index 000000000000..28696adbcc0d
--- /dev/null
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestAppTemplateNameField.json
@@ -0,0 +1,92 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/providers/Microsoft.IoTCentral/appTemplates?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9hcHBUZW1wbGF0ZXM/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "598b2e64-fe71-4f6d-9b06-d8d9656298d2"
+ ],
+ "Accept-Language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.6.29321.03",
+ "OSName/Windows",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Cache-Control": [
+ "no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
+ ],
+ "ETag": [
+ "W/\"20b0-fckIkcGVomGed/Noma39Q/HyFzk\""
+ ],
+ "Vary": [
+ "Accept-Encoding"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "3df23f3a-e083-4466-8902-322eb71cd868"
+ ],
+ "x-iot-correlation": [
+ "1iwswqtp.0"
+ ],
+ "x-envoy-upstream-service-time": [
+ "393"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "X-Download-Options": [
+ "noopen"
+ ],
+ "X-Frame-Options": [
+ "deny"
+ ],
+ "X-XSS-Protection": [
+ "1; mode=block"
+ ],
+ "X-IoT-Version": [
+ "121620.0002-master"
+ ],
+ "X-IoT-Cluster": [
+ "iotcprodwestus02"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-MSEdge-Ref": [
+ "Ref A: CC6A916A2AB1442FA154C1E701E52330 Ref B: BY3EDGE0106 Ref C: 2021-01-07T01:03:04Z"
+ ],
+ "x-ms-correlation-request-id": [
+ "1dbef8e5-48eb-47a5-8b6a-1455cc301ccd"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210107T010305Z:1dbef8e5-48eb-47a5-8b6a-1455cc301ccd"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:04 GMT"
+ ],
+ "Content-Length": [
+ "8368"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"manifestId\": \"iotc-condition\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"Store Analytics – Condition Monitoring\",\r\n \"title\": \"In-store Analytics – Condition Monitoring\",\r\n \"order\": 99,\r\n \"description\": \"Digitally connect and monitor your store environment to reduce operating costs and create experiences that customers love.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-consumption\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Water Consumption application template\",\r\n \"title\": \"Water Consumption Monitoring\",\r\n \"order\": 99,\r\n \"description\": \"Enable remote tracking of water consumption to reduce field operations, detect leaks in time, while empowering cities to conserve water.\",\r\n \"industry\": \"Government\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-distribution\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Digital Distribution Center application template\",\r\n \"title\": \"Digital Distribution Center\",\r\n \"order\": 99,\r\n \"description\": \"Digitally manage warehouse conveyor belt system efficiency using object detection and tracking.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-inventory\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Smart Inventory Management application template\",\r\n \"title\": \"Smart Inventory Management\",\r\n \"order\": 99,\r\n \"description\": \"Enable accurate inventory tracking and ensure shelves are always stocked.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-logistics\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Connected Logistics application template\",\r\n \"title\": \"Connected Logistics\",\r\n \"order\": 99,\r\n \"description\": \"Track your shipment in real-time across air, water and land with location and condition monitoring.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-meter\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Smart Meter Analytics application template\",\r\n \"title\": \"Smart Meter Analytics\",\r\n \"order\": 99,\r\n \"description\": \"Connect utility meters to gain insights into billing, forecast consumption, and proactively detect outages.\",\r\n \"industry\": \"Energy\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-mfc\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Micro-fulfillment Center\",\r\n \"title\": \"Micro-fulfillment Center\",\r\n \"order\": 99,\r\n \"description\": \"Digitally connect, monitor and manage all aspects of a fully automated fulfillment center to reduce costs by eliminating downtime while increasing security and overall efficiency.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-patient\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Continuous Patient Monitoring application template\",\r\n \"title\": \"Continuous Patient Monitoring\",\r\n \"order\": 99,\r\n \"description\": \"Connect and manage devices for in-patient and remote monitoring to improve patient outcomes, reduce re-admissions, and manage chronic diseases.\",\r\n \"industry\": \"Health\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-pnp-preview\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central PnP template (preview)\",\r\n \"title\": \"Custom application\",\r\n \"order\": 1,\r\n \"description\": \"Create an application with Azure IoT Plug and Play.\",\r\n \"industry\": \"\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-power\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Solar Power Monitoring application template\",\r\n \"title\": \"Solar Power Monitoring\",\r\n \"order\": 99,\r\n \"description\": \"Connect, monitor, and manage your solar panels and energy generation.\",\r\n \"industry\": \"Energy\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-quality\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Water Quality Monitoring application template\",\r\n \"title\": \"Water Quality Monitoring\",\r\n \"order\": 99,\r\n \"description\": \"Improve water quality and detect issues earlier by analyzing real-time measurements across your environment.\",\r\n \"industry\": \"Government\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-store\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"Store Analytics – Checkout\",\r\n \"title\": \"In-store Analytics – Checkout\",\r\n \"order\": 99,\r\n \"description\": \"Monitor and manage the checkout flow inside your store to improve efficiency and reduce wait times.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-video-analytics-om\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Video analytics - object and motion detection application template\",\r\n \"title\": \"Video analytics - object and motion detection\",\r\n \"order\": 99,\r\n \"description\": \"Use cameras as a sensor in intelligent video analytics solutions powered by Azure IoT Edge, AI, and Azure Media Services.\",\r\n \"industry\": \"Retail\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n },\r\n {\r\n \"manifestId\": \"iotc-waste\",\r\n \"manifestVersion\": \"1.0.0\",\r\n \"name\": \"IoT Central Connected Waste Management application template\",\r\n \"title\": \"Connected Waste Management\",\r\n \"order\": 99,\r\n \"description\": \"Maximize efficiency in the collection of solid wastes by dispatching field operators at the right time along an optimized collection route.\",\r\n \"industry\": \"Government\",\r\n \"locations\": [\r\n {\r\n \"id\": \"unitedstates\",\r\n \"displayName\": \"United States\"\r\n },\r\n {\r\n \"id\": \"europe\",\r\n \"displayName\": \"Europe\"\r\n },\r\n {\r\n \"id\": \"asiapacific\",\r\n \"displayName\": \"Asia Pacific\"\r\n },\r\n {\r\n \"id\": \"australia\",\r\n \"displayName\": \"Australia\"\r\n },\r\n {\r\n \"id\": \"uk\",\r\n \"displayName\": \"United Kingdom\"\r\n },\r\n {\r\n \"id\": \"japan\",\r\n \"displayName\": \"Japan\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"nextLink\": null\r\n}",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b"
+ }
+}
\ No newline at end of file
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralCreateLifeCycle.json b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralCreateLifeCycle.json
index e8df98f02d60..d94ca887cbf4 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralCreateLifeCycle.json
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralCreateLifeCycle.json
@@ -1,21 +1,21 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/DotNetSdkIotCentralRG?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlZ3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSRz9hcGktdmVyc2lvbj0yMDE3LTA1LTEw",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourcegroups/DefaultDotNetSdkIotCentralRG?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlZ3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkc/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"EastUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "838f510f-8390-416b-a291-af0aacbdbe64"
+ "1e001580-e0d4-4342-89a9-c252a963ade2"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
@@ -29,9 +29,6 @@
"Cache-Control": [
"no-cache"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:52 GMT"
- ],
"Pragma": [
"no-cache"
],
@@ -39,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "124cc8b9-9001-4647-9e81-3bfff9c3b390"
+ "b317ab2c-980a-421e-a13b-3196939fad68"
],
"x-ms-correlation-request-id": [
- "124cc8b9-9001-4647-9e81-3bfff9c3b390"
+ "b317ab2c-980a-421e-a13b-3196939fad68"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193952Z:124cc8b9-9001-4647-9e81-3bfff9c3b390"
+ "WESTUS:20210107T010314Z:b317ab2c-980a-421e-a13b-3196939fad68"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -53,8 +50,11 @@
"X-Content-Type-Options": [
"nosniff"
],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:14 GMT"
+ ],
"Content-Length": [
- "195"
+ "209"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,52 +63,49 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG\",\r\n \"name\": \"DotNetSdkIotCentralRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 201
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG\",\r\n \"name\": \"DefaultDotNetSdkIotCentralRG\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSRy9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcy9kb3RuZXRzZGthcHA/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHMvZGVmYXVsdGRvdG5ldHNka2FwcD9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"subdomain\": \"dotnetsdksubdomain\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"location\": \"EastUS\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"subdomain\": \"defaultdotnetsdksubdomain\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"location\": \"EastUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "18cb0d1c-fe10-4447-a255-a01ad9354217"
+ "c636d835-64c5-4da2-9516-27072326f5da"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "165"
+ "179"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:58 GMT"
- ],
"ETag": [
- "\"44000335-0000-0400-0000-5f08c40c0000\""
+ "\"91019900-0000-0100-0000-5ff65dd40000\""
],
"x-ms-request-id": [
- "2193be4c-26df-424b-9b06-9e437f7f1e67"
+ "b393f67f-d0e5-4037-b0a7-66642b4a504d"
],
"x-iot-correlation": [
- "8omo3za3.0"
+ "3qp1xn6w.0"
],
"x-envoy-upstream-service-time": [
- "2306"
+ "2730"
],
"X-Content-Type-Options": [
"nosniff"
@@ -123,58 +120,58 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: BC4410D1E44A40DAABFDAFA74894D425 Ref B: BY3EDGE0105 Ref C: 2020-07-10T19:39:55Z"
+ "Ref A: 6959A0731A294769864A2E691B47CD13 Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:15Z"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1199"
],
"x-ms-correlation-request-id": [
- "d57a7c35-e6b9-4215-badb-123984a893dc"
+ "835f451f-820f-4b37-b759-80a60ddfbcb8"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193958Z:d57a7c35-e6b9-4215-badb-123984a893dc"
+ "WESTUS:20210107T010319Z:835f451f-820f-4b37-b759-80a60ddfbcb8"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:18 GMT"
],
"Content-Length": [
- "702"
+ "718"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp\",\r\n \"name\": \"dotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d1c5bf16-8e46-4b50-b0a8-a2537edce6b4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomain\",\r\n \"createdDate\": \"2020-07-10T19:39:56.254Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"44000335-0000-0400-0000-5f08c40c0000\\\"\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp\",\r\n \"name\": \"defaultdotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7e3df468-f91c-4d76-b02c-b1f293adb1ce\",\r\n \"state\": \"created\",\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"defaultdotnetsdksubdomain\",\r\n \"createdDate\": \"2021-01-07T01:03:16.317Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"91019900-0000-0100-0000-5ff65dd40000\\\"\"\r\n}",
"StatusCode": 201
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSRy9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcy9kb3RuZXRzZGthcHA/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHMvZGVmYXVsdGRvdG5ldHNka2FwcD9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:40:28 GMT"
- ],
"ETag": [
- "W/\"44000335-0000-0400-0000-5f08c40c0000\""
+ "W/\"91019900-0000-0100-0000-5ff65dd40000\""
],
"Vary": [
"Accept-Encoding"
@@ -183,13 +180,13 @@
"11999"
],
"x-ms-request-id": [
- "cc4b812a-de2a-4ce2-b91d-05e96a5e39a5"
+ "115733d3-6cd6-47a6-9cbb-d0b33c526f7f"
],
"x-iot-correlation": [
- "bbtpgcky.0"
+ "zki3qzo.0"
],
"x-envoy-upstream-service-time": [
- "442"
+ "77"
],
"X-Content-Type-Options": [
"nosniff"
@@ -204,76 +201,76 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: 5CD1B0E26E7B482F9375C3B28746B996 Ref B: BY3EDGE0105 Ref C: 2020-07-10T19:40:28Z"
+ "Ref A: 0E8623215D5941FAB0A4CC72917E33E2 Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:49Z"
],
"x-ms-correlation-request-id": [
- "e1d9418b-8806-4f2e-8fa4-bbf882b23a0f"
+ "68daccf4-a5db-49c0-a553-09013403c335"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T194028Z:e1d9418b-8806-4f2e-8fa4-bbf882b23a0f"
+ "WESTUS:20210107T010349Z:68daccf4-a5db-49c0-a553-09013403c335"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:48 GMT"
],
"Content-Length": [
- "702"
+ "718"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp\",\r\n \"name\": \"dotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d1c5bf16-8e46-4b50-b0a8-a2537edce6b4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomain\",\r\n \"createdDate\": \"2020-07-10T19:39:56.254Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"44000335-0000-0400-0000-5f08c40c0000\\\"\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp\",\r\n \"name\": \"defaultdotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7e3df468-f91c-4d76-b02c-b1f293adb1ce\",\r\n \"state\": \"created\",\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"defaultdotnetsdksubdomain\",\r\n \"createdDate\": \"2021-01-07T01:03:16.317Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"91019900-0000-0100-0000-5ff65dd40000\\\"\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/providers/Microsoft.IoTCentral/checkNameAvailability?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/providers/Microsoft.IoTCentral/checkNameAvailability?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"name\": \"dotnetsdkapp\",\r\n \"type\": \"IoTApps\"\r\n}",
+ "RequestBody": "{\r\n \"name\": \"defaultdotnetsdkapp\",\r\n \"type\": \"IoTApps\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "13df5b17-692c-4519-ab5c-007f53ad754a"
+ "2c0ddde2-ba5e-4ddd-ad42-623dd8feb249"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "52"
+ "59"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:40:28 GMT"
- ],
"ETag": [
"W/\"6b-Obxvouplxe0P3Of7PGeaPXdqcas\""
],
"x-ms-request-id": [
- "2a8eabc5-7d45-4fb1-ad2d-90b71783ccae"
+ "3858066b-ce9b-4bd0-a560-f8ae388497f8"
],
"x-iot-correlation": [
- "8s2eh1bx.0"
+ "bdilpff8.0"
],
"x-envoy-upstream-service-time": [
- "227"
+ "35"
],
"X-Content-Type-Options": [
"nosniff"
@@ -288,25 +285,28 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: 95ED40F977404B80BE1C3E5F6E34A522 Ref B: BY3EDGE0105 Ref C: 2020-07-10T19:40:28Z"
+ "Ref A: 993F665439FC4CC7AC53F4AF70F83675 Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:49Z"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1199"
],
"x-ms-correlation-request-id": [
- "d1564795-d675-4389-b3ab-be89878953ee"
+ "8416f8b1-cbc8-42ad-9511-548046675090"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T194029Z:d1564795-d675-4389-b3ab-be89878953ee"
+ "WESTUS:20210107T010349Z:8416f8b1-cbc8-42ad-9511-548046675090"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:48 GMT"
],
"Content-Length": [
"107"
@@ -319,48 +319,45 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/providers/Microsoft.IoTCentral/checkSubdomainAvailability?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja1N1YmRvbWFpbkF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/providers/Microsoft.IoTCentral/checkSubdomainAvailability?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja1N1YmRvbWFpbkF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"name\": \"dotnetsdksubdomain\",\r\n \"type\": \"IoTApps\"\r\n}",
+ "RequestBody": "{\r\n \"name\": \"defaultdotnetsdksubdomain\",\r\n \"type\": \"IoTApps\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "90e65643-3ab6-4b32-b515-b0d26e6f2d1e"
+ "77254046-c2a6-4eba-8521-05936333503b"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "58"
+ "65"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:40:28 GMT"
- ],
"ETag": [
"W/\"67-MxuXaGtJH++NM0vnQQJ9VrpyYOs\""
],
"x-ms-request-id": [
- "d7e54cb0-dad0-4f60-838a-fc425fcb68a0"
+ "2c0eb97c-652b-4c2c-a344-250e36eba928"
],
"x-iot-correlation": [
- "7zfk2q9i.0"
+ "bh0cxdpg.0"
],
"x-envoy-upstream-service-time": [
- "232"
+ "54"
],
"X-Content-Type-Options": [
"nosniff"
@@ -375,25 +372,28 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: 60E132D4861145ED9898F259025D2191 Ref B: BY3EDGE0105 Ref C: 2020-07-10T19:40:29Z"
+ "Ref A: 9E8B231FEA554B8487DC793A7EF2A63C Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:49Z"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-correlation-request-id": [
- "9ac0c121-a13c-4d1a-867e-2acc38f78fc0"
+ "3cfd0324-f56e-4a30-ab43-f287696f5877"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T194029Z:9ac0c121-a13c-4d1a-867e-2acc38f78fc0"
+ "WESTUS:20210107T010349Z:3cfd0324-f56e-4a30-ab43-f287696f5877"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:48 GMT"
],
"Content-Length": [
"103"
@@ -406,39 +406,36 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSRy9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcy9kb3RuZXRzZGthcHA/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkcvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHMvZGVmYXVsdGRvdG5ldHNka2FwcD9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "PATCH",
- "RequestBody": "{\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"subdomain\": \"dotnetsdksubdomain\"\r\n }\r\n}",
+ "RequestBody": "{\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"subdomain\": \"defaultdotnetsdksubdomain\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "3c3440bf-e26c-4a69-8a62-5979982d03b1"
+ "2f3fd075-68f4-44c1-951d-96dfd51eb595"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "167"
+ "181"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:40:30 GMT"
- ],
"ETag": [
- "W/\"44000a3b-0000-0400-0000-5f08c42e0000\""
+ "W/\"91019d00-0000-0100-0000-5ff65df60000\""
],
"Vary": [
"Accept-Encoding"
@@ -447,13 +444,13 @@
"1198"
],
"x-ms-request-id": [
- "7acddeda-c4f9-4116-b15c-08070fcddec8"
+ "a4a23dbe-175b-41b8-9570-3b7471f40877"
],
"x-iot-correlation": [
- "ciphvhhf.0"
+ "6ju6axkd.0"
],
"x-envoy-upstream-service-time": [
- "713"
+ "416"
],
"X-Content-Type-Options": [
"nosniff"
@@ -468,61 +465,61 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: FCE1822E4FFC409E9526829B717277AA Ref B: BY3EDGE0105 Ref C: 2020-07-10T19:40:29Z"
+ "Ref A: F8C152CA9B3949B08E8586A8B395DBC3 Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:50Z"
],
"x-ms-correlation-request-id": [
- "a09e0086-7d43-4e3a-820e-124b18b8be8c"
+ "904ad91b-3d07-48f0-8b10-40deb335691a"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T194031Z:a09e0086-7d43-4e3a-820e-124b18b8be8c"
+ "WESTUS:20210107T010351Z:904ad91b-3d07-48f0-8b10-40deb335691a"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:51 GMT"
],
"Content-Length": [
- "774"
+ "790"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp\",\r\n \"name\": \"dotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"d1c5bf16-8e46-4b50-b0a8-a2537edce6b4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomain\",\r\n \"createdDate\": \"2020-07-10T19:39:56.254Z\",\r\n \"lastUpdated\": \"2020-07-10T19:40:30.321Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"44000a3b-0000-0400-0000-5f08c42e0000\\\"\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp\",\r\n \"name\": \"defaultdotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"7e3df468-f91c-4d76-b02c-b1f293adb1ce\",\r\n \"state\": \"created\",\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"defaultdotnetsdksubdomain\",\r\n \"createdDate\": \"2021-01-07T01:03:16.317Z\",\r\n \"lastUpdated\": \"2021-01-07T01:03:50.316Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"91019d00-0000-0100-0000-5ff65df60000\\\"\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/dotnetsdkiotcentralrg/providers/Microsoft.IoTCentral/IoTApps?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL2RvdG5ldHNka2lvdGNlbnRyYWxyZy9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcz9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/defaultdotnetsdkiotcentralrg/providers/Microsoft.IoTCentral/IoTApps?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL2RlZmF1bHRkb3RuZXRzZGtpb3RjZW50cmFscmcvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHM/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "29ad634b-d634-42ac-bef3-accf5f78d959"
+ "d5463839-a4d8-4e2d-bfaa-d08fe0c3efe3"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:40:31 GMT"
- ],
"ETag": [
- "W/\"312-aZHqyH5vBhBV1JmFKAfOKDNoN6Y\""
+ "W/\"322-6OWzqYHUR4fjTrTC5lSolqZMV50\""
],
"Vary": [
"Accept-Encoding"
@@ -531,13 +528,13 @@
"11998"
],
"x-ms-request-id": [
- "a488e3c2-30f9-41a5-8899-3ba2b1bf21d2"
+ "2975e762-3419-47a7-9fc3-50f6db4bb769"
],
"x-iot-correlation": [
- "8999pmru.0"
+ "r2zhvoc.0"
],
"x-envoy-upstream-service-time": [
- "218"
+ "37"
],
"X-Content-Type-Options": [
"nosniff"
@@ -552,95 +549,118 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: 419434871A294D5DAAAC8EC0A3EFC2B0 Ref B: BY3EDGE0105 Ref C: 2020-07-10T19:40:31Z"
+ "Ref A: 210D4557FBD948B280782AE0A17DDB87 Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:51Z"
],
"x-ms-correlation-request-id": [
- "cd7fb0b3-5273-407f-be96-f50f89c716e7"
+ "7c901566-19e5-4777-9dd9-58bc76e67258"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T194031Z:cd7fb0b3-5273-407f-be96-f50f89c716e7"
+ "WESTUS:20210107T010351Z:7c901566-19e5-4777-9dd9-58bc76e67258"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:51 GMT"
],
"Content-Length": [
- "786"
+ "802"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp\",\r\n \"name\": \"dotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"d1c5bf16-8e46-4b50-b0a8-a2537edce6b4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomain\",\r\n \"createdDate\": \"2020-07-10T19:39:56.254Z\",\r\n \"lastUpdated\": \"2020-07-10T19:40:30.321Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"44000a3b-0000-0400-0000-5f08c42e0000\\\"\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp\",\r\n \"name\": \"defaultdotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"7e3df468-f91c-4d76-b02c-b1f293adb1ce\",\r\n \"state\": \"created\",\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"defaultdotnetsdksubdomain\",\r\n \"createdDate\": \"2021-01-07T01:03:16.317Z\",\r\n \"lastUpdated\": \"2021-01-07T01:03:50.316Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"91019d00-0000-0100-0000-5ff65df60000\\\"\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/providers/Microsoft.IoTCentral/IoTApps?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9Jb1RBcHBzP2FwaS12ZXJzaW9uPTIwMTgtMDktMDE=",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/providers/Microsoft.IoTCentral/IoTApps?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9Jb1RBcHBzP2FwaS12ZXJzaW9uPTIwMTgtMDktMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0490ed3d-13f1-4ed6-af5b-f5ab20f61b27"
+ "d12221e2-dcec-4036-959d-02937a2f7c7f"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
- "no-cache"
- ],
- "Date": [
- "Fri, 10 Jul 2020 19:40:31 GMT"
+ "no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Pragma": [
- "no-cache"
+ "ETag": [
+ "W/\"13b1-rTv02qZi2nDqprgTIMiVCizNBXU\""
],
- "x-ms-original-request-ids": [
- "f4de1ead-62a3-4eff-bf77-1d15213ac5b5",
- "58006254-c744-4052-9f02-08d308e335a2"
+ "Vary": [
+ "Accept-Encoding"
],
"x-ms-ratelimit-remaining-subscription-reads": [
"11997"
],
"x-ms-request-id": [
- "41df77a4-2c3d-4e01-bad9-de129da9dec0"
+ "0e805b0c-ac2c-41f7-bad5-ae1b4e51b67a"
],
- "x-ms-correlation-request-id": [
- "41df77a4-2c3d-4e01-bad9-de129da9dec0"
+ "x-iot-correlation": [
+ "71ijxain.0"
],
- "x-ms-routing-request-id": [
- "WESTUS:20200710T194032Z:41df77a4-2c3d-4e01-bad9-de129da9dec0"
+ "x-envoy-upstream-service-time": [
+ "40"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "X-Download-Options": [
+ "noopen"
+ ],
+ "X-Frame-Options": [
+ "deny"
+ ],
+ "X-XSS-Protection": [
+ "1; mode=block"
+ ],
+ "X-IoT-Version": [
+ "121620.0002-master"
+ ],
+ "X-IoT-Cluster": [
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
- "X-Content-Type-Options": [
- "nosniff"
+ "X-MSEdge-Ref": [
+ "Ref A: F432B71601F44196B32FD125E80A2C0F Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:51Z"
+ ],
+ "x-ms-correlation-request-id": [
+ "04695c83-bf33-48f1-8657-37a3bcffceda"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS:20210107T010351Z:04695c83-bf33-48f1-8657-37a3bcffceda"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:51 GMT"
],
"Content-Length": [
- "254811"
+ "5041"
],
"Content-Type": [
"application/json; charset=utf-8"
- ],
- "Expires": [
- "-1"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-contoso-d35b4inxko-78715668\",\r\n \"name\": \"sample-contoso-d35b4inxko-78715668\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"11715620-5039-4898-b648-8264b44ac3d4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Contoso d35b4inxko\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"subdomain\": \"sample-contoso-d35b4inxko\",\r\n \"createdDate\": \"2018-07-24T17:52:40.925Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"6000b0d3-0000-0100-0000-5e3333040000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/solar-panel-monitoring-3ekrzuq5q9\",\r\n \"name\": \"solar-panel-monitoring-3ekrzuq5q9\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"53466a6b-7fca-433c-959a-2b648e52d4d2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Solar panel monitoring 3ekrzuq5q9\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"solar-panel-monitoring-3ekrzuq5q9\",\r\n \"createdDate\": \"2019-10-25T17:51:48.045Z\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1d0031ce-0000-0100-0000-5e3333970000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ankit-prod-ndp\",\r\n \"name\": \"ankit-prod-ndp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5bfc270c-7b2c-4eab-8715-4744effea2db\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Ankit-Prod-NDP\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"ankit-prod-ndp\",\r\n \"createdDate\": \"2019-10-24T23:22:27.795Z\",\r\n \"thumbnailUrl\": \"03af382f-ca10-47ef-8813-9befdc309065\",\r\n \"template\": \"iotc-waste@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"5201c411-0000-0100-0000-5e500f2d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-j0rwhs37sw\",\r\n \"name\": \"in-store-analytics---condition-monitoring-j0rwhs37sw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9ae9485b-1119-4eac-9edc-f0a5d0ae6dc3\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring j0rwhs37sw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-j0rwhs37sw\",\r\n \"createdDate\": \"2019-10-25T17:52:29.094Z\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"23007003-0000-0100-0000-5e3332fa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ankit-prod-nonndp\",\r\n \"name\": \"ankit-prod-nonndp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8e87cb6a-6158-47db-ba86-2495a7e4a2f7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Ankit-Prod-nonNDP\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"ankit-prod-nonndp\",\r\n \"createdDate\": \"2019-10-29T00:32:33.571Z\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"600010c5-0000-0100-0000-5e3332dd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-waste-management-yv57mmcolv\",\r\n \"name\": \"connected-waste-management-yv57mmcolv\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1a22c20c-5285-4836-9130-5ee6f1a6fba2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected waste management yv57mmcolv\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-waste-management-yv57mmcolv\",\r\n \"createdDate\": \"2019-10-25T21:42:22.845Z\",\r\n \"template\": \"iotc-waste@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1d0040ce-0000-0100-0000-5e3333970000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-hp3ks3kkdk\",\r\n \"name\": \"connected-logistics-hp3ks3kkdk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"269b2e5f-f88d-4c8b-9683-75188a38d8e0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics hp3ks3kkdk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-hp3ks3kkdk\",\r\n \"createdDate\": \"2019-10-25T18:37:25.297Z\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01001fe1-0000-0100-0000-5e33325b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/zz-ppe-we-8400d0be\",\r\n \"name\": \"zz-ppe-we-8400d0be\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b8a264d8-fc37-48ab-a9d0-d11a347bc1c8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"zz-ppe-we\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"subdomain\": \"zz-ppe-we\",\r\n \"createdDate\": \"2018-07-24T18:15:27.263Z\",\r\n \"thumbnailUrl\": \"ade74fec-5f3a-49bc-899a-6e6167ea8f8f\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0600a01e-0000-0100-0000-5e3333290000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-28r1k9txmo1\",\r\n \"name\": \"digital-distribution-center-28r1k9txmo1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0ef6985a-da45-4353-9956-c60909b197dc\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 28r1k9txmo1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-28r1k9txmo1\",\r\n \"createdDate\": \"2019-10-25T18:33:52.011Z\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"23008003-0000-0100-0000-5e3332fa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-contoso-2mvuhwc1vjk-c2927f16\",\r\n \"name\": \"sample-contoso-2mvuhwc1vjk-c2927f16\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e2b2fdaa-08fb-43ad-9607-981c0e0ce26e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Contoso 2mvuhwc1vjk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"subdomain\": \"sample-contoso-2mvuhwc1vjk\",\r\n \"createdDate\": \"2018-07-24T17:52:25.534Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00000839-0000-0100-0000-5e33334f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---checkout-10yx4y7he4k\",\r\n \"name\": \"in-store-analytics---checkout-10yx4y7he4k\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8e4e4b35-7241-4917-a048-af4325468985\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - checkout 10yx4y7he4k\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---checkout-10yx4y7he4k\",\r\n \"createdDate\": \"2019-10-25T17:53:07.459Z\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0600b01f-0000-0100-0000-5e3333470000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/solar-panel-monitoring-2mkf0abl3f0\",\r\n \"name\": \"solar-panel-monitoring-2mkf0abl3f0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fb355d1f-efa1-41c3-bfa1-fec4ece5629a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Adatum solar panel monitoring\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"solar-panel-monitoring-2mkf0abl3f0\",\r\n \"createdDate\": \"2019-10-25T00:52:22.803Z\",\r\n \"thumbnailUrl\": \"22745ae8-bc0c-46e8-829c-5eeb55a15e4a\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2c00cba1-0000-0100-0000-5e3332aa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-lv8krfh87z\",\r\n \"name\": \"smart-meter-monitoring-lv8krfh87z\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bad1379b-30db-49c9-844e-3194c4cc6d6c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart meter monitoring lv8krfh87z\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-lv8krfh87z\",\r\n \"createdDate\": \"2019-10-25T17:50:19.132Z\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"7200a095-0000-0100-0000-5e3333ba0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-2302hrqniku\",\r\n \"name\": \"smart-meter-monitoring-2302hrqniku\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"aa96f10a-0e41-4ba2-849a-94441eab5f1a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Adatum smart meter monitoring\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"1smart-meter-monitoring-2302hrqniku\",\r\n \"createdDate\": \"2019-10-25T00:36:14.062Z\",\r\n \"thumbnailUrl\": \"a4191762-d2c3-471b-bc26-b5b141611359\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b039-0000-0100-0000-5e33336d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-inventory-management-oj39pbea41\",\r\n \"name\": \"smart-inventory-management-oj39pbea41\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"407a9a55-9ea6-4057-95b6-66e27c17272b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart inventory management oj39pbea41\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-inventory-management-oj39pbea41\",\r\n \"createdDate\": \"2019-10-25T21:43:57.411Z\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2c00d9a1-0000-0100-0000-5e3332aa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-consumption-monitoring-24qzwjotvzh\",\r\n \"name\": \"water-consumption-monitoring-24qzwjotvzh\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1aaaa420-5b44-4b65-b17d-25e5319fbaed\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water consumption monitoring 24qzwjotvzh\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-consumption-monitoring-24qzwjotvzh\",\r\n \"createdDate\": \"2019-10-25T18:35:04.25Z\",\r\n \"template\": \"iotc-consumption@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"7200a295-0000-0100-0000-5e3333ba0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-quality-monitoring-1ccyfv20gju\",\r\n \"name\": \"water-quality-monitoring-1ccyfv20gju\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"10c8a8d2-4be9-4702-9346-020dc81e43cc\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water quality monitoring 1ccyfv20gju\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-quality-monitoring-1ccyfv20gju\",\r\n \"createdDate\": \"2019-10-25T17:55:38.596Z\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b539-0000-0100-0000-5e33336e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-oltgry8ho1\",\r\n \"name\": \"custom-oltgry8ho1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"northeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0dee7106-6b97-47a9-883d-cb65439b7ac5\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom oltgry8ho1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-oltgry8ho1\",\r\n \"createdDate\": \"2019-10-27T22:21:23.531Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2c00f3a1-0000-0100-0000-5e3332aa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/cameronspnp\",\r\n \"name\": \"cameronspnp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f70def74-06c1-467e-a887-1a60c5aa39c4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"cameronsPnP\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"cameronspnp\",\r\n \"createdDate\": \"2019-06-03T23:14:08.44Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e47a-0000-0400-0000-5e2b579c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iot-central-harsha-a11ytest\",\r\n \"name\": \"iot-central-harsha-a11ytest\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"192c1ed8-6c0e-42b3-a805-68f4171e2e77\",\r\n \"state\": \"created\",\r\n \"displayName\": \"harshapnptest\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"harshapnptest\",\r\n \"createdDate\": \"2019-04-01T18:56:58.372Z\",\r\n \"expiryDate\": null,\r\n \"lastUpdated\": \"2019-04-01T18:59:46.85Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200880c-0000-0400-0000-5e2b57c40000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-devkits-h6dxw0kwn8-e4d2f4c2\",\r\n \"name\": \"sample-devkits-h6dxw0kwn8-e4d2f4c2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"712fa8a6-3cf4-4973-a575-1ef2e434a938\",\r\n \"state\": \"created\",\r\n \"displayName\": \"E2E API Test App\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"subdomain\": \"sample-devkits-h6dxw0kwn8\",\r\n \"createdDate\": \"2018-10-23T01:15:48.932Z\",\r\n \"template\": \"iotc-devkit-sample@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000380f-0000-0400-0000-5e2b578a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rule-bug-bash-cbde2f68\",\r\n \"name\": \"rule-bug-bash-cbde2f68\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c703e0ea-f992-4727-a646-c723c6d06661\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rule.bug.bash\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"subdomain\": \"rule-bug-bash\",\r\n \"createdDate\": \"2018-09-11T22:26:05.437Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009053-0000-0400-0000-5e2b57800000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/larouex-test-ppe\",\r\n \"name\": \"larouex-test-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6f92bd97-3023-45cc-a0b6-f03e2ba3edb5\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Larouex Test PPE\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"larouex-test-ppe\",\r\n \"createdDate\": \"2019-08-20T18:22:49.828Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e57a-0000-0400-0000-5e2b579c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rc-ndp-10-22-rbhamra\",\r\n \"name\": \"rc-ndp-10-22-rbhamra\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2fe9b412-d7eb-48da-a0ca-27abf9ce7ba6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"M3 rbhamra PPE\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"rc-ndp-10-22-rbhamra\",\r\n \"createdDate\": \"2019-10-22T22:48:05.286Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"83447e7c-f7cf-48f8-a582-d07ce2c97ab0\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00762d-0000-0400-0000-5ea87a9a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-contoso-2bie97wc5eh-2244bf9c\",\r\n \"name\": \"sample-contoso-2bie97wc5eh-2244bf9c\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"82a9e4ce-3f27-49de-876f-793b0d63f9d4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Contoso 2bie97wc5eh\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sample-contoso-2bie97wc5eh\",\r\n \"createdDate\": \"2019-02-07T23:08:16.205Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003b0f-0000-0400-0000-5e2b578b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/plug-and-play-1yusp004wsk-west-europe\",\r\n \"name\": \"plug-and-play-1yusp004wsk-west-europe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1a0873b3-52c9-4580-8607-e12c174e9670\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Plug and Play 1yusp004wsk West Europe\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"plug-and-play-1yusp004wsk-west-europe\",\r\n \"createdDate\": \"2019-06-10T19:12:44.646Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009253-0000-0400-0000-5e2b57810000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/manufacturing\",\r\n \"name\": \"manufacturing\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a669e8c2-275a-41d5-acda-ae0af3b0963c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Manufacturing\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"manufacturing\",\r\n \"createdDate\": \"2019-10-03T17:45:40.106Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e67a-0000-0400-0000-5e2b579d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/solar-panel-monitoring-ck1\",\r\n \"name\": \"solar-panel-monitoring-ck1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"07488649-fa61-45a3-90a1-7a9f08d26f2c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Solar panel monitoring ck1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"solar-panel-monitoring-ck1\",\r\n \"createdDate\": \"2019-10-24T13:46:15.665Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"02009d0c-0000-0400-0000-5e2b57c60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/pnp--new-data-pipeline--2o8ekc9n4em\",\r\n \"name\": \"pnp--new-data-pipeline--2o8ekc9n4em\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"cb54f913-c759-4486-a525-d276af4b7518\",\r\n \"state\": \"created\",\r\n \"displayName\": \"PnP [New Data Pipeline] 2o8ekc9n4em\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"pnp--new-data-pipeline--2o8ekc9n4em\",\r\n \"createdDate\": \"2019-09-03T23:47:12.44Z\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003c0f-0000-0400-0000-5e2b578c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-devkits-15d55b865mt\",\r\n \"name\": \"sample-devkits-15d55b865mt\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6c50bf81-f28e-462c-9686-716aebc00cb6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Devkits 15d55b865mt\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sample-devkits-15d55b865mt\",\r\n \"createdDate\": \"2019-08-05T21:46:55.729Z\",\r\n \"template\": \"iotc-devkit-sample@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00008753-0000-0400-0000-5e2b575e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/vishwams-ndp\",\r\n \"name\": \"vishwams-ndp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"472fdc62-94d2-4c9b-b03c-a4b92fdf6328\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sunburst NDP (PPE)\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sunburst-ndp\",\r\n \"createdDate\": \"2019-10-14T15:50:11.278Z\",\r\n \"thumbnailUrl\": \"9e53cdb2-17a3-4f81-a297-0de4c630a6b6\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e87a-0000-0400-0000-5e2b579d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-zk4m5gtpuw\",\r\n \"name\": \"smart-meter-monitoring-zk4m5gtpuw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a19d022e-dc6a-4fa9-9651-ff490dafd185\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart meter monitoring zk4m5gtpuw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-zk4m5gtpuw\",\r\n \"createdDate\": \"2019-10-24T20:24:19.689Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200a00c-0000-0400-0000-5e2b57c70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/pnp--new-data-pipeline--1u40dv5h5v3\",\r\n \"name\": \"pnp--new-data-pipeline--1u40dv5h5v3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4d8ee207-5ee7-44eb-ac1a-947abf9dc6e3\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Super rules \",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"pnp--new-data-pipeline--1u40dv5h5v3\",\r\n \"createdDate\": \"2019-10-10T23:00:41.983Z\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000410f-0000-0400-0000-5e2b578d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-contoso-1ry58gfb4n1\",\r\n \"name\": \"sample-contoso-1ry58gfb4n1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fd7d7a2e-9173-4d6d-b1f1-d08fad34a66d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Contoso 1ry58gfb4n1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sample-contoso-1ry58gfb4n1\",\r\n \"createdDate\": \"2019-09-10T06:18:40.947Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00008853-0000-0400-0000-5e2b575e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-nuwddsvb3i\",\r\n \"name\": \"custom-nuwddsvb3i\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"528e3a99-6907-4374-b922-7ce724a17457\",\r\n \"state\": \"created\",\r\n \"displayName\": \"singletenant\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"custom-nuwddsvb3i\",\r\n \"createdDate\": \"2019-10-17T22:57:38.114Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e97a-0000-0400-0000-5e2b579e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/solar-panel-monitoring-1jjl6de53mn\",\r\n \"name\": \"solar-panel-monitoring-1jjl6de53mn\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"413850c0-7dce-4123-97e4-95044aa049b1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Solar panel monitoring 1jjl6de53mn\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"solar-panel-monitoring-1jjl6de53mn\",\r\n \"createdDate\": \"2019-10-24T20:25:15.338Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200a50c-0000-0400-0000-5e2b57c80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/attabotics-test-ppe\",\r\n \"name\": \"attabotics-test-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b148b378-f00b-4422-a1a6-3e630e8cd6e4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Attabotics-Test-PPE\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"attabotics-test-ppe\",\r\n \"createdDate\": \"2019-10-17T17:55:00.229Z\",\r\n \"thumbnailUrl\": \"575cb6fb-5c34-47dd-8c1c-e5c6e29679a2\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000420f-0000-0400-0000-5e2b578d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-2lehmygv7g4\",\r\n \"name\": \"digital-distribution-center-2lehmygv7g4\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9732d555-c2d3-46ee-9d79-e9a0b6345fb0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 2lehmygv7g4\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-2lehmygv7g4\",\r\n \"createdDate\": \"2019-10-15T20:25:00.614Z\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009453-0000-0400-0000-5e2b57820000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1p3jba3d9o6\",\r\n \"name\": \"connected-logistics-1p3jba3d9o6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0ba0ff16-707f-4961-b52f-e9d1532556df\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 1p3jba3d9o6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1p3jba3d9o6\",\r\n \"createdDate\": \"2019-10-21T17:33:36.213Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ea7a-0000-0400-0000-5e2b579e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-22neo86byqs\",\r\n \"name\": \"custom-22neo86byqs\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d5e44fc3-a68a-4a27-975f-5669d2c8377b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 22neo86byqs\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-22neo86byqs\",\r\n \"createdDate\": \"2019-10-25T22:54:44.788Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200a60c-0000-0400-0000-5e2b57c80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-97nqb5bmti\",\r\n \"name\": \"custom-97nqb5bmti\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e6bd2d7e-87ca-49c4-8d1d-c7cbf76509ca\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 97nqb5bmti\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"custom-97nqb5bmti\",\r\n \"createdDate\": \"2019-10-18T19:45:49.29Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000430f-0000-0400-0000-5e2b578e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ignite---checkout---template\",\r\n \"name\": \"ignite---checkout---template\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"47357f4a-3475-4989-b41f-f499033a44ad\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IGNITE - Checkout - Template\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"ignite---checkout---template\",\r\n \"createdDate\": \"2019-10-20T22:30:45.932Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"519fe887-e21a-427a-9a99-51676485ff4a\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009653-0000-0400-0000-5e2b57820000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/bashing-bugs\",\r\n \"name\": \"bashing-bugs\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a3c1c3b7-652c-4a32-8e51-47c0c3d13058\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Bashing Bugs\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"bashing-bugs\",\r\n \"createdDate\": \"2019-10-21T22:43:24.538Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ed7a-0000-0400-0000-5e2b579e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-28ptgv7mbts\",\r\n \"name\": \"connected-logistics-28ptgv7mbts\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7a6642f8-9dfc-4178-ad48-afbed175826a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 28ptgv7mbts\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-28ptgv7mbts\",\r\n \"createdDate\": \"2019-10-30T17:47:01.917Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200a90c-0000-0400-0000-5e2b57c80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iotswc---checkout---template\",\r\n \"name\": \"iotswc---checkout---template\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"776260f5-831b-4c86-9520-eb654fdd6299\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IoTSWC - Checkout - Template\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"iotswc---checkout---template\",\r\n \"createdDate\": \"2019-10-20T22:31:16.975Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"129d8378-67fb-4ad6-bff5-9704c1869a00\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000450f-0000-0400-0000-5e2b578e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2hxy9i14fhi\",\r\n \"name\": \"custom-2hxy9i14fhi\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3d294b13-066f-44db-8baf-741eb9e11feb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Contoso\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"contosoapp\",\r\n \"createdDate\": \"2019-10-21T18:31:35.74Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009753-0000-0400-0000-5e2b57820000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ht-ppe-test\",\r\n \"name\": \"ht-ppe-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d23e4c7b-197b-40e3-868f-2ab33ab2d957\",\r\n \"state\": \"created\",\r\n \"displayName\": \"HT-PPE-Test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"ht-ppe-test\",\r\n \"createdDate\": \"2019-10-23T18:56:05.34Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"eaac2161-05bb-4795-8fe4-c048c4d06422\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f17a-0000-0400-0000-5e2b579f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-quality-monitoring-1zh0o9q35k0\",\r\n \"name\": \"water-quality-monitoring-1zh0o9q35k0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6088f3db-ae1d-42e2-8c0c-e675adba3177\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water quality monitoring 1zh0o9q35k0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-quality-monitoring-1zh0o9q35k0\",\r\n \"createdDate\": \"2019-10-30T18:42:43.641Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200ab0c-0000-0400-0000-5e2b57c90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-142j1qk2ge4\",\r\n \"name\": \"digital-distribution-center-142j1qk2ge4\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f4d68e2e-2869-4dbb-b0ed-0557f78da4ff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 142j1qk2ge4\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-142j1qk2ge4\",\r\n \"createdDate\": \"2019-10-21T16:57:33.421Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000460f-0000-0400-0000-5e2b578e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-inventory-management-ys06c9um9o\",\r\n \"name\": \"smart-inventory-management-ys06c9um9o\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ff834a99-531f-4dd1-9499-1a27449a7092\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart inventory management ys06c9um9o\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-inventory-management-ys06c9um9o\",\r\n \"createdDate\": \"2019-10-22T15:32:45.668Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009853-0000-0400-0000-5e2b57830000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-1cd0c6bzw89\",\r\n \"name\": \"in-store-analytics---condition-monitoring-1cd0c6bzw89\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b34c241b-7dcc-4536-97f7-cab11ecb0d57\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring 1cd0c6bzw89\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-1cd0c6bzw89\",\r\n \"createdDate\": \"2019-10-26T01:26:55.267Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f27a-0000-0400-0000-5e2b579f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-digital-distribution-center\",\r\n \"name\": \"wed-digital-distribution-center\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"690fa6df-3078-4270-b617-69295babae68\",\r\n \"state\": \"created\",\r\n \"displayName\": \"wed Digital distribution center\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-digital-distribution-center\",\r\n \"createdDate\": \"2019-10-30T18:52:43.701Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200ac0c-0000-0400-0000-5e2b57c90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ht-ppe-tsi\",\r\n \"name\": \"ht-ppe-tsi\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8573146a-1153-42f3-a197-5af47e3f9f7e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"HT-PPE-TSI\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"ht-ppe-tsi\",\r\n \"createdDate\": \"2019-10-24T00:32:32.903Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"a55449c3-a5d6-418b-9f01-1497e9637b4a\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000490f-0000-0400-0000-5e2b578f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-ck2\",\r\n \"name\": \"smart-meter-monitoring-ck2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"49b7c5b4-c158-471b-a834-45cbb05c2b4c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart meter monitoring ck2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-ck2\",\r\n \"createdDate\": \"2019-10-24T13:49:57.344Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009953-0000-0400-0000-5e2b57830000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/case\",\r\n \"name\": \"case\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2b6f8854-9b47-47bc-87d8-1403521aee8d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"case \",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"case\",\r\n \"createdDate\": \"2019-10-28T21:56:01.055Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f37a-0000-0400-0000-5e2b579f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/tommo-20191030\",\r\n \"name\": \"tommo-20191030\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"cdf5566b-c71b-4cff-9496-d48a55c298c3\",\r\n \"state\": \"created\",\r\n \"displayName\": \"tommo-20191030\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"tommo-20191030\",\r\n \"createdDate\": \"2019-10-31T00:02:40.614Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200ad0c-0000-0400-0000-5e2b57ca0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/science-fair\",\r\n \"name\": \"science-fair\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2a26074f-d57e-40ca-9d39-66a6243fc64a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Science Fair\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"science-fair\",\r\n \"createdDate\": \"2019-10-24T23:21:49.908Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004a0f-0000-0400-0000-5e2b57900000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/dashboard-changes\",\r\n \"name\": \"dashboard-changes\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"41f55930-35e8-4254-a0fa-493a6dc58a9b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Dashboard Changes\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"dashboard-changes\",\r\n \"createdDate\": \"2019-10-24T19:21:08.775Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009a53-0000-0400-0000-5e2b57830000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1rlkx9ux6vv\",\r\n \"name\": \"custom-1rlkx9ux6vv\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"537d08a7-aeb2-4abd-bd81-0384aafda332\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1rlkx9ux6vv\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-1rlkx9ux6vv\",\r\n \"createdDate\": \"2019-10-30T17:24:00.041Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000c27a-0000-0400-0000-5e2b57600000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-consumption-monitoring-1xo39133ky5\",\r\n \"name\": \"water-consumption-monitoring-1xo39133ky5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9f2987a3-b6ce-4900-8700-f70d6be7e002\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water consumption monitoring 1xo39133ky5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-consumption-monitoring-1xo39133ky5\",\r\n \"createdDate\": \"2019-10-31T00:11:09.547Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-consumption@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200b00c-0000-0400-0000-5e2b57ca0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter\",\r\n \"name\": \"smart-meter\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1e6b80b9-0ed2-4f56-b043-6f88a19655c7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart meter monitoring\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-meter\",\r\n \"createdDate\": \"2019-10-30T17:07:44.062Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004b0f-0000-0400-0000-5e2b57900000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-cory-1024\",\r\n \"name\": \"continuous-patient-monitoring-cory-1024\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6fb7078c-0db8-4807-aed4-3b76ff25c35e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring Cory 1024\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-cory-1024\",\r\n \"createdDate\": \"2019-10-24T22:14:06.676Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009c53-0000-0400-0000-5e2b57840000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/chubby-unicorns\",\r\n \"name\": \"chubby-unicorns\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8d866ee7-41ef-420f-8748-cea42eed2e64\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Chubby Unicorns\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"chubby-unicorns\",\r\n \"createdDate\": \"2019-10-30T19:35:53.676Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"279025a1-46ba-473d-8cd1-d0a591fb85c6\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f77a-0000-0400-0000-5e2b57a00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/m2-test-custom-1893onojxc1\",\r\n \"name\": \"m2-test-custom-1893onojxc1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5e0136b0-41de-435b-b50e-48717a4675cb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"M2 test Custom 1893onojxc1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"m2-test-custom-1893onojxc1\",\r\n \"createdDate\": \"2019-10-31T01:40:01.883Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200c10b-0000-0400-0000-5e2b57620000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/2-wednesday-ppe-test-water-quality-monitoring-1nk5be02dnu\",\r\n \"name\": \"2-wednesday-ppe-test-water-quality-monitoring-1nk5be02dnu\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1ce30bf0-5429-4384-a8c1-c3842f8d2430\",\r\n \"state\": \"created\",\r\n \"displayName\": \"2 Wednesday PPE test Water quality monitoring 1nk5be02dnu\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"2-wednesday-ppe-test-water-quality-monitoring-1nk5be02dnu\",\r\n \"createdDate\": \"2019-10-30T19:03:08.284Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004c0f-0000-0400-0000-5e2b57900000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/accessibility-testing-app\",\r\n \"name\": \"accessibility-testing-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"43736667-de64-413a-a284-223ac566e914\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Accessibility Testing App\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"accessibility-testing-app\",\r\n \"createdDate\": \"2019-10-24T22:14:09.454Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009d53-0000-0400-0000-5e2b57840000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/new-wed-smart-inventory-management\",\r\n \"name\": \"new-wed-smart-inventory-management\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"67b215d4-fc5e-4a60-9f56-a5de6c6d022b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"new wed Smart inventory management\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"new-wed-smart-inventory-management\",\r\n \"createdDate\": \"2019-10-30T19:38:05.119Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f87a-0000-0400-0000-5e2b57a10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-sensoria\",\r\n \"name\": \"continuous-patient-monitoring-sensoria\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"23a22e3d-6815-4a36-87c5-78873a71f43c\",\r\n \"state\": \"created\",\r\n \"displayName\": \" \",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-sensoria\",\r\n \"createdDate\": \"2019-11-18T06:47:03.497Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200b60c-0000-0400-0000-5e2b57cb0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---checkout-16iyrqldpzg\",\r\n \"name\": \"in-store-analytics---checkout-16iyrqldpzg\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"acf14ad7-4fbf-4773-9a46-f4c5fa64ce13\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - checkout 16iyrqldpzg\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---checkout-16iyrqldpzg\",\r\n \"createdDate\": \"2019-10-30T19:42:03.769Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004d0f-0000-0400-0000-5e2b57900000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/refresh-bug-test\",\r\n \"name\": \"refresh-bug-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d822aeb6-8ea4-49af-914a-48d5f0593104\",\r\n \"state\": \"created\",\r\n \"displayName\": \"refresh bug test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"refresh-bug-test\",\r\n \"createdDate\": \"2019-10-24T23:46:40.489Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009e53-0000-0400-0000-5e2b57840000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---checkout-9yvj0kr36z\",\r\n \"name\": \"in-store-analytics---checkout-9yvj0kr36z\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6946f189-5041-4be4-a1d3-08b8bfbf1306\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - checkout 9yvj0kr36z\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---checkout-9yvj0kr36z\",\r\n \"createdDate\": \"2019-10-30T19:56:42.015Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f97a-0000-0400-0000-5e2b57a10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1ej2oakejmm\",\r\n \"name\": \"connected-logistics-1ej2oakejmm\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8542189b-2792-4fbe-97eb-aef054563c83\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 1ej2oakejmm\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1ej2oakejmm\",\r\n \"createdDate\": \"2019-12-12T18:50:41.249Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200bc0c-0000-0400-0000-5e2b57cc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-ewdf63ppm\",\r\n \"name\": \"in-store-analytics---condition-monitoring-ewdf63ppm\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"18b2ef02-a4ac-474f-845f-c4ca56bcabab\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring ewdf63ppm\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-ewdf63ppm\",\r\n \"createdDate\": \"2019-10-30T23:56:20.26Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004f0f-0000-0400-0000-5e2b57910000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-quality-monitoring-h04z1fo6wo\",\r\n \"name\": \"water-quality-monitoring-h04z1fo6wo\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2665eff7-3ee7-42dc-91cc-4d5f80a175a7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water quality monitoring h04z1fo6wo\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-quality-monitoring-h04z1fo6wo\",\r\n \"createdDate\": \"2019-10-29T18:31:08.008Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a053-0000-0400-0000-5e2b57850000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-2nd-water-quality-monitoring-10wf9167bsy\",\r\n \"name\": \"wed-2nd-water-quality-monitoring-10wf9167bsy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"71be0efe-7e03-4125-969c-10402b5cc83f\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Wed 2nd Water quality monitoring 10wf9167bsy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-2nd-water-quality-monitoring-10wf9167bsy\",\r\n \"createdDate\": \"2019-10-31T00:08:33.865Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000fc7a-0000-0400-0000-5e2b57a20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-xk0x2ty7i5\",\r\n \"name\": \"custom-xk0x2ty7i5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"83fc28e2-3cf9-450d-9bda-a6c6570ac7b9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom xk0x2ty7i5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-xk0x2ty7i5\",\r\n \"createdDate\": \"2019-12-19T23:38:51.523Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"0400d936-0000-0400-0000-5dfc0a5c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/tommo-custom-sampledevkit\",\r\n \"name\": \"tommo-custom-sampledevkit\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a9df58b5-0605-467d-a699-403a4193c6ff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"tommo-custom-sampledevkit\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"tommo-custom-sampledevkit\",\r\n \"createdDate\": \"2019-10-31T00:05:40.556Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-devkit@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00002c0f-0000-0400-0000-5e2b575f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-connected-logistics\",\r\n \"name\": \"wed-connected-logistics\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bcc16c2f-4772-45c4-9aae-648712ddc8a8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"wed Connected logistics\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-connected-logistics\",\r\n \"createdDate\": \"2019-10-30T18:52:19.68Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a253-0000-0400-0000-5e2b57850000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-consumption-monitoring-2eza3jp0j64\",\r\n \"name\": \"water-consumption-monitoring-2eza3jp0j64\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ff8d1956-00b1-429b-aa2e-a90a565593cf\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water consumption monitoring 2eza3jp0j64\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-consumption-monitoring-2eza3jp0j64\",\r\n \"createdDate\": \"2019-10-31T00:40:58.223Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-consumption@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ff7a-0000-0400-0000-5e2b57a20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-1f3e0udxklo\",\r\n \"name\": \"smart-meter-monitoring-1f3e0udxklo\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8d1ae466-c5bc-4009-a0f8-234ebaeff6c0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart meter monitoring 1f3e0udxklo\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-1f3e0udxklo\",\r\n \"createdDate\": \"2020-01-15T16:22:28.081Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200c20c-0000-0400-0000-5e2b57cd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-10ns2ogyqtk\",\r\n \"name\": \"custom-10ns2ogyqtk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f203ed66-7407-4872-baf5-0dce7f0250f7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 10ns2ogyqtk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-10ns2ogyqtk\",\r\n \"createdDate\": \"2019-11-06T21:37:01.926Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-devkit@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00002d0f-0000-0400-0000-5e2b57600000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-smart-inventory-management\",\r\n \"name\": \"wed-smart-inventory-management\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b14b193c-1f8b-4bda-a2f0-0f684d835584\",\r\n \"state\": \"created\",\r\n \"displayName\": \"wed-Smart inventory management\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-smart-inventory-management\",\r\n \"createdDate\": \"2019-10-30T18:53:05.678Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a353-0000-0400-0000-5e2b57860000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-159v62snx76\",\r\n \"name\": \"connected-logistics-159v62snx76\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4ccc8e87-8889-4023-a8e0-c7efd5e2da69\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 159v62snx76\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-159v62snx76\",\r\n \"createdDate\": \"2019-10-31T01:25:40.628Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000007b-0000-0400-0000-5e2b57a30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1gvlh2nnzdd\",\r\n \"name\": \"connected-logistics-1gvlh2nnzdd\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"165c2608-bf2a-4949-a7bf-2918a0eee271\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 1gvlh2nnzdd\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1gvlh2nnzdd\",\r\n \"createdDate\": \"2020-01-21T22:12:00.039Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"06008d0c-0000-0400-0000-5e2777300000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-6qvuyekaln\",\r\n \"name\": \"custom-6qvuyekaln\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bf5de38f-6ea3-4ce9-b260-ae79fefb454d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"ppe mts\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-6qvuyekaln\",\r\n \"createdDate\": \"2019-12-19T05:14:30.921Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000550f-0000-0400-0000-5e2b57930000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sm0033\",\r\n \"name\": \"sm0033\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"deceb96f-da3d-4355-8372-04376f4c8201\",\r\n \"state\": \"created\",\r\n \"displayName\": \"SM0033\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sm0033\",\r\n \"createdDate\": \"2019-10-30T19:43:14.085Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a453-0000-0400-0000-5e2b57860000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-quality-monitoring-vl5o3fdij8\",\r\n \"name\": \"water-quality-monitoring-vl5o3fdij8\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c6e7963e-9b31-491d-b17c-2dd946d27815\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Data Duplication and Rules Not Firing\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-quality-monitoring-vl5o3fdij8\",\r\n \"createdDate\": \"2019-10-31T02:08:45.907Z\",\r\n \"expiryDate\": null,\r\n \"lastUpdated\": \"2019-11-03T16:59:03.982Z\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000047b-0000-0400-0000-5e2b57a30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-196b75rx4rd\",\r\n \"name\": \"connected-logistics-196b75rx4rd\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"625fbe13-50ff-401c-83f2-a4cc0bc26609\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 196b75rx4rd\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-196b75rx4rd\",\r\n \"createdDate\": \"2020-01-31T19:36:30.548Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"02009422-0000-0400-0000-5e3481be0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-inventory-management-2dfut5lwd8v\",\r\n \"name\": \"smart-inventory-management-2dfut5lwd8v\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6047ad2d-5ead-45c6-8496-c64a374df05d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart inventory management 2dfut5lwd8v\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"smart-inventory-management-2dfut5lwd8v\",\r\n \"createdDate\": \"2020-01-31T20:15:59.817Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f298-0000-0400-0000-5e348aff0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/lamna-plus\",\r\n \"name\": \"lamna-plus\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0c3e43d6-072c-45e9-bf31-2f33c69aab47\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Lamna IoT\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"lamna-plus\",\r\n \"createdDate\": \"2019-10-31T00:19:27.918Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a853-0000-0400-0000-5e2b57870000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-h1p3rian97\",\r\n \"name\": \"custom-h1p3rian97\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"96898ca1-f923-4394-8164-91855bf98c35\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom h1p3rian97\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-h1p3rian97\",\r\n \"createdDate\": \"2019-11-12T21:16:52.303Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000067b-0000-0400-0000-5e2b57a40000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shekarscerttest\",\r\n \"name\": \"shekarscerttest\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"70abb431-0772-47c1-b46a-f01dc10d7e2e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shekarscerttest\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"shekarscerttest\",\r\n \"createdDate\": \"2020-02-26T03:52:04.142Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0100abb6-0000-0400-0000-5e55eb640000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/geotri-ppe-ga\",\r\n \"name\": \"geotri-ppe-ga\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6509455d-3dd7-4200-9d9d-6757b9ddd46c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"geotri-ppe-ga\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true,\r\n \"_link\": \"iotc-mobile\"\r\n },\r\n \"subdomain\": \"geotri-ppe-ga\",\r\n \"createdDate\": \"2020-01-31T22:19:24.523Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"6f14ae64-4058-47e2-b30b-b435816b9cf3@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003ca9-0000-0400-0000-5e34a7ec0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-sample-contoso-1lp9fq1z7br\",\r\n \"name\": \"wed-sample-contoso-1lp9fq1z7br\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8ec8139e-7731-4539-913b-a0c1ab5df71e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Wed Sample Contoso 1lp9fq1z7br\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"wed-sample-contoso-1lp9fq1z7br\",\r\n \"createdDate\": \"2019-10-31T00:24:27.04Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00008953-0000-0400-0000-5e2b575e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shmogala\",\r\n \"name\": \"shmogala\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d746f220-c75a-4aa3-8ffb-c13ac1dda22c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shmogala\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"multi-iothub-tenant\": true\r\n },\r\n \"subdomain\": \"shmogala\",\r\n \"createdDate\": \"2020-02-11T22:01:55.934Z\",\r\n \"expiryDate\": null,\r\n \"lastUpdated\": \"2020-02-14T18:16:44.887Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"000036f3-0000-0400-0000-5eda917f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-r7urbkxou7\",\r\n \"name\": \"connected-logistics-r7urbkxou7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b1a06520-2cda-4685-9357-fe74811aa965\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics r7urbkxou7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-r7urbkxou7\",\r\n \"createdDate\": \"2020-02-28T21:32:41.712Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00000802-0000-0400-0000-5e5986f90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-234jpuj4mfo\",\r\n \"name\": \"custom-234jpuj4mfo\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"adcbdabe-5588-432e-a408-772f97d47dff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 234jpuj4mfo\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-234jpuj4mfo\",\r\n \"createdDate\": \"2020-02-04T23:28:36.614Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"030067b3-0000-0400-0000-5e39fe240000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/customiotedgetestdelete5\",\r\n \"name\": \"customiotedgetestdelete5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b1aa2e56-dd92-40ae-b756-fc01472aa7cf\",\r\n \"state\": \"created\",\r\n \"displayName\": \"CustomIoTEdgeTestDelete5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"customiotedgetestdelete5\",\r\n \"createdDate\": \"2019-10-31T16:36:29.683Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a953-0000-0400-0000-5e2b57870000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-aiq9z760rm\",\r\n \"name\": \"custom-aiq9z760rm\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ca565dd0-874b-4662-9a19-721acdcb5edd\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom aiq9z760rm\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-aiq9z760rm\",\r\n \"createdDate\": \"2020-02-21T00:03:48.814Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1000bd4a-0000-0400-0000-5e4f1e640000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1x7v6ljj7be\",\r\n \"name\": \"custom-1x7v6ljj7be\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d82f1504-8304-4de2-a0ea-be1cf2e122cc\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1x7v6ljj7be\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-1x7v6ljj7be\",\r\n \"createdDate\": \"2020-03-20T19:08:11.626Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"070020ea-0000-0400-0000-5e75149b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/brcoll-ppe-2\",\r\n \"name\": \"brcoll-ppe-2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d63c2cc1-2ebf-40e9-a4fd-5391f47786a0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"brcoll PPE 2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"brcoll-ppe-2\",\r\n \"createdDate\": \"2020-02-10T22:12:32.196Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009e01-0000-0400-0000-5e41d5500000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-m3\",\r\n \"name\": \"custom-m3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2deb61fd-1a28-404b-808d-69a1802e8e9d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom M3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-m3\",\r\n \"createdDate\": \"2019-11-21T23:13:25.212Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ac53-0000-0400-0000-5e2b57880000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-m9x3j3mby7\",\r\n \"name\": \"digital-distribution-center-m9x3j3mby7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e74f65b7-fbbb-4590-a590-3fe8693cb5b2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center m9x3j3mby7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-m9x3j3mby7\",\r\n \"createdDate\": \"2020-02-26T21:06:24.376Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01006ec4-0000-0400-0000-5e56ddd00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shharr-testapp\",\r\n \"name\": \"shharr-testapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2d7ec3cf-12b6-472c-b1a0-16de11b005fb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shharr-testapp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"shharr-testapp\",\r\n \"createdDate\": \"2020-04-08T18:52:27.27Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"a90062c2-0000-0400-0000-5e8e1d6b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ss-weu-2-26\",\r\n \"name\": \"ss-weu-2-26\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bf0eb85c-2a9c-4191-913a-82e06ade8900\",\r\n \"state\": \"created\",\r\n \"displayName\": \"ss-weu-2-26\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"ss-weu-2-26\",\r\n \"createdDate\": \"2020-02-27T01:49:07.92Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"03001800-0000-0400-0000-5e5720130000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-2n6r1wproc6\",\r\n \"name\": \"in-store-analytics---condition-monitoring-2n6r1wproc6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5b4096e3-b11a-4c40-bd78-63f53b74687f\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring 2n6r1wproc6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-2n6r1wproc6\",\r\n \"createdDate\": \"2019-11-26T21:45:55.004Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ae53-0000-0400-0000-5e2b57890000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test\",\r\n \"name\": \"test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9191af94-0e76-4c77-94b4-3731dfbe446b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test\",\r\n \"createdDate\": \"2020-02-27T20:16:04.765Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0f00ef00-0000-0400-0000-5e5823840000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-7qa8ppao2f\",\r\n \"name\": \"connected-logistics-7qa8ppao2f\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e8d96b66-61f0-4afd-baa8-c69b8afe9096\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"Connected logistics 7qa8ppao2f\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-7qa8ppao2f\",\r\n \"createdDate\": \"2020-04-10T22:14:37.373Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"c6003a70-0000-0400-0000-5e90f6710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shak01\",\r\n \"name\": \"shak01\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"590f99ea-6a01-4c9f-bfe2-c1d294c30c92\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shak01\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"shak01\",\r\n \"createdDate\": \"2020-04-14T18:09:36.172Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0100c2d1-0000-0400-0000-5e95fc600000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-inventory-management-3frm0mwxaa\",\r\n \"name\": \"smart-inventory-management-3frm0mwxaa\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"17e2aa43-21bb-43ac-82e1-d14cca2465ae\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart inventory management 3frm0mwxaa\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-inventory-management-3frm0mwxaa\",\r\n \"createdDate\": \"2019-11-26T22:08:41.004Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000af53-0000-0400-0000-5e2b57890000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/elmoraltestapp5\",\r\n \"name\": \"elmoraltestapp5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4a10144c-dd2c-41be-bb7e-dc55fe9939ab\",\r\n \"state\": \"created\",\r\n \"displayName\": \"elmoralTestApp5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"elmoraltestapp5\",\r\n \"createdDate\": \"2020-03-16T20:40:45.49Z\",\r\n \"geography\": \"unitedstates\",\r\n \"expiryDate\": null,\r\n \"lastUpdated\": \"2020-03-16T20:45:23.79Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"aa008b08-0000-0400-0000-5e6fe5630000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/hayang-test\",\r\n \"name\": \"hayang-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"01604f28-dc83-4e0d-be53-929c34b3094e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"hayang test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"hayang-test\",\r\n \"createdDate\": \"2020-05-05T17:04:32.195Z\",\r\n \"geography\": \"unitedstates\",\r\n \"expiryDate\": null,\r\n \"lastUpdated\": \"2020-05-05T17:04:54.225Z\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"0400e4e1-0000-0400-0000-5eb19cb60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-12okqvn4jk0\",\r\n \"name\": \"custom-12okqvn4jk0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0110c39b-f53f-4a8f-b7a6-f13ada653a11\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 12okqvn4jk0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-12okqvn4jk0\",\r\n \"createdDate\": \"2020-05-02T10:37:13.827Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"44007503-0000-0400-0000-5ead4d590000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1tey6yrsjdq\",\r\n \"name\": \"custom-1tey6yrsjdq\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"063f8fb1-1e26-456c-9fbf-59bf8d264284\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1tey6yrsjdq\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-1tey6yrsjdq\",\r\n \"createdDate\": \"2019-12-10T00:04:14.874Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00008b53-0000-0400-0000-5e2b575f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-2\",\r\n \"name\": \"sphere-test-2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"740ce9ba-11e6-4271-bb71-b64a151eac54\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sphere-Test-2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-2\",\r\n \"createdDate\": \"2020-05-04T16:13:55.847Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"01006af6-0000-0400-0000-5eb03f430000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-rigado-device-templates\",\r\n \"name\": \"test-rigado-device-templates\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0e3361b5-5b7b-4c19-8c3c-460815544aed\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Test Rigado Device Templates\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test-rigado-device-templates\",\r\n \"createdDate\": \"2020-05-28T17:52:10.022Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0600445f-0000-0400-0000-5ecffa4a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-1\",\r\n \"name\": \"sphere-test-1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"68d27f95-b93b-4d57-bf81-5ce35554a801\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sphere-Test-1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-1\",\r\n \"createdDate\": \"2020-05-04T16:12:20.922Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"010009e6-0000-0400-0000-5eb03ee40000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/danny-1212\",\r\n \"name\": \"danny-1212\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6557a182-be15-448e-b1a1-e1b5ad99ad30\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Danny 1212\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"danny-1212\",\r\n \"createdDate\": \"2019-12-12T22:32:35.33Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b053-0000-0400-0000-5e2b57890000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-6\",\r\n \"name\": \"sphere-test-6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fbc16dc2-eee3-4884-af2b-bd0595f5341b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sphere-test-6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-6\",\r\n \"createdDate\": \"2020-05-04T16:18:57.65Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"010056f8-0000-0400-0000-5eb040710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-vj6h5cmngt\",\r\n \"name\": \"connected-logistics-vj6h5cmngt\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9f274ff1-6d43-4e89-a7e6-b84215a0693f\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"Connected logistics vj6h5cmngt\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-vj6h5cmngt\",\r\n \"createdDate\": \"2020-06-04T03:16:53.308Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"26004756-0000-0400-0000-5ed867a50000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rahul-id-test-clthomps\",\r\n \"name\": \"rahul-id-test-clthomps\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8210e964-c805-4db4-b95c-cc202c96162b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rahul id test clthomps\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rahul-id-test-clthomps\",\r\n \"createdDate\": \"2020-05-07T17:18:21.537Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0a003011-0000-0400-0000-5eb442dd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/desmond-m2\",\r\n \"name\": \"desmond-m2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a10e4444-ae80-47c4-b72a-f98a2037ec20\",\r\n \"state\": \"created\",\r\n \"displayName\": \"desmond-m2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"desmond-m2\",\r\n \"createdDate\": \"2019-12-19T18:29:29.694Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00008c53-0000-0400-0000-5e2b575f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-app-copy-feature\",\r\n \"name\": \"test-app-copy-feature\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6584bad3-442d-4499-b84e-f443b0c412bf\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"d57e7ca1-c2d4-4784-a3ff-ee3993e3525d\",\r\n \"displayName\": \"test-app-copy-feature\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test-app-copy-feature\",\r\n \"createdDate\": \"2020-06-15T17:33:02.524Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-e2e-m3-ux@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2100e643-0000-0400-0000-5ee7b0ce0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rainbowdash\",\r\n \"name\": \"rainbowdash\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ff63b605-17f4-4433-8eed-c38e210a17cc\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"62c62b43-2410-449b-b488-6b74249e6fc8\",\r\n \"displayName\": \"rainbowdash\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rainbowdash\",\r\n \"createdDate\": \"2020-06-09T17:07:05.816Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"0f008024-0000-0400-0000-5eebce610000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/jeff\",\r\n \"name\": \"jeff\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3e3fd1cf-a80f-4740-851c-405f1013016b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"jeff\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"jeff\",\r\n \"createdDate\": \"2020-05-20T22:23:49.975Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1300776c-0000-0400-0000-5ec5adf60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---miguelgotest\",\r\n \"name\": \"in-store-analytics---miguelgotest\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bb709866-724a-43c4-809b-a8dec1dc2940\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - miguelgotest\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---miguelgotest\",\r\n \"createdDate\": \"2020-01-15T23:58:06.071Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b253-0000-0400-0000-5e2b578a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/m3-e2e-test-app-copy\",\r\n \"name\": \"m3-e2e-test-app-copy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8580c6a3-5fef-4376-8ae2-38e0a3124c61\",\r\n \"state\": \"created\",\r\n \"displayName\": \"m3-e2e-test-app Copy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-e2e-m3-ux\"\r\n },\r\n \"subdomain\": \"m3-e2e-test-app-copy\",\r\n \"createdDate\": \"2020-06-15T19:36:35.985Z\",\r\n \"template\": \"bf425839-e4b9-41a9-a068-aa085bcaaf1c@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2200dc22-0000-0400-0000-5ee7cdc30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-25826jsj3zw\",\r\n \"name\": \"custom-25826jsj3zw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8bbfbec3-93f1-4216-9379-7768d0908888\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"d57e7ca1-c2d4-4784-a3ff-ee3993e3525d\",\r\n \"displayName\": \"Custom 25826jsj3zw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-25826jsj3zw\",\r\n \"createdDate\": \"2020-06-11T18:52:32.855Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-e2e-m3-ux@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200f085-0000-0400-0000-5ee27d700000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sdk-test-app-25459\",\r\n \"name\": \"sdk-test-app-25459\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"541f918c-fbff-4f4c-8bac-7227621f0b9f\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sdk-test-app-25459\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"sdk-test-app-domain-25459\",\r\n \"createdDate\": \"2020-05-26T16:04:27.155Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"21009b2b-0000-0400-0000-5ecd3e0b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/dagutier-1-16\",\r\n \"name\": \"dagutier-1-16\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ebf3cee9-959f-410f-ae43-9939e51c98a8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dagutier-1-16\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"dagutier-1-16\",\r\n \"createdDate\": \"2020-01-16T22:55:47.349Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b353-0000-0400-0000-5e2b578a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-20200630\",\r\n \"name\": \"custom-20200630\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5f5af195-5a23-4f1b-91e4-291bd43cd19d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 20200630\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"custom-20200630\",\r\n \"createdDate\": \"2020-06-30T20:27:56.642Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0c009a6b-0000-0400-0000-5efba04c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-2lrt3tp6huc\",\r\n \"name\": \"smart-meter-monitoring-2lrt3tp6huc\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8b9edfbc-4ce9-4195-9e75-e2988a32e437\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"6f44c82b-5e72-49a3-bbe0-3ef4006e9380\",\r\n \"displayName\": \"Smart meter monitoring 2lrt3tp6huc\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-2lrt3tp6huc\",\r\n \"createdDate\": \"2020-06-15T18:52:42.303Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1000822a-0000-0400-0000-5ee7c37a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2mlebwz4xgi\",\r\n \"name\": \"custom-2mlebwz4xgi\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1aad1623-9251-4c34-af5d-617892c08859\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2mlebwz4xgi\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"multi-iothub-tenant\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-2mlebwz4xgi\",\r\n \"createdDate\": \"2020-05-28T22:04:29.995Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-hadr-test@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0700cd61-0000-0400-0000-5ed0356e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-wolh0hf51f\",\r\n \"name\": \"custom-wolh0hf51f\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"439d3903-8fe7-44ef-86a4-ddb4b0b19b41\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom wolh0hf51f\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-wolh0hf51f\",\r\n \"createdDate\": \"2020-01-31T19:12:42.092Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0600235b-0000-0400-0000-5e347c2a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/dashboardtest\",\r\n \"name\": \"dashboardtest\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"21526e63-96d9-4bc8-bb20-921601f8cc5c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dashboardtest\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"dashboardtest\",\r\n \"createdDate\": \"2019-08-13T21:30:15.344Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000d245-0000-0400-0000-5e2b57600000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/brian-s-ppe-app\",\r\n \"name\": \"brian-s-ppe-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9c0f94a3-ceb9-48e8-8342-116ff47aa932\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Brian's PPE App\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"brian-s-ppe-app\",\r\n \"createdDate\": \"2020-06-16T22:21:54.108Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007903-0000-0400-0000-5ee946020000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-05-07-copy\",\r\n \"name\": \"custom-05-07-copy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d5894ce4-7b8b-4e7d-a7c9-1139e5513c3a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 05 07 Copy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-pnp-preview\"\r\n },\r\n \"subdomain\": \"custom-05-07-copy\",\r\n \"createdDate\": \"2020-06-11T13:36:45.294Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"879cba0d-a367-48d1-b2c9-8fefc2d7ecc6@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"05007a48-0000-0400-0000-5ee2336d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ss-water-1-31\",\r\n \"name\": \"ss-water-1-31\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4eb5221c-a33a-49dd-83a2-dc7d4c2134cc\",\r\n \"state\": \"created\",\r\n \"displayName\": \"ss-water-1-31\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"ss-water-1-31\",\r\n \"createdDate\": \"2020-01-31T19:58:52.443Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"06004e6b-0000-0400-0000-5e3486fc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/device-e2e-test-ppe\",\r\n \"name\": \"device-e2e-test-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2771b314-48e6-4c22-8b8e-917fd8c607cf\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Device e2e Test PPE\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"device-e2e-test-ppe\",\r\n \"createdDate\": \"2019-08-21T18:45:47.11Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00002546-0000-0400-0000-5e2b57a60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/dapattuz-multihub-bugbah\",\r\n \"name\": \"dapattuz-multihub-bugbah\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d66e2d4f-2b26-42ea-b7da-cbb1c0846a07\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Dapattuz Multihub Bugbah\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"multi-iothub-tenant\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"dapattuz-multihub-bugbah\",\r\n \"createdDate\": \"2020-06-18T17:41:50.501Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-hadr-test@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0d005c47-0000-0400-0000-5eeba75e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/moremaps\",\r\n \"name\": \"moremaps\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0367cdd3-6774-4b2c-bbad-781a56c64dc3\",\r\n \"state\": \"created\",\r\n \"displayName\": \"moremaps\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"moremaps\",\r\n \"createdDate\": \"2020-06-16T18:34:23.645Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"8a00077e-0000-0400-0000-5ee910af0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1te0xs3glcg\",\r\n \"name\": \"custom-1te0xs3glcg\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"710cf2b2-8812-4e63-ac3a-b503b7baf86e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"M3app_ppe_eastus\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-1te0xs3glcg\",\r\n \"createdDate\": \"2020-01-31T20:38:29.138Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200397a-0000-0400-0000-5e5dae7e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-contoso-18ikenfmrws\",\r\n \"name\": \"sample-contoso-18ikenfmrws\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"82fa9998-a73b-456a-94a7-995991ea3017\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Contoso 18ikenfmrwsghjkghjk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sample-contoso-18ikenfmrws\",\r\n \"createdDate\": \"2019-09-18T18:10:09.06Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000d445-0000-0400-0000-5e2b57600000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rodelga-ibiza-app-ppe\",\r\n \"name\": \"rodelga-ibiza-app-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fd82a119-1352-4717-ae0a-236636d19eca\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rodelga-ibiza-app-ppe\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rodelga-ibiza-app-ppe\",\r\n \"createdDate\": \"2020-06-23T19:09:53.221Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0900b37a-0000-0400-0000-5ef253810000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/paermini-multienrollment\",\r\n \"name\": \"paermini-multienrollment\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9e08d467-eec5-48cb-a3f6-d01c67199977\",\r\n \"state\": \"created\",\r\n \"displayName\": \"paermini-multienrollment\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"paermini-multienrollment\",\r\n \"createdDate\": \"2020-06-30T20:15:45.455Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"17006de5-0000-0400-0000-5efb9d710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1u0cg4tb05e\",\r\n \"name\": \"custom-1u0cg4tb05e\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"11a8059e-1b5d-4978-b9fc-0b90068d2649\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1u0cg4tb05e\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-1u0cg4tb05e\",\r\n \"createdDate\": \"2020-03-03T00:22:55.156Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"02002573-0000-0400-0000-5e5da35f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sandeepu-test\",\r\n \"name\": \"sandeepu-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"07f63cd3-f734-4b60-aa54-222e5ebac5cd\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sandeepu-test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sandeepu-test\",\r\n \"createdDate\": \"2019-10-21T17:16:38.809Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00002b46-0000-0400-0000-5e2b57a70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/provisioning-test-1594232114583-paid\",\r\n \"name\": \"provisioning-test-1594232114583-paid\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"156c2cea-dcb0-4c35-aeb0-13e987e68105\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"provisioning-test-1594232114583-paid\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"provisioning-test-1594232114583-paid\",\r\n \"createdDate\": \"2020-07-08T18:15:44.124Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"07001e7b-0000-0400-0000-5f060d500000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-waste-management-bsn81f5xzm\",\r\n \"name\": \"connected-waste-management-bsn81f5xzm\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ac6bd30f-06f0-4276-9df8-1cbb2f510d2b\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"9cd77f6c-73f0-403a-934d-018652a5f35b\",\r\n \"displayName\": \"Connected waste management bsn81f5xzm\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"connected-waste-management-bsn81f5xzm\",\r\n \"createdDate\": \"2020-07-08T02:49:16.777Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-waste@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01006975-0000-0400-0000-5f05342c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sdk-test-app-29695\",\r\n \"name\": \"sdk-test-app-29695\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a136b844-b45c-4dc2-9970-0a86e5cba1ff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sdk-test-app-29695\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"sdk-test-app-domain-29695\",\r\n \"createdDate\": \"2020-03-23T22:08:54.582Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000fb12-0000-0400-0000-5e7933760000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1ntkkhwm9pl\",\r\n \"name\": \"connected-logistics-1ntkkhwm9pl\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c547bdd8-401a-494d-9c65-5b2c22b8dca2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 1ntkkhwm9pl\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1ntkkhwm9pl\",\r\n \"createdDate\": \"2019-10-22T21:28:20.552Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003546-0000-0400-0000-5e2b57a70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/testing\",\r\n \"name\": \"testing\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d92b54a7-a169-4b83-bf59-1c1868d58f42\",\r\n \"state\": \"created\",\r\n \"displayName\": \"testing\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"testing\",\r\n \"createdDate\": \"2020-07-09T19:41:12.647Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"31000d7c-0000-0400-0000-5f0772d80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-5r1kevzkc8\",\r\n \"name\": \"custom-5r1kevzkc8\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0c73ed25-18c0-4d94-943e-8f675fbd555b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 5r1kevzkc8\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"custom-5r1kevzkc8\",\r\n \"createdDate\": \"2020-07-10T05:43:47.166Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"03002a77-0000-0400-0000-5f0800130000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1krod1q1fj6\",\r\n \"name\": \"custom-1krod1q1fj6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"28f573b9-9668-46e1-9b02-5f2dce764281\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1krod1q1fj6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-1krod1q1fj6\",\r\n \"createdDate\": \"2020-03-30T20:21:05.689Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"08002085-0000-0400-0000-5e8254b10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1wmqwegd2c3\",\r\n \"name\": \"custom-1wmqwegd2c3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d95a38e1-af16-4b48-951a-1d5881d80905\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1wmqwegd2c3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"custom-1wmqwegd2c3\",\r\n \"createdDate\": \"2019-10-24T23:45:10.654Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003b46-0000-0400-0000-5e2b57a80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-contoso-13u36w77ml3-83ca8b81\",\r\n \"name\": \"sample-contoso-13u36w77ml3-83ca8b81\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"abd2b64f-480a-4ecc-9ea0-0c45bfd96654\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Contoso 13u36w77ml3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sample-contoso-13u36w77ml3\",\r\n \"createdDate\": \"2019-02-08T06:37:15.105Z\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e004e16-0000-0400-0000-5e2b57790000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shmogala1\",\r\n \"name\": \"shmogala1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1cf58984-b928-498a-92be-8e749c00fb78\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shmogala1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"shmogala1\",\r\n \"createdDate\": \"2020-07-10T18:12:55.099Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006704-0000-0400-0000-5f08afa70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/edge-security-app\",\r\n \"name\": \"edge-security-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"604bef7f-0024-46d1-922c-228927280906\",\r\n \"state\": \"created\",\r\n \"displayName\": \"edge security app\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"edge-security-app\",\r\n \"createdDate\": \"2020-04-10T19:11:34.541Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2a00ced5-0000-0400-0000-5e90c4e60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-6csrhrm0x9\",\r\n \"name\": \"continuous-patient-monitoring-6csrhrm0x9\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3e4fc729-d213-43a6-8e8a-7aaf5761ef8d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring 6csrhrm0x9\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-6csrhrm0x9\",\r\n \"createdDate\": \"2019-10-26T01:27:59.278Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003c46-0000-0400-0000-5e2b57a80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iot-central-xp1n30885j\",\r\n \"name\": \"iot-central-xp1n30885j\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ccde0038-0508-4584-a969-1e999e218dd5\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IoT Central xp1n30885j\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"iot-central-xp1n30885j\",\r\n \"createdDate\": \"2019-03-11T23:10:53.86Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000eb04-0000-0400-0000-5e2b57b10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/plug-and-play-1x97q3t6f59\",\r\n \"name\": \"plug-and-play-1x97q3t6f59\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e3406714-4763-42f3-ac79-bc9e91d25f07\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Plug and Play 1x97q3t6f59\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"plug-and-play-1x97q3t6f59\",\r\n \"createdDate\": \"2019-07-24T22:07:52.189Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00e30c-0000-0400-0000-5e2b575d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rachau-1\",\r\n \"name\": \"rachau-1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2d2f71fb-ff2d-48a7-9e6c-5626c7138151\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rachau-1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rachau-1\",\r\n \"createdDate\": \"2020-05-06T17:02:56.927Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"04009686-0000-0400-0000-5eb2edc00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-2f5empxqhp8\",\r\n \"name\": \"continuous-patient-monitoring-2f5empxqhp8\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1bf218e2-a65d-4131-b1e7-27c47a55b3a8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring 2f5empxqhp8\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-2f5empxqhp8\",\r\n \"createdDate\": \"2019-10-30T19:16:29.832Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004346-0000-0400-0000-5e2b57a90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iot-central-9j38i7hk3b\",\r\n \"name\": \"iot-central-9j38i7hk3b\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2817422e-c227-41f3-a860-f88d06159bc8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IoT Central 9j38i7hk3b\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"iot-central-9j38i7hk3b\",\r\n \"createdDate\": \"2019-03-27T21:53:09.885Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ec04-0000-0400-0000-5e2b57b10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/plug-and-play-un0p9q1n7d\",\r\n \"name\": \"plug-and-play-un0p9q1n7d\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ad307510-9171-4480-b59b-a92e4f05614a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Plug and Play un0p9q1n7d\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"plug-and-play-un0p9q1n7d\",\r\n \"createdDate\": \"2019-07-26T00:14:33.259Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00ef0c-0000-0400-0000-5e2b575e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rahul-alias-test-clthomps\",\r\n \"name\": \"rahul-alias-test-clthomps\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8aafd74e-c395-451d-a209-44e2f08537a1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rahul alias test clthomps\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rahul-alias-test-clthomps\",\r\n \"createdDate\": \"2020-05-07T17:16:43.451Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"06000cec-0000-0400-0000-5eb4427b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-new-smart-inventory-management\",\r\n \"name\": \"wed-new-smart-inventory-management\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4e5d1c08-7572-42af-b787-0524c55f7308\",\r\n \"state\": \"created\",\r\n \"displayName\": \"wed new Smart inventory management\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-new-smart-inventory-management\",\r\n \"createdDate\": \"2019-10-30T20:26:25.322Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004d46-0000-0400-0000-5e2b57aa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/plug-and-play-14mnwygwphx\",\r\n \"name\": \"plug-and-play-14mnwygwphx\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4dcbef3a-5e1d-476a-a848-9dfdd27f1f9b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Plug and Play 14mnwygwphx\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"plug-and-play-14mnwygwphx\",\r\n \"createdDate\": \"2019-07-24T22:31:02.807Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000de04-0000-0400-0000-5e2b57610000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/aziotmon-test\",\r\n \"name\": \"aziotmon-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"463e4d75-34ec-4047-88b7-10ff67a78beb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"aziotmon-test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"aziotmon-test\",\r\n \"createdDate\": \"2019-08-02T17:42:06.502Z\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00fa0c-0000-0400-0000-5e2b575e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/testapp\",\r\n \"name\": \"testapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"306d0a1c-6c1b-4dbd-96b2-86fb5a113d66\",\r\n \"state\": \"created\",\r\n \"displayName\": \"testApp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"testapp\",\r\n \"createdDate\": \"2020-05-13T20:32:40.133Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"02001a29-0000-0400-0000-5ebc59680000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---checkout-1fb4n7oc6ed\",\r\n \"name\": \"in-store-analytics---checkout-1fb4n7oc6ed\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"87180583-be77-4b54-aa40-d4333d3a6afe\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - checkout 1fb4n7oc6ed\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---checkout-1fb4n7oc6ed\",\r\n \"createdDate\": \"2019-10-30T23:57:35.303Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005146-0000-0400-0000-5e2b57ab0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smutpnptemplate001\",\r\n \"name\": \"smutpnptemplate001\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"80a5df10-83dc-46a6-adab-391500e06a45\",\r\n \"state\": \"created\",\r\n \"displayName\": \"smutpnptemplate001\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"smutpnptemplate001\",\r\n \"createdDate\": \"2019-10-17T17:11:08.185Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f004-0000-0400-0000-5e2b57b20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/condition-monitor-powerbi\",\r\n \"name\": \"condition-monitor-powerbi\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e882b668-5966-4ee4-a1a2-7a458e00bbff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Condition Monitor PowerBI\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"condition-monitor-powerbi\",\r\n \"createdDate\": \"2019-10-13T08:02:39.255Z\",\r\n \"template\": \"3b5c7a5d-10ab-497c-b5d8-8ee6dce15152@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e009b16-0000-0400-0000-5e2b577a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/baron-test-app-3\",\r\n \"name\": \"baron-test-app-3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fb1012b5-dc22-495e-b107-0093d135549d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"baron-test-app-3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"baron-test-app-3\",\r\n \"createdDate\": \"2020-05-19T19:15:33.955Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"28004044-0000-0400-0000-5ec430550000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-2nd-water-consumption-monitoring-4k4y7n30q7\",\r\n \"name\": \"wed-2nd-water-consumption-monitoring-4k4y7n30q7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3ffb2aed-3021-4ae4-b315-5dc84ca51a21\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Wed 2nd Water consumption monitoring 4k4y7n30q7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-2nd-water-consumption-monitoring-4k4y7n30q7\",\r\n \"createdDate\": \"2019-10-31T00:07:10.487Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-consumption@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005646-0000-0400-0000-5e2b57ac0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics-1023\",\r\n \"name\": \"in-store-analytics-1023\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a953d234-c1c0-4b55-9bc8-1e75d648b7f9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - 1023Cory\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics-1023\",\r\n \"createdDate\": \"2019-10-24T06:41:52.508Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f104-0000-0400-0000-5e2b57b30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/tsi\",\r\n \"name\": \"tsi\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fabf8c83-f74b-40e3-b044-61f55dd7bd65\",\r\n \"state\": \"created\",\r\n \"displayName\": \"tsi\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"tsi\",\r\n \"createdDate\": \"2019-10-25T00:28:24.547Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00e716-0000-0400-0000-5e2b577b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/baron-test-app-4\",\r\n \"name\": \"baron-test-app-4\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"68a6e6aa-97dc-4094-9cdd-eadaf58baab7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"baron-test-app-4\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"baron-test-app-4\",\r\n \"createdDate\": \"2020-05-19T19:16:01.237Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"28000745-0000-0400-0000-5ec430710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---checkout-dfqyba8bau\",\r\n \"name\": \"in-store-analytics---checkout-dfqyba8bau\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fe6dbfef-cc5c-4daf-bc51-c7794700190f\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - checkout dfqyba8bau\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---checkout-dfqyba8bau\",\r\n \"createdDate\": \"2019-10-31T01:55:19.82Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005c46-0000-0400-0000-5e2b57ad0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sun-digital-distribution-center\",\r\n \"name\": \"sun-digital-distribution-center\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"26357c4d-94c9-4ea9-964d-ea5d2c428b3d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sun-Digital distribution center\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sun-digital-distribution-center\",\r\n \"createdDate\": \"2019-10-27T07:53:05.517Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f304-0000-0400-0000-5e2b57b30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-m8ikjbplov\",\r\n \"name\": \"connected-logistics-m8ikjbplov\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"31e46c76-b4b0-48b4-ad21-cefa2a6072b9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics m8ikjbplov\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-m8ikjbplov\",\r\n \"createdDate\": \"2019-10-26T01:13:19.201Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e001717-0000-0400-0000-5e2b577c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-rqvzcefsnk\",\r\n \"name\": \"continuous-patient-monitoring-rqvzcefsnk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d9de04b8-c1d9-4116-8281-e7cc11e54424\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring rqvzcefsnk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-rqvzcefsnk\",\r\n \"createdDate\": \"2020-05-27T18:26:30.928Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"06005f8b-0000-0400-0000-5eceb0d60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1yj3qksmagl\",\r\n \"name\": \"custom-1yj3qksmagl\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8cea7161-8a7f-4897-be45-94ccf4991d1e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1yj3qksmagl\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-1yj3qksmagl\",\r\n \"createdDate\": \"2019-11-05T23:13:23.581Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006246-0000-0400-0000-5e2b57ae0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-156xx5jsemc\",\r\n \"name\": \"custom-156xx5jsemc\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"53ad031a-b947-41ae-8ef2-fa9c48fd006a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Other\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-156xx5jsemc\",\r\n \"createdDate\": \"2019-10-29T20:04:50.321Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f404-0000-0400-0000-5e2b57b30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-inventory-management-6fhqmo4wjb\",\r\n \"name\": \"smart-inventory-management-6fhqmo4wjb\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ca5543ef-bde7-48a1-b8b2-2f030aa9ce83\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart inventory management 6fhqmo4wjb\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-inventory-management-6fhqmo4wjb\",\r\n \"createdDate\": \"2019-10-26T01:15:56.185Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e002b17-0000-0400-0000-5e2b577c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-u4179oycmv\",\r\n \"name\": \"custom-u4179oycmv\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"37fe12f8-8f39-4a53-bfb4-d77c15089eff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom u4179oycmv\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-u4179oycmv\",\r\n \"createdDate\": \"2020-06-03T16:12:11.617Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"430048c9-0000-0400-0000-5ed7cbdb0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1up4qysovfc\",\r\n \"name\": \"custom-1up4qysovfc\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"229a1385-3471-47a1-bcbc-21b9231c0e5d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"desmond's playground\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"playground\",\r\n \"createdDate\": \"2019-11-12T21:42:54.744Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"2b7eba78-56b0-413f-acfc-2e12560dace9\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006346-0000-0400-0000-5e2b57ae0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/testing-custom-app\",\r\n \"name\": \"testing-custom-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e89dca32-7ee7-458b-bd52-5d25fc613e4c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Testing custom app\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"testing-custom-app\",\r\n \"createdDate\": \"2019-10-30T19:01:59.29Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f504-0000-0400-0000-5e2b57b40000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-2mydm9wjqlq\",\r\n \"name\": \"digital-distribution-center-2mydm9wjqlq\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9a6166dc-5ae8-4cb9-bbe6-10a55abe5f65\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 2mydm9wjqlq\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-2mydm9wjqlq\",\r\n \"createdDate\": \"2019-10-30T19:38:30.292Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00ad17-0000-0400-0000-5e2b577d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ianholl1024\",\r\n \"name\": \"ianholl1024\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d6a0f2d0-d82b-46b0-aee1-d253560d6c15\",\r\n \"state\": \"created\",\r\n \"displayName\": \"ianholl1024\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"ianholl1024\",\r\n \"createdDate\": \"2020-06-11T17:49:39.982Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a22e-0000-0400-0000-5ee26eb40000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2nznn6sz5lq\",\r\n \"name\": \"custom-2nznn6sz5lq\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"767180fc-ba9d-48b5-b7e9-f2f1ba676679\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2nznn6sz5lq\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-2nznn6sz5lq\",\r\n \"createdDate\": \"2019-12-04T00:14:32.974Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006546-0000-0400-0000-5e2b57af0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-2oc2m4q9b8q\",\r\n \"name\": \"connected-logistics-2oc2m4q9b8q\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"25a0b3d6-06c5-4d63-a2d6-24052ca372ce\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 2oc2m4q9b8q\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-2oc2m4q9b8q\",\r\n \"createdDate\": \"2019-10-30T19:37:38.136Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f704-0000-0400-0000-5e2b57b40000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/edge-wed-connected-waste-management-1nu1e3elbeq\",\r\n \"name\": \"edge-wed-connected-waste-management-1nu1e3elbeq\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"514f956c-550d-4a58-b6e0-09388c3c7dbb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Edge Wed Connected waste management 1nu1e3elbeq\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"edge-wed-connected-waste-management-1nu1e3elbeq\",\r\n \"createdDate\": \"2019-10-31T00:29:09.464Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-waste@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00f917-0000-0400-0000-5e2b577e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ux-e2e-m3\",\r\n \"name\": \"ux-e2e-m3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1bdd0fff-ec52-475e-ad31-bd4ea12249a8\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"d57e7ca1-c2d4-4784-a3ff-ee3993e3525d\",\r\n \"displayName\": \"ux-e2e-m3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"ux-e2e-m3\",\r\n \"createdDate\": \"2020-06-12T23:24:27.83Z\",\r\n \"template\": \"iotc-e2e-m3-ux@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01007f41-0000-0400-0000-5ee6ecad0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-2mjpjesr91e\",\r\n \"name\": \"connected-logistics-2mjpjesr91e\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5a3c6687-ddf2-410b-be25-67165d85a4a6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 2mjpjesr91e\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-2mjpjesr91e\",\r\n \"createdDate\": \"2019-12-18T23:47:19.595Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006746-0000-0400-0000-5e2b57af0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/cory\",\r\n \"name\": \"cory\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f9419c8e-e61d-4450-8f6f-3a9e83dc90b9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"CoryPNP_Custom 1auo6sqh6cm\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"cory\",\r\n \"createdDate\": \"2019-10-30T20:38:39.711Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f904-0000-0400-0000-5e2b57b50000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sm0030\",\r\n \"name\": \"sm0030\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"086b6920-ae4e-4464-9ed7-55107cf8a4be\",\r\n \"state\": \"created\",\r\n \"displayName\": \"SM0030\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sm0030\",\r\n \"createdDate\": \"2019-10-31T06:02:25.626Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e001118-0000-0400-0000-5e2b577f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-app-copy-feature-copy\",\r\n \"name\": \"test-app-copy-feature-copy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"71e7f322-2310-4beb-8bb6-e23c5a070efe\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"f2dbec64-be5a-4973-92ca-b878ed507337\",\r\n \"displayName\": \"test-app-copy-feature Copy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-e2e-m3-ux\"\r\n },\r\n \"subdomain\": \"test-app-copy-feature-copy\",\r\n \"createdDate\": \"2020-06-15T17:33:34.219Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"f84a5db2-8e4f-44c7-af5f-009f4812453b@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"010068b0-0000-0400-0000-5ee7b0ee0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-106csjosh66\",\r\n \"name\": \"connected-logistics-106csjosh66\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"69a4d777-a822-47d0-8da8-484c70a4b9b7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 106csjosh66\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-106csjosh66\",\r\n \"createdDate\": \"2020-02-01T19:05:50.01Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0100552c-0000-0400-0000-5e35cc0e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-consumption-monitoring-29w1b579fgu\",\r\n \"name\": \"water-consumption-monitoring-29w1b579fgu\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d9ff954b-94b8-4349-bacd-7ec04ea0a16d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Water consumption monitoring 29w1b579fgu\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"water-consumption-monitoring-29w1b579fgu\",\r\n \"createdDate\": \"2019-10-31T00:01:22.908Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-consumption@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000fb04-0000-0400-0000-5e2b57b50000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-1k6ohrldfy9\",\r\n \"name\": \"in-store-analytics---condition-monitoring-1k6ohrldfy9\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f3dc9d6b-8b53-45d4-9a78-080d48e39440\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring 1k6ohrldfy9\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-1k6ohrldfy9\",\r\n \"createdDate\": \"2019-12-12T19:55:58.523Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e004218-0000-0400-0000-5e2b577f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-1phhb6opxq0\",\r\n \"name\": \"smart-meter-monitoring-1phhb6opxq0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"94c341c1-9cc0-4d73-9c93-8b472246ef96\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"6f44c82b-5e72-49a3-bbe0-3ef4006e9380\",\r\n \"displayName\": \"Smart meter monitoring 1phhb6opxq0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-1phhb6opxq0\",\r\n \"createdDate\": \"2020-06-26T01:38:29.252Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01002378-0000-0400-0000-5ef551950000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/vn226-644pmcustom-28als5oljc0\",\r\n \"name\": \"vn226-644pmcustom-28als5oljc0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"275a80f7-2ae6-4a48-a2c7-9cc3f54a0513\",\r\n \"state\": \"created\",\r\n \"displayName\": \"vn226_644pmCustom 28als5oljc0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"vn226-644pmcustom-28als5oljc0\",\r\n \"createdDate\": \"2020-02-27T02:44:59.979Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"0800f267-0000-0400-0000-5e572d2c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/solar-panel-monitoring-1oz7wfotq7x\",\r\n \"name\": \"solar-panel-monitoring-1oz7wfotq7x\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2ad40fcf-9dd0-43aa-8eae-fd3d9f52ecd4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Solar panel monitoring 1oz7wfotq7x\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"solar-panel-monitoring-1oz7wfotq7x\",\r\n \"createdDate\": \"2019-10-31T00:02:16.687Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000fc04-0000-0400-0000-5e2b57b60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-ygye09rsgb\",\r\n \"name\": \"connected-logistics-ygye09rsgb\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"65537adc-93c5-437e-ab78-3cb50d694317\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics ygye09rsgb\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-ygye09rsgb\",\r\n \"createdDate\": \"2020-01-15T20:38:36.992Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00a718-0000-0400-0000-5e2b57800000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/provisioning-test-1593800104543-paid\",\r\n \"name\": \"provisioning-test-1593800104543-paid\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6cfeb1a2-42f4-41b1-9899-e53a6e7e1c09\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"provisioning-test-1593800104543-paid\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"provisioning-test-1593800104543-paid\",\r\n \"createdDate\": \"2020-07-03T18:15:28.529Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0a0054b7-0000-0400-0000-5eff75c00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/new-app-on-new-stamp\",\r\n \"name\": \"new-app-on-new-stamp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"caeed2a2-185f-419d-b070-b0be3e2d1a7b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"new app on new stamp westeurope\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"new-app-on-new-stamp\",\r\n \"createdDate\": \"2020-04-10T22:00:39.755Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1400a69a-0000-0400-0000-5e90ee6a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-2jwqzvai6bg\",\r\n \"name\": \"digital-distribution-center-2jwqzvai6bg\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"eb8dd642-6ab9-4635-93f4-40e3c760341c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 2jwqzvai6bg\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-2jwqzvai6bg\",\r\n \"createdDate\": \"2019-11-07T21:15:25.878Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00000105-0000-0400-0000-5e2b57b70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1komtvdplwy\",\r\n \"name\": \"custom-1komtvdplwy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7800f228-b1b7-49a6-9d44-01876f1a08be\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1komtvdplwy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-1komtvdplwy\",\r\n \"createdDate\": \"2020-01-16T21:09:31.459Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e00250d-0000-0400-0000-5e2b575e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rrao-test-vw\",\r\n \"name\": \"rrao-test-vw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"be5b1b24-f6c8-4232-8d81-7ba9055529ec\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rrao-test-vw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"rrao-test-vw\",\r\n \"createdDate\": \"2020-07-08T16:12:49.992Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"15008c54-0000-0400-0000-5f05f0820000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-29zzmhf9uu3\",\r\n \"name\": \"custom-29zzmhf9uu3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"54b42cef-717d-4c16-a891-ed024038adcc\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 29zzmhf9uu3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-29zzmhf9uu3\",\r\n \"createdDate\": \"2020-04-15T21:48:53.422Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0f00a735-0000-0400-0000-5e9781450000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1y73bp0djdd\",\r\n \"name\": \"custom-1y73bp0djdd\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"62116f82-2470-4d61-88f0-5a54d096a1c1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1y73bp0djdd\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-1y73bp0djdd\",\r\n \"createdDate\": \"2019-11-09T02:30:21.266Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e304-0000-0400-0000-5e2b57610000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/pnp-31-jan\",\r\n \"name\": \"pnp-31-jan\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8238b5bf-2d11-42fa-a65d-06e716e098eb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"PnP 31 Jan\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"pnp-31-jan\",\r\n \"createdDate\": \"2020-02-01T00:01:21.55Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000191e-0000-0400-0000-5e34bfd10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1gp37tcx3c3\",\r\n \"name\": \"connected-logistics-1gp37tcx3c3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f26fed28-972f-414e-83b7-7c6a1f58b0d0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 1gp37tcx3c3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1gp37tcx3c3\",\r\n \"createdDate\": \"2020-04-29T17:39:54.039Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2a00f65c-0000-0400-0000-5ea9bbea0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-wqtawzf7go\",\r\n \"name\": \"custom-wqtawzf7go\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3d7c7d36-fcf5-47e3-aae0-a997bbc3f975\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom wqtawzf7go\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-wqtawzf7go\",\r\n \"createdDate\": \"2019-11-21T23:15:54.521Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-devkit@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000e404-0000-0400-0000-5e2b57610000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/vn226-650pmcustom-ypnq27l9s\",\r\n \"name\": \"vn226-650pmcustom-ypnq27l9s\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"17410ed4-a881-46da-8a2d-0560846e3f43\",\r\n \"state\": \"created\",\r\n \"displayName\": \"vn226_650pmCustom ypnq27l9s\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"vn226-650pmcustom-ypnq27l9s\",\r\n \"createdDate\": \"2020-02-27T02:50:17.726Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ad12-0000-0400-0000-5e572e690000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shakha02\",\r\n \"name\": \"shakha02\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5589c644-249d-4727-9628-cf9373719cdf\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shakha02\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"multi-iothub-tenant\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"shakha02\",\r\n \"createdDate\": \"2020-05-06T16:56:22.737Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-hadr-test@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0500ff17-0000-0400-0000-5eb2ec360000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-ug8nvdtxiw-st1\",\r\n \"name\": \"custom-ug8nvdtxiw-st1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f560715d-254c-4dd3-96f4-d5935a7516d6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom ug8nvdtxiw ST1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-ug8nvdtxiw-st1\",\r\n \"createdDate\": \"2020-01-06T22:36:37.231Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1100935b-0000-0400-0000-5e13b7eb0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/app-old-stamp-version\",\r\n \"name\": \"app-old-stamp-version\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"926fcd47-68a2-49ac-9ff8-481e5826ddda\",\r\n \"state\": \"created\",\r\n \"displayName\": \"app_old_stamp_version\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"app-old-stamp-version\",\r\n \"createdDate\": \"2020-04-10T20:44:34.278Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"8301fd82-0000-0400-0000-5e90dab20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-rachau-1\",\r\n \"name\": \"test-rachau-1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d0b4c17d-95a9-4513-a1b9-fde5fc3d09b6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-rachau-1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"test-rachau-1\",\r\n \"createdDate\": \"2020-05-13T01:26:12.102Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"33005dae-0000-0400-0000-5ebb4cb20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/elmoraltestapp\",\r\n \"name\": \"elmoraltestapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1864c311-d5c5-448f-9537-284eeb438524\",\r\n \"state\": \"created\",\r\n \"displayName\": \"elmoralTestApp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"elmoraltestapp\",\r\n \"createdDate\": \"2020-01-15T18:47:59.007Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00000605-0000-0400-0000-5e2b57b80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/old-app-westeurope\",\r\n \"name\": \"old-app-westeurope\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2070086c-7e9c-4b8b-b9cf-7a813b00ad8f\",\r\n \"state\": \"created\",\r\n \"displayName\": \"old-app-westeurope\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"old-app-westeurope\",\r\n \"createdDate\": \"2020-04-10T21:41:24.585Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"8401c77e-0000-0400-0000-5e90e8040000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/baron-test-app-5\",\r\n \"name\": \"baron-test-app-5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"585e3dc0-a6c7-4307-bb34-b7135c5422d8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"baron-test-app-5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"baron-test-app-5\",\r\n \"createdDate\": \"2020-05-19T19:16:10.034Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"000032a8-0000-0400-0000-5ec4307a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rachau-cli-test-m3\",\r\n \"name\": \"rachau-cli-test-m3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"14d15635-e603-4432-a42c-dc58be6d33da\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rachau-cli-test-m3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"rachau-cli-test-m3\",\r\n \"createdDate\": \"2020-01-15T23:41:40.494Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00000805-0000-0400-0000-5e2b57b90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-roles-export-test-clthomps\",\r\n \"name\": \"custom-roles-export-test-clthomps\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"cd209676-0cbb-48c0-9ebe-a8ccca5a3fee\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"639eb345-8b1f-4f9f-824a-d720f3dd871f\",\r\n \"displayName\": \"custom roles export test clthomps\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-inventory\"\r\n },\r\n \"subdomain\": \"custom-roles-export-test-clthomps\",\r\n \"createdDate\": \"2020-04-10T23:02:52.008Z\",\r\n \"geography\": \"unitedstates\",\r\n \"isPrimary\": true,\r\n \"organizationId\": \"64cb60db-2863-4371-81b8-b2529a4209cb\",\r\n \"template\": \"20def532-8f5e-4351-be4f-23a486f7cb36@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"c10018e6-0000-0400-0000-5e94f1240000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/export-europe\",\r\n \"name\": \"export-europe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"81b01583-6128-4dd2-9a57-068a6c13be66\",\r\n \"state\": \"created\",\r\n \"displayName\": \"export europe\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"export-europe\",\r\n \"createdDate\": \"2020-05-21T00:07:51.536Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"000049d8-0000-0400-0000-5ec5c6570000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1iu1h0h8z3d\",\r\n \"name\": \"custom-1iu1h0h8z3d\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e9b6f262-3e61-4399-92b6-4064ff5d3c18\",\r\n \"state\": \"created\",\r\n \"displayName\": \"M2app_ppe_eastus\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-1iu1h0h8z3d\",\r\n \"createdDate\": \"2020-02-21T00:46:35.886Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0400b75f-0000-0400-0000-5e5dae8b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sdk-test-app-22037\",\r\n \"name\": \"sdk-test-app-22037\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"339785f0-6ced-4cc8-b120-641c0dd80b29\",\r\n \"state\": \"created\",\r\n \"displayName\": \"updated-sdk-test-app-22037\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"updated-sdk-test-domain-22037\",\r\n \"createdDate\": \"2020-04-19T23:03:14.567Z\",\r\n \"geography\": \"unitedstates\",\r\n \"lastUpdated\": \"2020-04-19T23:03:53.589Z\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00009603-0000-0400-0000-5e9cd8d90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2cn3ibi5dv0\",\r\n \"name\": \"custom-2cn3ibi5dv0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"10328c47-5aab-43c6-bc4c-7d7c474d6d69\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2cn3ibi5dv0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"custom-2cn3ibi5dv0\",\r\n \"createdDate\": \"2020-05-26T21:57:32.119Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0100fdfd-0000-0400-0000-5ecd90cc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/jobelandtest2\",\r\n \"name\": \"jobelandtest2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"716bcaec-88d6-4138-a039-994a8d95ef60\",\r\n \"state\": \"created\",\r\n \"displayName\": \"jobelandtest2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"jobelandtest2\",\r\n \"createdDate\": \"2020-02-27T18:36:26.048Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e008a3b-0000-0400-0000-5e580c2a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-1jm73t054ww\",\r\n \"name\": \"digital-distribution-center-1jm73t054ww\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"abc5fc40-4c21-4f78-bd72-893b0e46820c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 1jm73t054ww\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-1jm73t054ww\",\r\n \"createdDate\": \"2020-04-28T19:53:49.695Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007b13-0000-0400-0000-5ea889cd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/diagnostic-exp\",\r\n \"name\": \"diagnostic-exp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c914b8c9-360a-4cbb-a98c-c8556adb4ebb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"diagnostic-exp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"diagnostic-exp\",\r\n \"createdDate\": \"2020-06-02T17:55:49.278Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1100c3ba-0000-0400-0000-5ed692a50000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-g7et38ya75\",\r\n \"name\": \"custom-g7et38ya75\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3dab5be3-7e34-4ca4-9baf-5ddcbc8557d9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom g7et38ya75\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"multi-iothub-tenant\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-g7et38ya75\",\r\n \"createdDate\": \"2020-03-19T05:00:20.201Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-hadr-test@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"3203f5ca-0000-0400-0000-5e72fc640000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-3\",\r\n \"name\": \"sphere-test-3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b363613b-0805-41f1-85e9-bdc03759a5ba\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sphere-test-3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-3\",\r\n \"createdDate\": \"2020-05-04T16:15:17.86Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"3700ca6a-0000-0400-0000-5eb03f950000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/user-app-ppe\",\r\n \"name\": \"user-app-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a295c8b4-3020-4d46-b557-e7c667516da6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"user-app-ppe\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"user-app-ppe\",\r\n \"createdDate\": \"2020-06-03T18:59:55.534Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1600d359-0000-0400-0000-5ed7f32b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-20200409\",\r\n \"name\": \"connected-logistics-20200409\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"applicationId\": \"80745284-46bb-419c-acec-131a64132b6a\",\r\n \"displayName\": \"Connected logistics 20200409\",\r\n \"subdomain\": \"connected-logistics-20200409\",\r\n \"createdDate\": \"2020-04-09T22:22:04.984Z\",\r\n \"state\": \"created\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"quota\": {},\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0800f9bb-0000-0400-0000-5ef3a0a70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-5\",\r\n \"name\": \"sphere-test-5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4b34a10f-60a8-421c-8984-c4cca34c0f13\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sphere-test-5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-5\",\r\n \"createdDate\": \"2020-05-04T16:17:46.859Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"37007488-0000-0400-0000-5eb0402a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-20200610\",\r\n \"name\": \"connected-logistics-20200610\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"properties\": {\r\n \"applicationId\": \"92ad3540-c633-4521-b867-36dc7957b8fc\",\r\n \"displayName\": \"Connected logistics 20200610\",\r\n \"subdomain\": \"connected-logistics-20200610\",\r\n \"createdDate\": \"2020-06-10T20:09:35.947Z\",\r\n \"state\": \"created\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"quota\": {},\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0600bb47-0000-0400-0000-5ef3a0c70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2how816tkts\",\r\n \"name\": \"custom-2how816tkts\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a2f43782-d982-4d60-8f78-f54ab745ef73\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2how816tkts\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-pnp-preview\"\r\n },\r\n \"subdomain\": \"custom-2how816tkts\",\r\n \"createdDate\": \"2020-04-10T22:06:04.741Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"45ba930b-df44-47ed-a944-f5afdb3b24bd@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"3601388e-0000-0400-0000-5e90edcc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-7\",\r\n \"name\": \"sphere-test-7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6aafa2d6-0fba-424d-98aa-16dd26f74a2b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sphere-test-7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-7\",\r\n \"createdDate\": \"2020-05-04T16:19:53.47Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"3700f79f-0000-0400-0000-5eb040a90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/convert-free-to-paid-app1593625600725\",\r\n \"name\": \"convert-free-to-paid-app1593625600725\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b89ae17c-d031-42d3-9765-4c1fa9071de2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"convert-free-to-paid-app1593625600725\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"convert-free-to-paid-app1593625600725\",\r\n \"createdDate\": \"2020-07-01T17:47:01.271Z\",\r\n \"lastUpdated\": \"2020-07-01T17:47:24.968Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0f009b53-0000-0400-0000-5efccc2c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/vn430-830am-connected-logistics-3bes53fbya\",\r\n \"name\": \"vn430-830am-connected-logistics-3bes53fbya\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8becc447-812e-4edd-989c-d9f4492638dc\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"vn430_830am_Connected logistics 3bes53fbya\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"vn430-830am-connected-logistics-3bes53fbya\",\r\n \"createdDate\": \"2020-04-13T15:30:55.395Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"9101a3d1-0000-0400-0000-5e9485af0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-chu5tl8wz7\",\r\n \"name\": \"custom-chu5tl8wz7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"45049ac1-3120-491c-8870-49b184074560\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom chu5tl8wz7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-chu5tl8wz7\",\r\n \"createdDate\": \"2020-05-05T22:20:50.958Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"880021c4-0000-0400-0000-5eb1e6c20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/valuewrap-test1m3\",\r\n \"name\": \"valuewrap-test1m3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"98d28bab-3268-46bb-b469-e4477761c821\",\r\n \"state\": \"created\",\r\n \"displayName\": \"valuewrap-test1m3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"valuewrap-test1m3\",\r\n \"createdDate\": \"2020-07-08T16:43:45.41Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"0800a757-0000-0400-0000-5f05f7c10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-47dlst80b7\",\r\n \"name\": \"smart-meter-monitoring-47dlst80b7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1dbfff6f-3ff4-40dc-8a65-fca75cd1fa18\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"6f44c82b-5e72-49a3-bbe0-3ef4006e9380\",\r\n \"displayName\": \"Smart meter monitoring 47dlst80b7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-47dlst80b7\",\r\n \"createdDate\": \"2020-04-15T20:17:30.193Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"6d00ab54-0000-0400-0000-5e976bda0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/thricci-test-app\",\r\n \"name\": \"thricci-test-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"09ca2c2b-909c-4892-84d6-1f708668798c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Thricci test app\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"thricci-test-app\",\r\n \"createdDate\": \"2020-05-12T01:10:38.733Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"04003a99-0000-0400-0000-5eb9f78e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/indoormaps-chengch\",\r\n \"name\": \"indoormaps-chengch\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c3f447d7-9a4c-497b-ae2c-a0073f0add8b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Indoormaps chengch\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"indoormaps-chengch\",\r\n \"createdDate\": \"2020-07-09T20:35:20.233Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"3e0059bf-0000-0400-0000-5f077f880000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/m3-user-test-app-eastus\",\r\n \"name\": \"m3-user-test-app-eastus\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fa0ce1c2-4d17-4743-9d16-bc3ee58dd5a4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"m3-user-test-app-eastus\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"m3-user-test-app-eastus\",\r\n \"createdDate\": \"2020-06-01T08:05:03.139Z\",\r\n \"template\": \"iotc-e2e-m3-ux@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1d00d750-0000-0400-0000-5ed4b6af0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1ipwz0zytfr\",\r\n \"name\": \"custom-1ipwz0zytfr\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1a7e8bb6-a5c5-4452-b904-ce42b7f2f577\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1ipwz0zytfr\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-1ipwz0zytfr\",\r\n \"createdDate\": \"2020-05-12T18:53:39.498Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0500fbc8-0000-0400-0000-5ebaf0b30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sample-devkits-bmx4na0wrp\",\r\n \"name\": \"sample-devkits-bmx4na0wrp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b78fc6ed-cb24-4d0c-ba46-b95fae345914\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sample Devkits bmx4na0wrp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sample-devkits-bmx4na0wrp\",\r\n \"createdDate\": \"2019-08-14T21:02:34.737Z\",\r\n \"template\": \"iotc-devkit-sample@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003206-0000-0400-0000-5e2b57600000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-1o1gszbjy6k\",\r\n \"name\": \"continuous-patient-monitoring-1o1gszbjy6k\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8cc92eca-e4cb-4f17-9283-2019d713831c\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"fe012763-1d74-4320-8687-07f16f40ed7e\",\r\n \"displayName\": \"Continuous patient monitoring 1o1gszbjy6k\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-1o1gszbjy6k\",\r\n \"createdDate\": \"2020-06-05T17:20:41.771Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"020082ff-0000-0400-0000-5eda7ee90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-13gqnm8gxox\",\r\n \"name\": \"continuous-patient-monitoring-13gqnm8gxox\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2736592e-6770-48e2-957a-cb5e6cc80c8e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring 13gqnm8gxox\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-13gqnm8gxox\",\r\n \"createdDate\": \"2020-05-27T01:06:04.848Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ba7b-0000-0400-0000-5ecdbcfc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-17qf65ivan0\",\r\n \"name\": \"continuous-patient-monitoring-17qf65ivan0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a6493b63-6f31-4b7e-97c2-cc512822d8c8\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring - 1021\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-1021\",\r\n \"createdDate\": \"2019-10-18T02:03:49.321Z\",\r\n \"thumbnailUrl\": \"56247052-93db-4947-b4f4-b2d4c9c90744\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003906-0000-0400-0000-5e2b57940000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/elmoraltestapp6\",\r\n \"name\": \"elmoraltestapp6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"aff0c71a-4128-42bd-b6be-cee23dfed5c6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"elmoraltestapp6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"elmoraltestapp6\",\r\n \"createdDate\": \"2020-06-10T21:29:31.948Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1600a5e2-0000-0400-0000-5ee150bc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/raibowdash-hadr-test\",\r\n \"name\": \"raibowdash-hadr-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a55bdb03-547a-4900-87f2-4e67fbe8fc33\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"6d9fc50c-f97c-407f-b79f-0988a2928572\",\r\n \"displayName\": \"RAIBOWDASH HADR TEST\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-logistics\",\r\n \"multi-iothub-tenant\": true\r\n },\r\n \"subdomain\": \"raibowdash-hadr-test\",\r\n \"createdDate\": \"2020-06-09T18:15:53.556Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"0a129593-ab3e-4a83-90c3-775b8e318ea0@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0400e0be-0000-0400-0000-5edfd4540000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ignite---checkout---solution\",\r\n \"name\": \"ignite---checkout---solution\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"df366031-9bb5-4ee4-97cf-acc6cf01583c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Ignite - Checkout - Solution\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"ignite---checkout---solution\",\r\n \"createdDate\": \"2019-10-20T22:36:12.449Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"a3e5a38a-d651-452e-a3c7-7d085c7ebcd2\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003a06-0000-0400-0000-5e2b57940000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1eb36n43tx\",\r\n \"name\": \"custom-1eb36n43tx\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"04a0fcc6-e2d1-45c6-823d-a5e9a41dc5a0\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"a16220f0-14f5-4317-aa84-7a744901c9c5\",\r\n \"displayName\": \"Custom 1eb36n43tx\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-e2e-m3-ux\"\r\n },\r\n \"subdomain\": \"custom-1eb36n43tx\",\r\n \"createdDate\": \"2020-06-11T19:01:12.58Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"1d5f9590-3882-4530-a47e-93fd4c19a075@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"010093ee-0000-0400-0000-5ee27f780000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ha-bugbash\",\r\n \"name\": \"ha-bugbash\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3159aebb-755b-4db4-b95d-d69a6ff26b0a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"ha-bugbash\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"multi-iothub-tenant\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"ha-bugbash\",\r\n \"createdDate\": \"2020-06-18T17:15:41.51Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-hadr-test@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006d7c-0000-0400-0000-5eeba13d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iotswc---checkout---solution\",\r\n \"name\": \"iotswc---checkout---solution\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fffe8960-212a-4217-b2ab-7b33bde49810\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IoTSWC - Checkout - Solution\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"iotswc---checkout---solution\",\r\n \"createdDate\": \"2019-10-20T22:37:56.488Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"e4bbf489-b60e-46c1-9cfd-44709301fc77\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003b06-0000-0400-0000-5e2b57940000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/moahme-test\",\r\n \"name\": \"moahme-test\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2c1323ef-ad7f-49f9-be1d-25d69a04348a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"moahme-test\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"moahme-test\",\r\n \"createdDate\": \"2020-07-02T16:56:56.163Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1b00f4b4-0000-0400-0000-5efe11d80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkapp\",\r\n \"name\": \"dotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"d1c5bf16-8e46-4b50-b0a8-a2537edce6b4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkapp\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomain\",\r\n \"createdDate\": \"2020-07-10T19:39:56.254Z\",\r\n \"lastUpdated\": \"2020-07-10T19:40:30.321Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"44000a3b-0000-0400-0000-5f08c42e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smartmetertest\",\r\n \"name\": \"smartmetertest\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8730f11b-5a1d-4ebc-85a1-7fffef16d78d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"SmartMeterTest\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smartmetertest\",\r\n \"createdDate\": \"2019-10-23T18:55:37.795Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00003c06-0000-0400-0000-5e2b57950000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shmogalam2\",\r\n \"name\": \"shmogalam2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"fcd0ccbe-4376-498e-93e4-0517d47afd3e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shmogalaM2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"shmogalam2\",\r\n \"createdDate\": \"2020-07-07T19:24:18.806Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"13000ebc-0000-0400-0000-5f04cbe20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/preview-application-1w3t9zeftmk\",\r\n \"name\": \"preview-application-1w3t9zeftmk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"388a4156-89d6-40a3-b3bd-7b2f56dc41dd\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Preview application 1w3t9zeftmk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"preview-application-1w3t9zeftmk\",\r\n \"createdDate\": \"2019-08-16T22:31:55.715Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000a55a-0000-0400-0000-5e2b57b90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/cgreenbugbash\",\r\n \"name\": \"cgreenbugbash\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8dce6c03-991d-41cf-a133-bb10aa863cf0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"cgreenBugBash\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"cgreenbugbash\",\r\n \"createdDate\": \"2019-10-30T17:35:27.442Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004306-0000-0400-0000-5e2b57970000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/jobelandnvw\",\r\n \"name\": \"jobelandnvw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"98ca2a67-b96e-4bc1-94c8-e03eb6097a71\",\r\n \"state\": \"created\",\r\n \"displayName\": \"jobelandnvw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"jobelandnvw\",\r\n \"createdDate\": \"2020-07-08T07:16:13.587Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1d002797-0000-0400-0000-5f0572bd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sunburst\",\r\n \"name\": \"sunburst\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bf52613f-07d3-470b-b69c-4ed9a3d281e1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sunburst M2 (PPE)\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"sunburst\",\r\n \"createdDate\": \"2019-09-18T18:14:30.811Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"9b8207b3-1275-4be9-bce8-880743769750\",\r\n \"template\": \"iotc-demo@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ad5a-0000-0400-0000-5e2b57ba0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/3-wednesday-test-water-quality-monitoring-1sejrjo3p26\",\r\n \"name\": \"3-wednesday-test-water-quality-monitoring-1sejrjo3p26\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4f133a99-b62a-4a5a-bdd4-2036174660ef\",\r\n \"state\": \"created\",\r\n \"displayName\": \"3 Wednesday test Water quality monitoring 1sejrjo3p26\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"3-wednesday-test-water-quality-monitoring-1sejrjo3p26\",\r\n \"createdDate\": \"2019-10-30T19:32:22.358Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004506-0000-0400-0000-5e2b57970000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/provisioning-test-1594275513187-paid\",\r\n \"name\": \"provisioning-test-1594275513187-paid\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"95bdd8e5-6645-48ce-a3de-09fc518e88cc\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"provisioning-test-1594275513187-paid\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"provisioning-test-1594275513187-paid\",\r\n \"createdDate\": \"2020-07-09T06:18:59.377Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"000007b3-0000-0400-0000-5f06b6d30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-mq4crmtw0r\",\r\n \"name\": \"custom-mq4crmtw0r\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"02097854-e670-4001-ab5e-9cb3fb3f9a70\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom mq4crmtw0r\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-mq4crmtw0r\",\r\n \"createdDate\": \"2019-10-17T22:56:35.397Z\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b35a-0000-0400-0000-5e2b57bb0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iot-central-pnp-load-test-dapaje\",\r\n \"name\": \"iot-central-pnp-load-test-dapaje\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"cf12780f-9f91-46b2-9b76-33436d9d8daa\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IoT Central pnp-load-test-dapaje\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"iot-central-pnp-load-test-dapaje\",\r\n \"createdDate\": \"2019-03-14T16:50:45.763Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005783-0000-0400-0000-5e2b57710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sp0034\",\r\n \"name\": \"sp0034\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3f29220b-a8b4-46c0-910f-caadc3ae2524\",\r\n \"state\": \"created\",\r\n \"displayName\": \"SP0034\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sp0034\",\r\n \"createdDate\": \"2019-10-30T20:24:12.9Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004606-0000-0400-0000-5e2b57970000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics-1017\",\r\n \"name\": \"in-store-analytics-1017\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9c8293e0-8935-4514-843e-7e4f5583c1e3\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics 1017\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics-1017\",\r\n \"createdDate\": \"2019-10-17T23:47:32.049Z\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b65a-0000-0400-0000-5e2b57bc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/pnp--new-data-pipeline--2if8ddklwqm\",\r\n \"name\": \"pnp--new-data-pipeline--2if8ddklwqm\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"56180b8b-35cc-4417-b7f6-1afa635017bb\",\r\n \"state\": \"created\",\r\n \"displayName\": \"PnP [New Data Pipeline] 2if8ddklwqm\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"pnp--new-data-pipeline--2if8ddklwqm\",\r\n \"createdDate\": \"2019-10-10T16:20:52.176Z\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005983-0000-0400-0000-5e2b57710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-7qmdjv43k4\",\r\n \"name\": \"in-store-analytics---condition-monitoring-7qmdjv43k4\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9a37a287-890d-4fd1-b361-3bed24755a95\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring 7qmdjv43k4\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-7qmdjv43k4\",\r\n \"createdDate\": \"2019-10-31T00:07:55.442Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004706-0000-0400-0000-5e2b57980000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-cory-1021\",\r\n \"name\": \"custom-cory-1021\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0c55acac-e69e-4112-b0c9-8df9b12819a6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom Cory 1021\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true\r\n },\r\n \"subdomain\": \"custom-cory-1021\",\r\n \"createdDate\": \"2019-10-21T20:45:04.903Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b75a-0000-0400-0000-5e2b57bc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---rigado\",\r\n \"name\": \"in-store-analytics---rigado\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5655af03-288c-4d77-b1a9-f846a383194a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Contoso checkout - Science Fair\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---rigado\",\r\n \"createdDate\": \"2019-10-18T22:45:00.824Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"15df2e93-fbd2-4308-bd50-38230490aaf0\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005b83-0000-0400-0000-5e2b57720000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/wed-2nd-connected-waste-management-200bhaluk4l\",\r\n \"name\": \"wed-2nd-connected-waste-management-200bhaluk4l\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"244794b7-115c-479e-bef1-9cae7642ac8a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Wed 2nd Connected waste management 200bhaluk4l\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"wed-2nd-connected-waste-management-200bhaluk4l\",\r\n \"createdDate\": \"2019-10-31T00:09:04.671Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-waste@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004806-0000-0400-0000-5e2b57980000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-uhv4jy06zj\",\r\n \"name\": \"connected-logistics-uhv4jy06zj\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9c88cb66-5a3b-4143-b654-ad9c21153443\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected Logistics\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-uhv4jy06zj\",\r\n \"createdDate\": \"2019-10-22T16:15:16.984Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000b95a-0000-0400-0000-5e2b57bc0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-2ibc8l74bh\",\r\n \"name\": \"connected-logistics-2ibc8l74bh\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2bd37eae-30a4-4b68-a29f-6d39f0c7b9a9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 2ibc8l74bh\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-2ibc8l74bh\",\r\n \"createdDate\": \"2019-10-19T01:28:13.818Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005c83-0000-0400-0000-5e2b57720000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iotc-00009999\",\r\n \"name\": \"iotc-00009999\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"22e265c3-0975-489c-bf8a-31d5055072c5\",\r\n \"state\": \"created\",\r\n \"displayName\": \"myappName\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"iotc-09999999\",\r\n \"createdDate\": \"2019-11-12T18:25:13.568Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004e06-0000-0400-0000-5e2b579a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/data-transform\",\r\n \"name\": \"data-transform\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9211a974-d8ad-40f2-93af-2811d4c2bc4e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Data transform\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"data-transform\",\r\n \"createdDate\": \"2019-10-23T21:26:41.319Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ba5a-0000-0400-0000-5e2b57bd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ab-ppe-np\",\r\n \"name\": \"ab-ppe-np\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f2e267f0-2a7b-4c9f-ae5d-8102393fc448\",\r\n \"state\": \"created\",\r\n \"displayName\": \"AB PPE NP\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"pnp-device\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"ab-ppe-np\",\r\n \"createdDate\": \"2019-10-21T17:18:26.213Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mobile@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005d83-0000-0400-0000-5e2b57720000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-ylzjdvxj37\",\r\n \"name\": \"custom-ylzjdvxj37\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"d4ba2678-bead-47cf-a378-e4dee59eb945\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom ylzjdvxj37\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-ylzjdvxj37\",\r\n \"createdDate\": \"2019-11-26T05:07:08.162Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00004f06-0000-0400-0000-5e2b579a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-vicaruso\",\r\n \"name\": \"continuous-patient-monitoring-vicaruso\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f643a75e-d664-4fa6-a21c-b90fe38242b9\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring vicaruso\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-vicaruso\",\r\n \"createdDate\": \"2019-10-25T00:21:37.03Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"4486312b-17ba-446f-a117-a4ab0d8c658f\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000bc5a-0000-0400-0000-5e2b57bd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-20hfqpxlaor\",\r\n \"name\": \"in-store-analytics---condition-monitoring-20hfqpxlaor\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2b2461f1-fc25-452f-8155-49e59761406e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring 20hfqpxlaor\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-20hfqpxlaor\",\r\n \"createdDate\": \"2019-10-24T23:45:41.832Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006183-0000-0400-0000-5e2b57730000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-5gmv1m2f3m\",\r\n \"name\": \"custom-5gmv1m2f3m\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c212b730-ee74-44eb-93bc-1635f23d47d4\",\r\n \"state\": \"created\",\r\n \"displayName\": \"M3app_ppe_westeurope\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-5gmv1m2f3m\",\r\n \"createdDate\": \"2019-12-03T21:14:08.98Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"09008acd-0000-0400-0000-5e5daecb0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/contoso-checkout---simulated\",\r\n \"name\": \"contoso-checkout---simulated\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b92ce6f7-35db-47c3-91e7-e9625a4c4841\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Contoso checkout - SIMULATED\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"contoso-checkout---simulated\",\r\n \"createdDate\": \"2019-10-25T17:19:46.036Z\",\r\n \"geography\": \"europe\",\r\n \"thumbnailUrl\": \"58efcbd5-f4fa-44ee-8fff-f6a87e928760\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000bd5a-0000-0400-0000-5e2b57bd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-29cukgp1noa\",\r\n \"name\": \"in-store-analytics---condition-monitoring-29cukgp1noa\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"cb78adad-75da-4ca2-bfcf-26bcb1a57ae1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"In-store analytics - condition monitoring 29cukgp1noa\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-29cukgp1noa\",\r\n \"createdDate\": \"2019-10-30T19:40:30.307Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006483-0000-0400-0000-5e2b57740000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-24fq519csk7\",\r\n \"name\": \"connected-logistics-24fq519csk7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8dbc8786-ab1a-497c-844d-edc0c4ec9529\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 24fq519csk7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-24fq519csk7\",\r\n \"createdDate\": \"2019-12-11T00:39:29.036Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005106-0000-0400-0000-5e2b579a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-ywvj38mlg2\",\r\n \"name\": \"digital-distribution-center-ywvj38mlg2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e698110e-e381-4c83-ae66-89c3450be20b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center ywvj38mlg2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-ywvj38mlg2\",\r\n \"createdDate\": \"2019-10-26T01:19:03.729Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000be5a-0000-0400-0000-5e2b57be0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-inventory-management-k9v9nxew1u\",\r\n \"name\": \"smart-inventory-management-k9v9nxew1u\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"70ab2cef-04b1-4e25-9376-5f137ffb7b27\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart inventory management k9v9nxew1u\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-inventory-management-k9v9nxew1u\",\r\n \"createdDate\": \"2019-10-30T19:42:38.937Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006583-0000-0400-0000-5e2b57740000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/micro-fulfillment-center-em7tm3xi19\",\r\n \"name\": \"micro-fulfillment-center-em7tm3xi19\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1b0b511e-8e32-4c5a-8674-6961b7be68c3\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Micro-fulfillment center em7tm3xi19\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"micro-fulfillment-center-em7tm3xi19\",\r\n \"createdDate\": \"2019-12-28T07:34:05.013Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mfc@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005206-0000-0400-0000-5e2b579b0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sun-smart-inventory-management\",\r\n \"name\": \"sun-smart-inventory-management\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f16f181e-d40f-4848-bd05-851780703c78\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sun-Smart inventory management\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"sun-smart-inventory-management\",\r\n \"createdDate\": \"2019-10-27T07:52:02.139Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-inventory@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000bf5a-0000-0400-0000-5e2b57be0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/chrome-edge-m3-custom-1tg2fn8ofaw\",\r\n \"name\": \"chrome-edge-m3-custom-1tg2fn8ofaw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b3ea5a20-160c-4f17-a06e-4d7183cecbe0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Chrome Edge M3 Custom 1tg2fn8ofaw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"chrome-edge-m3-custom-1tg2fn8ofaw\",\r\n \"createdDate\": \"2019-10-31T00:43:07.753Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00006c83-0000-0400-0000-5e2b57760000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1x57nagelu0\",\r\n \"name\": \"connected-logistics-1x57nagelu0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"45c8ba9f-c1d0-4f8f-be02-7076983067e0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 1x57nagelu0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1x57nagelu0\",\r\n \"createdDate\": \"2020-01-27T18:50:00Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"040036ea-0000-0400-0000-5e2f30d80000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-app\",\r\n \"name\": \"custom-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9921ce9b-5ae7-4c2f-b0e0-1e8f037f2297\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom App\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"custom-app\",\r\n \"createdDate\": \"2019-10-30T18:45:52.46Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000c15a-0000-0400-0000-5e2b57bf0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/1117251pm-in-store-analytics---checkout\",\r\n \"name\": \"1117251pm-in-store-analytics---checkout\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"40844a40-7d65-4ca4-a458-4cf25c4e82ff\",\r\n \"state\": \"created\",\r\n \"displayName\": \"1117251pm In-store analytics - checkout\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"1117251pm-in-store-analytics---checkout\",\r\n \"createdDate\": \"2019-11-17T22:52:08.161Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-store@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007083-0000-0400-0000-5e2b57770000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/1-31-2020\",\r\n \"name\": \"1-31-2020\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e9c8508a-3080-44db-923c-ee280a730d82\",\r\n \"state\": \"created\",\r\n \"displayName\": \"1-31-2020\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"1-31-2020\",\r\n \"createdDate\": \"2020-01-31T18:51:24.87Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01009141-0000-0400-0000-5e34772c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/cory1030-connected-logistics-1yzv1wbvwqs\",\r\n \"name\": \"cory1030-connected-logistics-1yzv1wbvwqs\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7c8427a9-22a4-435f-b46c-7734b8f980b0\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Cory1030_Connected logistics 1yzv1wbvwqs\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"cory1030-connected-logistics-1yzv1wbvwqs\",\r\n \"createdDate\": \"2019-10-30T21:07:25.282Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000c25a-0000-0400-0000-5e2b57bf0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-3tzielf6wx\",\r\n \"name\": \"connected-logistics-3tzielf6wx\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"12de0c12-f050-4329-8ac0-533e9c76f756\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 3tzielf6wx\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"connected-logistics-3tzielf6wx\",\r\n \"createdDate\": \"2019-12-12T19:51:12.336Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007183-0000-0400-0000-5e2b57770000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-02-19-copy\",\r\n \"name\": \"custom-02-19-copy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ddbd388a-5f20-4878-87d1-33ce3a8a9353\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 02 19 Copy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-pnp-preview\"\r\n },\r\n \"subdomain\": \"custom-02-19-copy\",\r\n \"createdDate\": \"2020-02-20T01:55:12.565Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"9996b258-a80a-49b3-83c9-10f1b7d1c957@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0b003b72-0000-0400-0000-5e4de7000000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-pfiwz1k8z3\",\r\n \"name\": \"custom-pfiwz1k8z3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"afa9994b-1208-4b99-aa6c-cf39a0099873\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom pfiwz1k8z3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-pfiwz1k8z3\",\r\n \"createdDate\": \"2019-10-30T23:40:39.26Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-devkit@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000565a-0000-0400-0000-5e2b57620000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/app-copy-test---mfc-template\",\r\n \"name\": \"app-copy-test---mfc-template\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9dee16c9-ce0f-4466-96f6-0d0f22025518\",\r\n \"state\": \"created\",\r\n \"displayName\": \"App Copy Test - MFC Template\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"_link\": \"iotc-pnp-preview\"\r\n },\r\n \"subdomain\": \"app-copy-test---mfc-template\",\r\n \"createdDate\": \"2019-12-19T20:39:23.111Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"ee0aa175-2df2-4f44-8796-360202c0daa4@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007383-0000-0400-0000-5e2b57780000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-6yjix419bl\",\r\n \"name\": \"digital-distribution-center-6yjix419bl\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a5b14856-6dfb-4347-83e1-9317dad3d603\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 6yjix419bl\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-6yjix419bl\",\r\n \"createdDate\": \"2020-02-26T21:06:43.219Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"050028d4-0000-0400-0000-5e56dde30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/lamna-m2\",\r\n \"name\": \"lamna-m2\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1e2f7206-1190-44e7-b2e6-dfc0102420c2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Lamna M2\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"lamna-m2\",\r\n \"createdDate\": \"2019-10-31T00:23:28.411Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000575a-0000-0400-0000-5e2b57620000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-mfc-template\",\r\n \"name\": \"test-mfc-template\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"437b5c64-8edd-434e-be1d-071c76f7805c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Test MFC Template\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"test-mfc-template\",\r\n \"createdDate\": \"2020-01-08T14:10:28.695Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mfc@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007483-0000-0400-0000-5e2b57780000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-208czqhxfeg\",\r\n \"name\": \"connected-logistics-208czqhxfeg\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8c7f161e-077f-4ee2-9da0-38a74aa79e67\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Connected logistics 208czqhxfeg\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-208czqhxfeg\",\r\n \"createdDate\": \"2020-03-04T22:52:53.872Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0b00dc96-0000-0400-0000-5e6031450000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/edge-wed-water-consumption-monitoring-gs6z6j4wc7\",\r\n \"name\": \"edge-wed-water-consumption-monitoring-gs6z6j4wc7\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9f180f09-8bdc-46d5-abcd-665d5f07840e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Edge Wed Water consumption monitoring gs6z6j4wc7\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"edge-wed-water-consumption-monitoring-gs6z6j4wc7\",\r\n \"createdDate\": \"2019-10-31T00:29:17.606Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-consumption@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000c45a-0000-0400-0000-5e2b57bf0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/micro-fulfillment-center-1ff6he96is5\",\r\n \"name\": \"micro-fulfillment-center-1ff6he96is5\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"09102f42-0efc-4e4f-b5ae-02cc16b3885f\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Micro-fulfillment center 1ff6he96is5\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"micro-fulfillment-center-1ff6he96is5\",\r\n \"createdDate\": \"2020-01-08T18:18:08.227Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-mfc@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007583-0000-0400-0000-5e2b57780000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2lpz6m7ppqg\",\r\n \"name\": \"custom-2lpz6m7ppqg\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c2b44f33-b500-413c-a691-ed952787e8ab\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2lpz6m7ppqg\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-2lpz6m7ppqg\",\r\n \"createdDate\": \"2020-03-20T19:41:37.365Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0a00fd71-0000-0400-0000-5e751c710000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/edge-wed-water-quality-monitoring-jfpqthnrnw\",\r\n \"name\": \"edge-wed-water-quality-monitoring-jfpqthnrnw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"3aa1ce55-084f-47b5-937d-ddbed007926c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Edge Wed Water quality monitoring jfpqthnrnw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"edge-wed-water-quality-monitoring-jfpqthnrnw\",\r\n \"createdDate\": \"2019-10-31T00:29:32.046Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000c55a-0000-0400-0000-5e2b57c00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/asarkar-apr-6\",\r\n \"name\": \"asarkar-apr-6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e5f4b3ec-acc7-4c16-9480-a2aedc5e56e7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"asarkar APR 6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"asarkar-apr-6\",\r\n \"createdDate\": \"2020-04-06T17:39:57.8Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"1e000bf5-0000-0400-0000-5e8b696d0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/hard-multi-hub\",\r\n \"name\": \"hard-multi-hub\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"52c5e117-a54c-4a50-902c-d74d034ac63c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"HARD multi hub\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"multi-iothub-tenant\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"hard-multi-hub\",\r\n \"createdDate\": \"2020-03-25T20:18:54.01Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-hadr-test@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"010082ed-0000-0400-0000-5e7bbcae0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/m2-test-custom-2mea9myo2zk\",\r\n \"name\": \"m2-test-custom-2mea9myo2zk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9beda897-29c1-4816-9ffe-f6fbf5bd2733\",\r\n \"state\": \"created\",\r\n \"displayName\": \"M2 test Custom 2mea9myo2zk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"m2-test-custom-2mea9myo2zk\",\r\n \"createdDate\": \"2019-10-31T02:55:07.577Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000595a-0000-0400-0000-5e2b57620000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/livesite-test-clthomps\",\r\n \"name\": \"livesite-test-clthomps\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1fdf2688-3a03-4fd6-a611-b58e62648705\",\r\n \"state\": \"created\",\r\n \"displayName\": \"livesite test clthomps \",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"livesite-test-clthomps\",\r\n \"createdDate\": \"2020-04-20T18:08:24.586Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"05000feb-0000-0400-0000-5e9deacd0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2ovqx4vs0bw\",\r\n \"name\": \"custom-2ovqx4vs0bw\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c36d3aa8-6140-4254-a6cb-21f6ce2e210c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2ovqx4vs0bw\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-2ovqx4vs0bw\",\r\n \"createdDate\": \"2020-03-27T17:45:18.11Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"5500a22d-0000-0400-0000-5e7e3bae0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-285v1ju95u8\",\r\n \"name\": \"digital-distribution-center-285v1ju95u8\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e86fe9a5-0c23-4768-a878-ea216928115a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center 285v1ju95u8\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-285v1ju95u8\",\r\n \"createdDate\": \"2019-11-01T21:59:31.139Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000c85a-0000-0400-0000-5e2b57c00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/in-store-analytics---condition-monitoring-1fujnhi8f6p\",\r\n \"name\": \"in-store-analytics---condition-monitoring-1fujnhi8f6p\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1fce3d0c-7840-4766-9157-473a13b22686\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"a1d5f2bb-311a-40b1-9300-ff2216299da3\",\r\n \"displayName\": \"In-store analytics - condition monitoring 1fujnhi8f6p\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"in-store-analytics---condition-monitoring-1fujnhi8f6p\",\r\n \"createdDate\": \"2020-04-20T18:31:14.965Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-condition@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0500d5e9-0000-0400-0000-5e9dea730000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/juste-ppe\",\r\n \"name\": \"juste-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"6e550bd4-b7c3-4cd9-99d8-34f34231e3ac\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"juste-ppe\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"juste-ppe\",\r\n \"createdDate\": \"2020-04-01T23:44:52.904Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"28013fa5-0000-0400-0000-5e8527740000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-november\",\r\n \"name\": \"test-november\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c27a838c-da72-49f3-8f7f-d150ee989fc2\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test november\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"test-november\",\r\n \"createdDate\": \"2019-11-15T18:21:09.844Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ca5a-0000-0400-0000-5e2b57c10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/m3-e2e-test-app\",\r\n \"name\": \"m3-e2e-test-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4b9f274e-28e5-4984-8cf7-a418f3e54e8e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"m3-e2e-test-app\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"m3-e2e-test-app\",\r\n \"createdDate\": \"2020-04-28T22:37:26.367Z\",\r\n \"template\": \"iotc-e2e-m3-ux@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"19005aa5-0000-0400-0000-5f08abba0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1paghmxlel\",\r\n \"name\": \"custom-1paghmxlel\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5bbbe6bd-efeb-413a-aba7-e2481651044c\",\r\n \"state\": \"created\",\r\n \"displayName\": \"free 1paghmxlel\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"free-1paghmxlel\",\r\n \"createdDate\": \"2020-04-10T21:38:28.257Z\",\r\n \"geography\": \"unitedstates\",\r\n \"expiryDate\": null,\r\n \"lastUpdated\": \"2020-04-10T21:40:24.437Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"a7027058-0000-0400-0000-5e90ecff0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-cli\",\r\n \"name\": \"test-cli\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8b41aeeb-057b-45aa-9fe7-4d6a4791e582\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-cli\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"test-cli\",\r\n \"createdDate\": \"2019-11-25T21:21:02.219Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000cb5a-0000-0400-0000-5e2b57c10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test-sphere\",\r\n \"name\": \"test-sphere\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b161baea-225a-497f-b620-3a9a9f1250e7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-sphere\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test-sphere\",\r\n \"createdDate\": \"2020-04-29T21:09:04.15Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"3400b552-0000-0400-0000-5ea9ecf00000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/jobelandgateway\",\r\n \"name\": \"jobelandgateway\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"2449d91a-f687-447b-a8c2-ce00634cee26\",\r\n \"state\": \"created\",\r\n \"displayName\": \"jobelandgateway\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"jobelandgateway\",\r\n \"createdDate\": \"2020-04-10T22:48:21.827Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"a802fa23-0000-0400-0000-5e90f7b50000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/digital-distribution-center-zhudhh9197\",\r\n \"name\": \"digital-distribution-center-zhudhh9197\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7f67a2e4-b50e-4046-b2f5-fdfa0d4f2e46\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Digital distribution center zhudhh9197\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"digital-distribution-center-zhudhh9197\",\r\n \"createdDate\": \"2019-12-02T22:37:59.451Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-distribution@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000cc5a-0000-0400-0000-5e2b57c10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/device-library\",\r\n \"name\": \"device-library\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5d321997-af89-4900-90f6-483d8e6c5c6e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"device-library\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"device-library\",\r\n \"createdDate\": \"2020-05-04T17:17:28.225Z\",\r\n \"geography\": \"unitedstates\",\r\n \"lastUpdated\": \"2020-05-12T19:11:40.889Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"19008a03-0000-0400-0000-5ebaf4ec0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shharr-sample-app\",\r\n \"name\": \"shharr-sample-app\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"75d7fc58-6570-424a-85bb-67c88e191bb7\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shharr-sample-app\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"shharr-sample-app\",\r\n \"createdDate\": \"2020-04-14T20:26:11.921Z\",\r\n \"geography\": \"unitedstates\",\r\n \"thumbnailUrl\": \"12bbcf45-4f8b-4192-86cf-71ff1e384cd7\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0300a2ca-0000-0400-0000-5eb1ec020000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/brcoll-ppe\",\r\n \"name\": \"brcoll-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ef6c45c1-20cb-49a1-a942-706a9a64336e\",\r\n \"state\": \"created\",\r\n \"displayName\": \"brcoll PPE\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"brcoll-ppe\",\r\n \"createdDate\": \"2019-12-12T20:08:10.942Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000ce5a-0000-0400-0000-5e2b57c20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rodelga-ppe\",\r\n \"name\": \"rodelga-ppe\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"7a2da5c7-15ca-4f5f-a3cc-4e567c87a44b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rodelga-ppe\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rodelga-ppe\",\r\n \"createdDate\": \"2020-05-19T22:18:22.252Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2000664c-0000-0400-0000-5ec45b2e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sphere-test-4\",\r\n \"name\": \"sphere-test-4\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c876e30e-c483-41f0-b3af-2a6dc44b14d5\",\r\n \"state\": \"created\",\r\n \"displayName\": \"sphere-test-4\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"sphere-test-4\",\r\n \"createdDate\": \"2020-05-04T16:16:30.056Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"01002c60-0000-0400-0000-5eb03fde0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/smart-meter-monitoring-i810in9i8t\",\r\n \"name\": \"smart-meter-monitoring-i810in9i8t\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b93190eb-ef06-470b-a6c6-94c054d70eaf\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Smart meter monitoring i810in9i8t\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true\r\n },\r\n \"subdomain\": \"smart-meter-monitoring-i810in9i8t\",\r\n \"createdDate\": \"2019-12-24T19:14:40.977Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-meter@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000cf5a-0000-0400-0000-5e2b57c20000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-18x0bac283h\",\r\n \"name\": \"connected-logistics-18x0bac283h\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"25456d6e-1e5b-414a-9859-dcad85980612\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"Connected logistics 18x0bac283h\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-logistics-18x0bac283h\",\r\n \"createdDate\": \"2020-06-03T17:18:06.124Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0800c027-0000-0400-0000-5ed7db4e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/juste-ppe-scopes\",\r\n \"name\": \"juste-ppe-scopes\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a822d6bf-61dc-48d3-a424-70c1db8e8449\",\r\n \"state\": \"created\",\r\n \"displayName\": \"juste-ppe-scopes\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"juste-ppe-scopes\",\r\n \"createdDate\": \"2020-05-07T23:53:52.409Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"07006659-0000-0400-0000-5eb49f900000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1ro56jcjvqc\",\r\n \"name\": \"custom-1ro56jcjvqc\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"32ef1d94-97a3-4dfd-8a85-86aaf44bccc1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1ro56jcjvqc\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {},\r\n \"subdomain\": \"custom-1ro56jcjvqc\",\r\n \"createdDate\": \"2020-01-09T01:25:41.009Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00005a5a-0000-0400-0000-5e2b57620000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-20200605\",\r\n \"name\": \"connected-logistics-20200605\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"applicationId\": \"5e1e8af8-186b-4f3e-9749-862d08386f11\",\r\n \"displayName\": \"Indoor maps demo - backup\",\r\n \"subdomain\": \"connected-logistics-20200605\",\r\n \"createdDate\": \"2020-06-05T16:49:22.665Z\",\r\n \"state\": \"created\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"quota\": {},\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"04003028-0000-0400-0000-5ede6b1e0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rrao-test-custom\",\r\n \"name\": \"rrao-test-custom\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"ecac3fe7-eb56-4cfe-bb15-c6c5ce0e27bd\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rrao-test-custom\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rrao-test-custom\",\r\n \"createdDate\": \"2020-05-20T16:56:24.795Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"11000d0f-0000-0400-0000-5ec561380000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1n52rtzqg0t\",\r\n \"name\": \"custom-1n52rtzqg0t\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"43f4eedb-dc7f-40bd-aa44-46e762eae0bf\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1n52rtzqg0t\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-1n52rtzqg0t\",\r\n \"createdDate\": \"2020-01-31T19:56:48.55Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"00002917-0000-0400-0000-5e3486800000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/solar-panel-monitoring-shoebox\",\r\n \"name\": \"solar-panel-monitoring-shoebox\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4eedf8f7-f5e1-4d9f-b156-b343dc0f13a9\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"6ba6d9be-a905-474b-82e9-8d00952a6c2a\",\r\n \"displayName\": \"Solar panel monitoring for Shoebox\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"solar-panel-monitoring-shoebox\",\r\n \"createdDate\": \"2020-06-10T23:26:40.045Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-power@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"06004048-0000-0400-0000-5ee16c300000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/paermini-legacy\",\r\n \"name\": \"paermini-legacy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"43566c32-4409-435c-93b6-7e1dc19b5562\",\r\n \"state\": \"created\",\r\n \"displayName\": \"paermini-legacy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"paermini-legacy\",\r\n \"createdDate\": \"2020-05-28T20:37:32.871Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0100d935-0000-0400-0000-5ed0210c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/micro-fulfillment-center-y07kwm5xva\",\r\n \"name\": \"micro-fulfillment-center-y07kwm5xva\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"edb99434-8a84-4105-b65b-69450e374ef1\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Micro-fulfillment center y07kwm5xva\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"micro-fulfillment-center-y07kwm5xva\",\r\n \"createdDate\": \"2020-01-31T20:14:13.19Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-mfc@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00007d17-0000-0400-0000-5e348a950000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/provisioning-test-1592258009787-paid\",\r\n \"name\": \"provisioning-test-1592258009787-paid\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"5dce0ef7-d06a-4c1a-b9cf-d88693bfa8dd\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"provisioning-test-1592258009787-paid\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"provisioning-test-1592258009787-paid\",\r\n \"createdDate\": \"2020-06-15T21:53:59.208Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0f00b9d6-0000-0400-0000-5ee7edf70000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/indoor-maps-demo\",\r\n \"name\": \"indoor-maps-demo\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"applicationId\": \"d0c5a268-ceb8-4563-bbc3-35406cfe29d9\",\r\n \"displayName\": \"Indoor maps demo\",\r\n \"subdomain\": \"indoor-maps-demo\",\r\n \"createdDate\": \"2020-06-08T16:51:52.824Z\",\r\n \"state\": \"created\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"quota\": {},\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2200061c-0000-0400-0000-5ede72190000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/continuous-patient-monitoring-2bnghnvp23i\",\r\n \"name\": \"continuous-patient-monitoring-2bnghnvp23i\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"93302f43-4e8b-4c32-aced-9cd04eee2a42\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Continuous patient monitoring 2bnghnvp23i\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"continuous-patient-monitoring-2bnghnvp23i\",\r\n \"createdDate\": \"2020-01-31T23:30:41.103Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-patient@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000431b-0000-0400-0000-5e34b8a10000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rodelga-ibiza-app-user-0\",\r\n \"name\": \"rodelga-ibiza-app-user-0\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b0e6037e-e40a-4255-bca1-97c72c83fbcc\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rodelga-ibiza-app-user-0\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"rodelga-ibiza-app-user-0\",\r\n \"createdDate\": \"2020-06-23T19:24:29.671Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0400d516-0000-0400-0000-5ef256ed0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/samarthspoc\",\r\n \"name\": \"samarthspoc\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"00d195a5-1c19-47b0-818d-cc8dc3afa89d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"SamarthSPoC\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"samarthspoc\",\r\n \"createdDate\": \"2020-06-08T21:52:34.878Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"2400cad3-0000-0400-0000-5edeb3220000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-17xnl2tcrdk\",\r\n \"name\": \"custom-17xnl2tcrdk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"a10b03fb-61a0-4950-91a2-610353c0005b\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 17xnl2tcrdk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-17xnl2tcrdk\",\r\n \"createdDate\": \"2020-02-26T11:22:16.99Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"03003e44-0000-0400-0000-5e5654e90000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-waste-management-26bar7jebul\",\r\n \"name\": \"connected-waste-management-26bar7jebul\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c57bae07-d544-40bf-b03b-8733f125cf68\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"9cd77f6c-73f0-403a-934d-018652a5f35b\",\r\n \"displayName\": \"Connected waste management 26bar7jebul\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"connected-waste-management-26bar7jebul\",\r\n \"createdDate\": \"2020-06-25T04:32:37.545Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-waste@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0600c806-0000-0400-0000-5ef428e50000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/vjhashmaps\",\r\n \"name\": \"vjhashmaps\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"efb2e1aa-77df-4b35-83f1-b341936b3542\",\r\n \"state\": \"created\",\r\n \"displayName\": \"vjhashmaps\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"vjhashmaps\",\r\n \"createdDate\": \"2020-06-16T16:35:27.529Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"84007b4e-0000-0400-0000-5ee8f4cf0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-2f2pj9gotxk\",\r\n \"name\": \"custom-2f2pj9gotxk\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f2c9f29f-9871-4b93-9c00-eb38e1e3c443\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 2f2pj9gotxk\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-2f2pj9gotxk\",\r\n \"createdDate\": \"2020-04-10T22:04:47.551Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"4e008088-0000-0400-0000-5e90ed7f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/rodelga-device-id\",\r\n \"name\": \"rodelga-device-id\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0230e5f2-ade1-4478-9ef9-3d89e54c8f66\",\r\n \"state\": \"created\",\r\n \"displayName\": \"rodelga-device-id\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"rodelga-device-id\",\r\n \"createdDate\": \"2020-07-08T00:09:14.598Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0700ecb0-0000-0400-0000-5f050eaa0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/water-quality-monitoring-2hq91fnyb6g\",\r\n \"name\": \"water-quality-monitoring-2hq91fnyb6g\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"europe\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"b9225ff3-8e62-4889-adfd-8c500720fd9c\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ac75f79c-eff9-4917-b598-1356c565cbb6\",\r\n \"displayName\": \"Water quality monitoring 2hq91fnyb6g\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"water-quality-monitoring-2hq91fnyb6g\",\r\n \"createdDate\": \"2020-07-08T17:57:36.088Z\",\r\n \"geography\": \"europe\",\r\n \"template\": \"iotc-quality@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"02006aa0-0000-0400-0000-5f0609100000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/sunburst-copy\",\r\n \"name\": \"sunburst-copy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"c7b1c357-2c96-40d2-90b9-6c943c90846d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Sunburst M2 (PPE) Copy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"_link\": \"iotc-demo\"\r\n },\r\n \"subdomain\": \"sunburst-copy\",\r\n \"createdDate\": \"2020-04-27T18:42:27.788Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"eef045e0-a343-4162-8c99-73d46fb59a99@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0200e921-0000-0400-0000-5ea727930000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-1eurc8q9ll3\",\r\n \"name\": \"connected-logistics-1eurc8q9ll3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"595918f6-6bd4-46ea-ab02-382722154456\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"Connected logistics 1eurc8q9ll3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"connected-logistics-1eurc8q9ll3\",\r\n \"createdDate\": \"2020-07-10T05:47:56.206Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"4f00c2a9-0000-0400-0000-5f08010c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-1ek1n59nta6\",\r\n \"name\": \"custom-1ek1n59nta6\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"44570bfa-810b-4d67-b5a1-c624da2ad675\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 1ek1n59nta6\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-logistics\"\r\n },\r\n \"subdomain\": \"custom-1ek1n59nta6\",\r\n \"createdDate\": \"2020-05-07T18:34:01.156Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"be10788b-fc5f-413a-9ed0-256c677337e9@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0a0054db-0000-0400-0000-5eb454990000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/tester-number-one\",\r\n \"name\": \"tester-number-one\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1a62a332-b642-4584-bb9a-b7b1ce1d31ec\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Tester Number One\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"tester-number-one\",\r\n \"createdDate\": \"2020-06-01T23:33:03.489Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000f252-0000-0400-0000-5ed5902f0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-477fn4dom3\",\r\n \"name\": \"custom-477fn4dom3\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"1917077f-34fd-4eff-9c6c-540a7c245d1d\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom 477fn4dom3\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-477fn4dom3\",\r\n \"createdDate\": \"2020-06-03T19:03:33.158Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000bf6c-0000-0400-0000-5ed7f4050000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/ux-e2e-m3-copy\",\r\n \"name\": \"ux-e2e-m3-copy\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"60b85981-8640-43f7-abe4-936d3d7a8956\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"19469813-0f5f-408f-a1e3-3b01fe1beb3f\",\r\n \"displayName\": \"UX E2E M3 Copy\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"_link\": \"iotc-e2e-m3-ux\"\r\n },\r\n \"subdomain\": \"ux-e2e-m3-copy\",\r\n \"createdDate\": \"2020-06-15T03:12:24.564Z\",\r\n \"template\": \"71084de1-ac22-49f3-9dcf-7853bb1dacc7@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0d00c07e-0000-0400-0000-5ee6e7180000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shharr-m2app1\",\r\n \"name\": \"shharr-m2app1\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"69b9e7f3-e4bb-4936-a931-3b086076ddbe\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shharr-m2app1\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"shharr-m2app1\",\r\n \"createdDate\": \"2020-06-24T19:47:47.584Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0a008e8f-0000-0400-0000-5ef3ade30000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/custom-9k30faqf9z\",\r\n \"name\": \"custom-9k30faqf9z\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"32c231c4-c6ad-4670-9fed-3d2c4575894a\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Custom preview\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"custom-9k30faqf9z\",\r\n \"createdDate\": \"2020-06-26T13:00:45.09Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"00001bd9-0000-0400-0000-5ef60b1c0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/iiot-integration-scenarios\",\r\n \"name\": \"iiot-integration-scenarios\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"bf5c8727-43c4-41a7-9ec5-442d78ccdd89\",\r\n \"state\": \"created\",\r\n \"displayName\": \"IIoT Integration Scenarios\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"iiot-integration-scenarios\",\r\n \"createdDate\": \"2020-07-01T21:32:16.668Z\",\r\n \"geography\": \"unitedstates\",\r\n \"thumbnailUrl\": \"c54823cf-5959-4946-b1a0-d54fc90b3008\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0700c3b9-0000-0400-0000-5efd02030000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/connected-logistics-070620\",\r\n \"name\": \"connected-logistics-070620\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8d1cb3e4-0aca-4a69-9bd1-4e267a60fdda\",\r\n \"state\": \"created\",\r\n \"thumbnailUrl\": \"ca574d23-6752-4b58-9000-c969e8e769cb\",\r\n \"displayName\": \"Connected logistics 070620\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"connected-logistics-070620\",\r\n \"createdDate\": \"2020-07-06T16:41:44.098Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-logistics@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"01007650-0000-0400-0000-5f0354480000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/shakm201\",\r\n \"name\": \"shakm201\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"e251c4a2-e25d-4a49-90eb-2920345fd746\",\r\n \"state\": \"created\",\r\n \"displayName\": \"shakm201\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"legacy\": true\r\n },\r\n \"subdomain\": \"shakm201\",\r\n \"createdDate\": \"2020-07-07T03:53:54.445Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-default@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0000187d-0000-0400-0000-5f03f1d20000\\\"\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRG/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkapp\",\r\n \"name\": \"defaultdotnetsdkapp\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"7e3df468-f91c-4d76-b02c-b1f293adb1ce\",\r\n \"state\": \"created\",\r\n \"displayName\": \"defaultdotnetsdkapp\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"defaultdotnetsdksubdomain\",\r\n \"createdDate\": \"2021-01-07T01:03:16.317Z\",\r\n \"lastUpdated\": \"2021-01-07T01:03:50.316Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"91019d00-0000-0100-0000-5ff65df60000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/poanchen\",\r\n \"name\": \"poanchen\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"4414372a-16a7-4dec-a722-9457e77219d6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"poanchen\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"poanchen\",\r\n \"createdDate\": \"2020-06-17T21:41:36.064Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST0\"\r\n },\r\n \"etag\": \"\\\"03008974-0000-0100-0000-5fc85b890000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/sometestresourcegroup/providers/Microsoft.IoTCentral/IoTApps/testshoebox\",\r\n \"name\": \"testshoebox\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0949c74c-ce4b-48ba-a3c4-611d4ba06832\",\r\n \"state\": \"created\",\r\n \"displayName\": \"testshoebox\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"testshoebox\",\r\n \"createdDate\": \"2020-05-29T17:41:43.785Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"0500b546-0000-0100-0000-5f08b91a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/some-app-name\",\r\n \"name\": \"some-app-name\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"f4839917-9bbb-4d8c-83d1-2eaffc797a71\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Ruby SDK Application\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"some-app-name\",\r\n \"createdDate\": \"2021-01-05T10:24:51.474Z\",\r\n \"geography\": \"unitedstates\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"39006ac1-0000-0100-0000-5ff43e730000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourcegroups/sometestresourcegroup/providers/Microsoft.IoTCentral/IoTApps/testmetrics\",\r\n \"name\": \"testmetrics\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"applicationId\": \"f273a175-68cc-4bd8-b43b-2f7516998154\",\r\n \"displayName\": \"testmetrics\",\r\n \"subdomain\": \"testmetrics\",\r\n \"createdDate\": \"2020-10-24T00:10:07.592Z\",\r\n \"state\": \"created\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"quota\": {},\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"non-wrapped-properties\": true\r\n },\r\n \"thumbnailUrl\": \"589e2e38-27de-4421-a913-aea774a558ed\",\r\n \"template\": \"iotc-video-analytics-om@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"89006e8a-0000-0100-0000-5fd12b6a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourcegroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/baron-and-alice-home\",\r\n \"name\": \"baron-and-alice-home\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"8cb82338-9e9a-4a91-98c9-cd4991692025\",\r\n \"state\": \"created\",\r\n \"displayName\": \"Baron and Alice home\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"baron-and-alice-home\",\r\n \"createdDate\": \"2020-04-29T02:41:05.861Z\",\r\n \"geography\": \"unitedstates\",\r\n \"thumbnailUrl\": \"3b386a96-c81d-4775-9b12-4410e7159408\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"14045d30-0000-0100-0000-5fce9d3a0000\\\"\"\r\n },\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/IOTC/providers/Microsoft.IoTCentral/IoTApps/test21353\",\r\n \"name\": \"test21353\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"unitedstates\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"dc1bb7f2-9854-4979-9512-644da6dc36a6\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test21353\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test21353\",\r\n \"createdDate\": \"2021-01-06T20:07:44.02Z\",\r\n \"geography\": \"unitedstates\",\r\n \"lastUpdated\": \"2021-01-06T20:10:54.791Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"8701b637-0000-0100-0000-5ff6194e0000\\\"\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
},
{
@@ -650,27 +670,24 @@
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "2ff86b3a-495e-436e-96bb-65914850cecf"
+ "05f6a944-763c-459b-a02f-3d039e58fbc1"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:40:31 GMT"
- ],
"ETag": [
- "W/\"1724-mgUouhPw5IZymintns0Vrkg+BZM\""
+ "W/\"17b2-K7Lc6HLx4v0sJ9rJI0TtjYykCvA\""
],
"Vary": [
"Accept-Encoding"
@@ -679,13 +696,13 @@
"11999"
],
"x-ms-request-id": [
- "32f666c2-bc87-4a14-acfe-0593c89e3210"
+ "91aaffcc-e077-440b-8d47-ff25a10007b7"
],
"x-iot-correlation": [
- "3sdvp8oo.0"
+ "7rx7i2dk.0"
],
"x-envoy-upstream-service-time": [
- "3"
+ "4"
],
"X-Content-Type-Options": [
"nosniff"
@@ -700,7 +717,7 @@
"1; mode=block"
],
"X-IoT-Version": [
- "070920.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
"iotcprodwestus02"
@@ -709,27 +726,30 @@
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: 8EF2C6750CA249B0BEA51AFD2E98181D Ref B: BY3EDGE0208 Ref C: 2020-07-10T19:40:32Z"
+ "Ref A: B48E06CC7A1447BAB5F0930DBC419A3E Ref B: BY3EDGE0105 Ref C: 2021-01-07T01:03:51Z"
],
"x-ms-correlation-request-id": [
- "76181446-64ef-4660-958c-80741dcaa1c0"
+ "e936c583-c3ee-4d11-86f5-fd81d6255a32"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T194032Z:76181446-64ef-4660-958c-80741dcaa1c0"
+ "WESTUS:20210107T010351Z:e936c583-c3ee-4d11-86f5-fd81d6255a32"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:51 GMT"
],
"Content-Length": [
- "5924"
+ "6066"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Get IoT Central Application\",\r\n \"description\": \"Gets a single IoT Central Application\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/write\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Create or Update IoT Central Application\",\r\n \"description\": \"Creates or Updates an IoT Central Applications\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/delete\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Delete IoT Central Application\",\r\n \"description\": \"Deletes an IoT Central Applications\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/checkNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"\",\r\n \"operation\": \"Check resource name availability\",\r\n \"description\": \"Checks if an IoT Central Application name is available\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/checkSubdomainAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"\",\r\n \"operation\": \"Check resource subdomain availability\",\r\n \"description\": \"Checks if an IoT Central Application subdomain is available\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"\",\r\n \"operation\": \"Get all the available operations\",\r\n \"description\": \"Gets all the available operations on IoT Central Applications\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/appTemplates/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"Azure IoT Central Resource Provider\",\r\n \"operation\": \"Get all available application templates\",\r\n \"description\": \"Gets all the available application templates on Azure IoT Central\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/register/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"Azure IoT Central Resource Provider\",\r\n \"operation\": \"Register Azure IoT Central resource provider\",\r\n \"description\": \"Register the subscription for Azure IoT Central resource provider\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Get all available Metrics definitions\",\r\n \"description\": \"Gets all the available Metrics definitions on Azure IoT Central\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"connectedDeviceCount\",\r\n \"displayName\": \"Nombre total d'appareils connectés\",\r\n \"displayDescription\": \"Nombre d'appareils connectés à IoT Central\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Moyenne\",\r\n \"lockAggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Moyenne\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.read.success\",\r\n \"displayName\": \"Lectures de propriétés d'appareil ayant abouti à partir d'IoT Central\",\r\n \"displayDescription\": \"Nombre total de lectures de propriétés ayant abouti lancées à partir d'IoT Central\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.read.failure\",\r\n \"displayName\": \"Lectures de propriétés d'appareil ayant échoué à partir d'IoT Central\",\r\n \"displayDescription\": \"Nombre total de lectures de propriétés ayant échoué lancées à partir d'IoT Central\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.read.success\",\r\n \"displayName\": \"Lectures de propriétés d'appareil ayant abouti à partir d'appareils\",\r\n \"displayDescription\": \"Nombre total de lectures de propriétés ayant abouti lancées à partir d'appareils\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.read.failure\",\r\n \"displayName\": \"Lectures de propriétés d'appareil ayant échoué à partir d'appareils\",\r\n \"displayDescription\": \"Nombre total de lectures de propriétés ayant échoué lancées à partir d'appareils\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.update.success\",\r\n \"displayName\": \"Mises à jour de propriétés d'appareil ayant abouti à partir d'IoT Central\",\r\n \"displayDescription\": \"Nombre total de mises à jour de propriétés ayant abouti lancées à partir d'IoT Central\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.update.failure\",\r\n \"displayName\": \"Mises à jour de propriétés d'appareil ayant échoué à partir d'IoT Central\",\r\n \"displayDescription\": \"Nombre total de mises à jour de propriétés ayant échoué lancées à partir d'IoT Central\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.update.success\",\r\n \"displayName\": \"Mises à jour de propriétés d'appareil ayant abouti à partir d'appareils\",\r\n \"displayDescription\": \"Nombre total de mises à jour de propriétés ayant abouti lancées à partir d'appareils\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.update.failure\",\r\n \"displayName\": \"Mises à jour de propriétés d'appareil ayant échoué à partir d'appareils\",\r\n \"displayDescription\": \"Nombre total de mises à jour de propriétés ayant échoué lancées à partir d'appareils\",\r\n \"unit\": \"Nombre\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT5M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Get IoT Central Application\",\r\n \"description\": \"Gets a single IoT Central Application\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/write\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Create or Update IoT Central Application\",\r\n \"description\": \"Creates or Updates an IoT Central Applications\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/delete\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Delete IoT Central Application\",\r\n \"description\": \"Deletes an IoT Central Applications\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/checkNameAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"\",\r\n \"operation\": \"Check resource name availability\",\r\n \"description\": \"Checks if an IoT Central Application name is available\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/checkSubdomainAvailability/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"\",\r\n \"operation\": \"Check resource subdomain availability\",\r\n \"description\": \"Checks if an IoT Central Application subdomain is available\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/operations/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"\",\r\n \"operation\": \"Get all the available operations\",\r\n \"description\": \"Gets all the available operations on IoT Central Applications\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/appTemplates/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"Azure IoT Central Resource Provider\",\r\n \"operation\": \"Get all available application templates\",\r\n \"description\": \"Gets all the available application templates on Azure IoT Central\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/register/action\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"Azure IoT Central Resource Provider\",\r\n \"operation\": \"Register Azure IoT Central resource provider\",\r\n \"description\": \"Register the subscription for Azure IoT Central resource provider\"\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/providers/Microsoft.Insights/metricDefinitions/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Get all available Metrics definitions\",\r\n \"description\": \"Gets all the available Metrics definitions on Azure IoT Central\"\r\n },\r\n \"origin\": \"system\",\r\n \"properties\": {\r\n \"serviceSpecification\": {\r\n \"metricSpecifications\": [\r\n {\r\n \"name\": \"connectedDeviceCount\",\r\n \"displayName\": \"Total Connected Devices\",\r\n \"displayDescription\": \"Number of devices connected to IoT Central\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Average\",\r\n \"supportedAggregationTypes\": [\r\n \"Average\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ],\r\n \"lockAggregationType\": \"Total\"\r\n },\r\n {\r\n \"name\": \"c2d.property.read.success\",\r\n \"displayName\": \"Successful Device Property Reads from IoT Central\",\r\n \"displayDescription\": \"The count of all successful property reads initiated from IoT Central\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.read.failure\",\r\n \"displayName\": \"Failed Device Property Reads from IoT Central\",\r\n \"displayDescription\": \"The count of all failed property reads initiated from IoT Central\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.read.success\",\r\n \"displayName\": \"Successful Device Property Reads from Devices\",\r\n \"displayDescription\": \"The count of all successful property reads initiated from devices\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.read.failure\",\r\n \"displayName\": \"Failed Device Property Reads from Devices\",\r\n \"displayDescription\": \"The count of all failed property reads initiated from devices\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.update.success\",\r\n \"displayName\": \"Successful Device Property Updates from IoT Central\",\r\n \"displayDescription\": \"The count of all successful property updates initiated from IoT Central\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"c2d.property.update.failure\",\r\n \"displayName\": \"Failed Device Property Updates from IoT Central\",\r\n \"displayDescription\": \"The count of all failed property updates initiated from IoT Central\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.update.success\",\r\n \"displayName\": \"Successful Device Property Updates from Devices\",\r\n \"displayDescription\": \"The count of all successful property updates initiated from devices\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n },\r\n {\r\n \"name\": \"d2c.property.update.failure\",\r\n \"displayName\": \"Failed Device Property Updates from Devices\",\r\n \"displayDescription\": \"The count of all failed property updates initiated from devices\",\r\n \"unit\": \"Count\",\r\n \"aggregationType\": \"Total\",\r\n \"supportedAggregationTypes\": [\r\n \"Total\"\r\n ],\r\n \"supportedTimeGrainTypes\": [\r\n \"PT1M\",\r\n \"PT5M\",\r\n \"PT15M\",\r\n \"PT30M\",\r\n \"PT1H\",\r\n \"PT6H\",\r\n \"PT12H\",\r\n \"P1D\"\r\n ]\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/providers/Microsoft.Insights/diagnosticSettings/read\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Read diagnostic setting\",\r\n \"description\": \"Gets the diagnostic setting for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n },\r\n {\r\n \"name\": \"Microsoft.IoTCentral/IoTApps/providers/Microsoft.Insights/diagnosticSettings/write\",\r\n \"display\": {\r\n \"provider\": \"Azure IoT Central\",\r\n \"resource\": \"IoTApps\",\r\n \"operation\": \"Write diagnostic setting\",\r\n \"description\": \"Creates or updates the diagnostic setting for the resource\"\r\n },\r\n \"origin\": \"system\"\r\n }\r\n ],\r\n \"nextLink\": null\r\n}",
"StatusCode": 200
}
],
"Names": {},
"Variables": {
- "SubscriptionId": "3c8426bf-076a-4451-b305-f17a518e40af"
+ "SubscriptionId": "bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b"
}
}
\ No newline at end of file
diff --git a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralUpdateLifeCycle.json b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralUpdateLifeCycle.json
index 37eaf98d6b58..5d10dd7846bc 100644
--- a/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralUpdateLifeCycle.json
+++ b/sdk/iotcentral/Microsoft.Azure.Management.IotCentral/tests/SessionRecords/IotCentralLifeCycleTests/TestIotCentralUpdateLifeCycle.json
@@ -1,21 +1,21 @@
{
"Entries": [
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourcegroups/DotNetSdkIotCentralRGUpdate?api-version=2017-05-10",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlZ3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSR1VwZGF0ZT9hcGktdmVyc2lvbj0yMDE3LTA1LTEw",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourcegroups/DefaultDotNetSdkIotCentralRGUpdate?api-version=2017-05-10",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlZ3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkdVcGRhdGU/YXBpLXZlcnNpb249MjAxNy0wNS0xMA==",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"location\": \"EastUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "d3d85776-ba54-4293-ac63-3ac63a306b40"
+ "7271ab17-3502-4243-8625-1c03392553f1"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
+ "OSVersion/Microsoft.Windows.10.0.19042.",
"Microsoft.Azure.Management.ResourceManager.ResourceManagementClient/1.6.0.0"
],
"Content-Type": [
@@ -29,9 +29,6 @@
"Cache-Control": [
"no-cache"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:06 GMT"
- ],
"Pragma": [
"no-cache"
],
@@ -39,13 +36,13 @@
"1199"
],
"x-ms-request-id": [
- "775d0265-b113-4b1e-a963-52ded8438636"
+ "fe3a4637-44e1-49f9-a3c7-f4f8136e69c1"
],
"x-ms-correlation-request-id": [
- "775d0265-b113-4b1e-a963-52ded8438636"
+ "fe3a4637-44e1-49f9-a3c7-f4f8136e69c1"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193907Z:775d0265-b113-4b1e-a963-52ded8438636"
+ "WESTUS:20210107T010307Z:fe3a4637-44e1-49f9-a3c7-f4f8136e69c1"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
@@ -53,8 +50,11 @@
"X-Content-Type-Options": [
"nosniff"
],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:07 GMT"
+ ],
"Content-Length": [
- "207"
+ "221"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -63,133 +63,55 @@
"-1"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate\",\r\n \"name\": \"DotNetSdkIotCentralRGUpdate\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
- "StatusCode": 201
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate\",\r\n \"name\": \"DefaultDotNetSdkIotCentralRGUpdate\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSR1VwZGF0ZS9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcy9kb3RuZXRzZGthcHB1cGRhdGU/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkappupdate?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkdVcGRhdGUvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHMvZGVmYXVsdGRvdG5ldHNka2FwcHVwZGF0ZT9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "PUT",
- "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"dotnetsdkappupdate\",\r\n \"subdomain\": \"dotnetsdksubdomainupdate\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"location\": \"EastUS\"\r\n}",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"displayName\": \"defaultdotnetsdkappupdate\",\r\n \"subdomain\": \"defaultdotnetsdksubdomainupdate\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"location\": \"EastUS\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "0898d125-ab4f-489f-b8ff-a4d52036c5d1"
+ "9a29d0d4-898c-418a-88d9-5a2224f0e5db"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "177"
+ "191"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:13 GMT"
- ],
"ETag": [
- "\"02008363-0000-0400-0000-5f08c3df0000\""
- ],
- "x-ms-request-id": [
- "adb9f0ef-376d-4e77-8bc6-5ad9691da071"
- ],
- "x-iot-correlation": [
- "8vust6m1.0"
- ],
- "x-envoy-upstream-service-time": [
- "3285"
- ],
- "X-Content-Type-Options": [
- "nosniff"
- ],
- "X-Download-Options": [
- "noopen"
- ],
- "X-Frame-Options": [
- "deny"
- ],
- "X-XSS-Protection": [
- "1; mode=block"
- ],
- "X-IoT-Version": [
- "071020.0001-release"
- ],
- "X-IoT-Cluster": [
- "iotcppewestus202"
- ],
- "Strict-Transport-Security": [
- "max-age=31536000; includeSubDomains"
- ],
- "X-MSEdge-Ref": [
- "Ref A: 31433802BBD14FB29123847695DE146C Ref B: BY3EDGE0315 Ref C: 2020-07-10T19:39:10Z"
- ],
- "x-ms-ratelimit-remaining-subscription-writes": [
- "1199"
- ],
- "x-ms-correlation-request-id": [
- "3618f986-67f0-400a-954b-f8ec5fbcfcfc"
- ],
- "x-ms-routing-request-id": [
- "WESTUS:20200710T193914Z:3618f986-67f0-400a-954b-f8ec5fbcfcfc"
- ],
- "Content-Length": [
- "732"
- ],
- "Content-Type": [
- "application/json; charset=utf-8"
- ]
- },
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate\",\r\n \"name\": \"dotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9ffd1750-ad10-4164-9570-6591c28ff144\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkappupdate\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomainupdate\",\r\n \"createdDate\": \"2020-07-10T19:39:11.723Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"02008363-0000-0400-0000-5f08c3df0000\\\"\"\r\n}",
- "StatusCode": 201
- },
- {
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSR1VwZGF0ZS9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcy9kb3RuZXRzZGthcHB1cGRhdGU/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
- "RequestMethod": "GET",
- "RequestBody": "",
- "RequestHeaders": {
- "User-Agent": [
- "FxVersion/4.6.26614.01",
- "OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
- ]
- },
- "ResponseHeaders": {
- "Cache-Control": [
- "no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
- ],
- "Date": [
- "Fri, 10 Jul 2020 19:39:44 GMT"
- ],
- "ETag": [
- "W/\"02008363-0000-0400-0000-5f08c3df0000\""
+ "W/\"a600298e-0000-0100-0000-5ff65da90000\""
],
"Vary": [
"Accept-Encoding"
],
- "x-ms-ratelimit-remaining-subscription-reads": [
- "11999"
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
],
"x-ms-request-id": [
- "4b41b981-287d-4962-9848-7f6d136cd0bd"
+ "21bd0971-1bfd-4aa9-986b-b065b8598737"
],
"x-iot-correlation": [
- "4twgwl9f.0"
+ "2c46e7oc.0"
],
"x-envoy-upstream-service-time": [
- "714"
+ "54"
],
"X-Content-Type-Options": [
"nosniff"
@@ -204,76 +126,76 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: A73E217D8F2A400CA8383F50596F5298 Ref B: BY3EDGE0315 Ref C: 2020-07-10T19:39:44Z"
+ "Ref A: 778EA50C41ED43CE96776CC92AB1BD4B Ref B: BY3EDGE0420 Ref C: 2021-01-07T01:03:08Z"
],
"x-ms-correlation-request-id": [
- "90ae27df-d161-49db-96b1-353a164c4e3c"
+ "960625fb-a9f4-4592-b4cd-41dbb8fb94dc"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193945Z:90ae27df-d161-49db-96b1-353a164c4e3c"
+ "WESTUS:20210107T010308Z:960625fb-a9f4-4592-b4cd-41dbb8fb94dc"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:07 GMT"
],
"Content-Length": [
- "732"
+ "748"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate\",\r\n \"name\": \"dotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"9ffd1750-ad10-4164-9570-6591c28ff144\",\r\n \"state\": \"created\",\r\n \"displayName\": \"dotnetsdkappupdate\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"dotnetsdksubdomainupdate\",\r\n \"createdDate\": \"2020-07-10T19:39:11.723Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"02008363-0000-0400-0000-5f08c3df0000\\\"\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkappupdate\",\r\n \"name\": \"defaultdotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"applicationId\": \"0ee78475-e18f-4443-8304-5b677ebd3498\",\r\n \"state\": \"created\",\r\n \"displayName\": \"defaultdotnetsdkappupdate\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"defaultdotnetsdksubdomainupdate\",\r\n \"createdDate\": \"2021-01-07T01:02:33.654Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST1\"\r\n },\r\n \"etag\": \"\\\"a600298e-0000-0100-0000-5ff65da90000\\\"\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/providers/Microsoft.IoTCentral/checkNameAvailability?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/providers/Microsoft.IoTCentral/checkNameAvailability?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja05hbWVBdmFpbGFiaWxpdHk/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"name\": \"dotnetsdkappupdate\",\r\n \"type\": \"IoTApps\"\r\n}",
+ "RequestBody": "{\r\n \"name\": \"defaultdotnetsdkappupdate\",\r\n \"type\": \"IoTApps\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "98510427-ddd7-4fbe-af65-15ce54e844fd"
+ "7a32fbbf-e366-4361-b7ea-f7198316d8cf"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "58"
+ "65"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:45 GMT"
- ],
"ETag": [
"W/\"6b-Obxvouplxe0P3Of7PGeaPXdqcas\""
],
"x-ms-request-id": [
- "c8daaf34-b570-42e1-8b66-d8901e6a1ce2"
+ "8f678c9e-c376-4057-ad40-319f4c7f820b"
],
"x-iot-correlation": [
- "2tsgt9z8.0"
+ "86y9cm9t.0"
],
"x-envoy-upstream-service-time": [
- "523"
+ "88"
],
"X-Content-Type-Options": [
"nosniff"
@@ -288,25 +210,28 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: C59B707DD94746F498585E276790118B Ref B: BY3EDGE0315 Ref C: 2020-07-10T19:39:45Z"
+ "Ref A: 0E59F6B775154705975EC24CBCF3D6C6 Ref B: BY3EDGE0420 Ref C: 2021-01-07T01:03:08Z"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1199"
],
"x-ms-correlation-request-id": [
- "d8ae109e-02f8-4979-a76c-cac9a3cd0f5c"
+ "6219ddb0-3559-4c63-96ee-45d1db9ecc80"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193946Z:d8ae109e-02f8-4979-a76c-cac9a3cd0f5c"
+ "WESTUS:20210107T010308Z:6219ddb0-3559-4c63-96ee-45d1db9ecc80"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:07 GMT"
],
"Content-Length": [
"107"
@@ -319,48 +244,45 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/providers/Microsoft.IoTCentral/checkSubdomainAvailability?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja1N1YmRvbWFpbkF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/providers/Microsoft.IoTCentral/checkSubdomainAvailability?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Byb3ZpZGVycy9NaWNyb3NvZnQuSW9UQ2VudHJhbC9jaGVja1N1YmRvbWFpbkF2YWlsYWJpbGl0eT9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "POST",
- "RequestBody": "{\r\n \"name\": \"dotnetsdksubdomainupdate\",\r\n \"type\": \"IoTApps\"\r\n}",
+ "RequestBody": "{\r\n \"name\": \"defaultdotnetsdksubdomainupdate\",\r\n \"type\": \"IoTApps\"\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8974c57a-f102-4dad-8351-7473afff845e"
+ "315abdae-c027-4929-8145-53f41ccd6a32"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
],
"Content-Length": [
- "64"
+ "71"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:45 GMT"
- ],
"ETag": [
"W/\"67-MxuXaGtJH++NM0vnQQJ9VrpyYOs\""
],
"x-ms-request-id": [
- "3566d19b-1455-475d-9399-74e03482f3d0"
+ "55c94c34-ad19-4436-a8c6-d8e339163c3c"
],
"x-iot-correlation": [
- "6b44x9cb.0"
+ "zycgaqm.0"
],
"x-envoy-upstream-service-time": [
- "387"
+ "40"
],
"X-Content-Type-Options": [
"nosniff"
@@ -375,25 +297,28 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: DA27DEFC3C16463782B82FEF8B652CE3 Ref B: BY3EDGE0315 Ref C: 2020-07-10T19:39:46Z"
+ "Ref A: 0B8B7F1C65E84747BDAE98AFF9AF6B61 Ref B: BY3EDGE0420 Ref C: 2021-01-07T01:03:08Z"
],
"x-ms-ratelimit-remaining-subscription-writes": [
"1198"
],
"x-ms-correlation-request-id": [
- "5f4b9072-9fac-4bfb-ade2-9af614d0d5da"
+ "e031891d-8845-4ddd-8149-443647d49a8e"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193946Z:5f4b9072-9fac-4bfb-ade2-9af614d0d5da"
+ "WESTUS:20210107T010308Z:e031891d-8845-4ddd-8149-443647d49a8e"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:07 GMT"
],
"Content-Length": [
"103"
@@ -406,22 +331,22 @@
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSR1VwZGF0ZS9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcy9kb3RuZXRzZGthcHB1cGRhdGU/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkappupdate?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkdVcGRhdGUvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHMvZGVmYXVsdGRvdG5ldHNka2FwcHVwZGF0ZT9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
"RequestMethod": "PATCH",
"RequestBody": "{\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"properties\": {\r\n \"displayName\": \"test-updated-display-name\",\r\n \"subdomain\": \"test-updated-sub-domain\"\r\n }\r\n}",
"RequestHeaders": {
"x-ms-client-request-id": [
- "8194cddc-b57c-447c-9854-bb3b6082c697"
+ "31d4a9be-9500-4919-975c-e70838833c6f"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
],
"Content-Type": [
"application/json; charset=utf-8"
@@ -434,11 +359,8 @@
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:47 GMT"
- ],
"ETag": [
- "W/\"02008d63-0000-0400-0000-5f08c4030000\""
+ "W/\"a600338e-0000-0100-0000-5ff65dcd0000\""
],
"Vary": [
"Accept-Encoding"
@@ -447,13 +369,13 @@
"1198"
],
"x-ms-request-id": [
- "7b4ba7f9-ae70-4803-8f93-3b2455ab4932"
+ "3d376de1-499a-43f1-8518-17a0315fc0b0"
],
"x-iot-correlation": [
- "1sz2czu6.0"
+ "5e0m5enb.0"
],
"x-envoy-upstream-service-time": [
- "1263"
+ "627"
],
"X-Content-Type-Options": [
"nosniff"
@@ -468,76 +390,76 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: E6294F9B02A0482D98D2C6FF105B046E Ref B: BY3EDGE0315 Ref C: 2020-07-10T19:39:46Z"
+ "Ref A: 26646695C77645BD85F1CC90775B4850 Ref B: BY3EDGE0420 Ref C: 2021-01-07T01:03:08Z"
],
"x-ms-correlation-request-id": [
- "cb5b9e30-9a7f-4002-9333-63aa54529ec9"
+ "d8aeacc4-652e-4edb-ab53-79aa817be729"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193948Z:cb5b9e30-9a7f-4002-9333-63aa54529ec9"
+ "WESTUS:20210107T010310Z:d8aeacc4-652e-4edb-ab53-79aa817be729"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:09 GMT"
],
"Content-Length": [
- "810"
+ "812"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate\",\r\n \"name\": \"dotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"9ffd1750-ad10-4164-9570-6591c28ff144\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-updated-display-name\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"test-updated-sub-domain\",\r\n \"createdDate\": \"2020-07-10T19:39:11.723Z\",\r\n \"lastUpdated\": \"2020-07-10T19:39:47.72Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"02008d63-0000-0400-0000-5f08c4030000\\\"\"\r\n}",
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkappupdate\",\r\n \"name\": \"defaultdotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"0ee78475-e18f-4443-8304-5b677ebd3498\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-updated-display-name\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test-updated-sub-domain\",\r\n \"createdDate\": \"2021-01-07T01:02:33.654Z\",\r\n \"lastUpdated\": \"2021-01-07T01:03:09.208Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"a600338e-0000-0100-0000-5ff65dcd0000\\\"\"\r\n}",
"StatusCode": 200
},
{
- "RequestUri": "/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps?api-version=2018-09-01",
- "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvM2M4NDI2YmYtMDc2YS00NDUxLWIzMDUtZjE3YTUxOGU0MGFmL3Jlc291cmNlR3JvdXBzL0RvdE5ldFNka0lvdENlbnRyYWxSR1VwZGF0ZS9wcm92aWRlcnMvTWljcm9zb2Z0LklvVENlbnRyYWwvSW9UQXBwcz9hcGktdmVyc2lvbj0yMDE4LTA5LTAx",
+ "RequestUri": "/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps?api-version=2018-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYmFiM2IxN2UtM2YzYi00MGUwLWFjYzQtZWY4YzliYmRmMzJiL3Jlc291cmNlR3JvdXBzL0RlZmF1bHREb3ROZXRTZGtJb3RDZW50cmFsUkdVcGRhdGUvcHJvdmlkZXJzL01pY3Jvc29mdC5Jb1RDZW50cmFsL0lvVEFwcHM/YXBpLXZlcnNpb249MjAxOC0wOS0wMQ==",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
"x-ms-client-request-id": [
- "1250d479-66a2-49ea-ac15-93cb1666197d"
+ "e13dd81d-fc25-4107-a2f3-132b85818ecd"
],
- "accept-language": [
+ "Accept-Language": [
"en-US"
],
"User-Agent": [
- "FxVersion/4.6.26614.01",
+ "FxVersion/4.6.29321.03",
"OSName/Windows",
- "OSVersion/Microsoft.Windows.10.0.18363.",
- "Microsoft.Azure.Management.IotCentral.IotCentralClient/2.3.0.0"
+ "OSVersion/Microsoft.Windows.10.0.19042.",
+ "Microsoft.Azure.Management.IotCentral.IotCentralClient/3.0.0.0"
]
},
"ResponseHeaders": {
"Cache-Control": [
"no-store, must-revalidate, no-cache, max-stale=0, private, post-check=0, pre-check=0"
],
- "Date": [
- "Fri, 10 Jul 2020 19:39:47 GMT"
- ],
"ETag": [
- "W/\"336-AFKIbv6p12DMWJ034ufdT2ouW3Q\""
+ "W/\"338-xTswrSsIOF4VtKLgd2qoJgjReHQ\""
],
"Vary": [
"Accept-Encoding"
],
"x-ms-ratelimit-remaining-subscription-reads": [
- "11998"
+ "11999"
],
"x-ms-request-id": [
- "a7fa7873-50ab-4e63-9014-6fa6f0191e0e"
+ "82aa681f-7728-44d4-b72f-78e93625c182"
],
"x-iot-correlation": [
- "76qswhxa.0"
+ "3iepq3sk.0"
],
"x-envoy-upstream-service-time": [
- "210"
+ "42"
],
"X-Content-Type-Options": [
"nosniff"
@@ -552,36 +474,39 @@
"1; mode=block"
],
"X-IoT-Version": [
- "071020.0001-release"
+ "121620.0002-master"
],
"X-IoT-Cluster": [
- "iotcppewestus202"
+ "iotcprodwestus02"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
],
"X-MSEdge-Ref": [
- "Ref A: 9193A8DB02B84CDC975410220EB26EE7 Ref B: BY3EDGE0315 Ref C: 2020-07-10T19:39:48Z"
+ "Ref A: EE42C56A116F465D82937BD8FFCD8C52 Ref B: BY3EDGE0420 Ref C: 2021-01-07T01:03:10Z"
],
"x-ms-correlation-request-id": [
- "f224f6aa-bf2c-4658-b015-cba7b152ea0d"
+ "28019c85-7f43-49c7-9cd3-70c986f6d145"
],
"x-ms-routing-request-id": [
- "WESTUS:20200710T193948Z:f224f6aa-bf2c-4658-b015-cba7b152ea0d"
+ "WESTUS:20210107T010310Z:28019c85-7f43-49c7-9cd3-70c986f6d145"
+ ],
+ "Date": [
+ "Thu, 07 Jan 2021 01:03:09 GMT"
],
"Content-Length": [
- "822"
+ "824"
],
"Content-Type": [
"application/json; charset=utf-8"
]
},
- "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/3c8426bf-076a-4451-b305-f17a518e40af/resourceGroups/DotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/dotnetsdkappupdate\",\r\n \"name\": \"dotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"9ffd1750-ad10-4164-9570-6591c28ff144\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-updated-display-name\",\r\n \"tenant\": \"72f988bf-86f1-41af-91ab-2d7cd011db47\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true,\r\n \"indoor-maps\": true\r\n },\r\n \"subdomain\": \"test-updated-sub-domain\",\r\n \"createdDate\": \"2020-07-10T19:39:11.723Z\",\r\n \"lastUpdated\": \"2020-07-10T19:39:47.72Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"02008d63-0000-0400-0000-5f08c4030000\\\"\"\r\n }\r\n ]\r\n}",
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b/resourceGroups/DefaultDotNetSdkIotCentralRGUpdate/providers/Microsoft.IoTCentral/IoTApps/defaultdotnetsdkappupdate\",\r\n \"name\": \"defaultdotnetsdkappupdate\",\r\n \"type\": \"Microsoft.IoTCentral/IoTApps\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"key1\": \"value1\",\r\n \"key2\": \"value2\"\r\n },\r\n \"properties\": {\r\n \"applicationId\": \"0ee78475-e18f-4443-8304-5b677ebd3498\",\r\n \"state\": \"created\",\r\n \"displayName\": \"test-updated-display-name\",\r\n \"tenant\": \"7f448912-3312-4b33-838d-76eb99405624\",\r\n \"capabilities\": {\r\n \"non-wrapped-properties\": true,\r\n \"pnp-preview\": true,\r\n \"asa-stamp\": true,\r\n \"default\": true\r\n },\r\n \"subdomain\": \"test-updated-sub-domain\",\r\n \"createdDate\": \"2021-01-07T01:02:33.654Z\",\r\n \"lastUpdated\": \"2021-01-07T01:03:09.208Z\",\r\n \"template\": \"iotc-pnp-preview@1.0.0\"\r\n },\r\n \"sku\": {\r\n \"name\": \"ST2\"\r\n },\r\n \"etag\": \"\\\"a600338e-0000-0100-0000-5ff65dcd0000\\\"\"\r\n }\r\n ]\r\n}",
"StatusCode": 200
}
],
"Names": {},
"Variables": {
- "SubscriptionId": "3c8426bf-076a-4451-b305-f17a518e40af"
+ "SubscriptionId": "bab3b17e-3f3b-40e0-acc4-ef8c9bbdf32b"
}
}
\ No newline at end of file