From e3af76bf5022a20ff84958b62192a51e5b8a46e3 Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 17:20:06 -0700 Subject: [PATCH 1/7] remove Service accounts --- .../IoTOperations.Management/models/instance.tsp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/models/instance.tsp b/specification/iotoperations/IoTOperations.Management/models/instance.tsp index df1c26a9866f..57c75a835cc1 100644 --- a/specification/iotoperations/IoTOperations.Management/models/instance.tsp +++ b/specification/iotoperations/IoTOperations.Management/models/instance.tsp @@ -55,11 +55,6 @@ model InstanceProperties { @pattern("^[a-z0-9][a-z0-9-]*[a-z0-9]$") schemaRegistryNamespace: string; - @doc("The service accounts to be used for federated credentials.") - @visibility("read") - @OpenAPI.extension("x-ms-identifiers", []) - serviceAccounts?: ServiceAccountProperties[] = #[]; - @doc("The configuration for components of the AIO Instance.") components?: Components = #{}; } @@ -86,15 +81,6 @@ model Components { }; } -@doc("The properties of a Service Account.") -model ServiceAccountProperties { - @doc("The name of the service account.") - name: string; - - @doc("The namespace of the service account.") - `namespace`: string; -} - @doc("The properties of an ADR instance.") model AdrProperties { @doc("This determines if the ADR service is enabled.") From 62cc86c5d7dada21b0f1bb473623a7a3b48dd3ab Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 17:21:18 -0700 Subject: [PATCH 2/7] update instance defintion --- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 28 +++++----------- .../2024-08-15-preview/iotoperations.json | 33 +++---------------- 2 files changed, 12 insertions(+), 49 deletions(-) diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json index d5bdaddd407d..224961420de3 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { - "title": "Instance_CreateOrUpdate", + "title": "Instance_CreateOrUpdate - generated by [MaximumSet] rule", "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", "subscriptionId": "F8C729F9-DF9C-4743-848F-96EE433D8E53", "resourceGroupName": "rgiotoperations", - "instanceName": "aio-instance", + "instanceName": "Replace this value with a string matching RegExp ^[a-z0-9][a-z0-9-]*[a-z0-9]$", "resource": { "properties": { "schemaRegistryNamespace": "resource-name123", @@ -26,7 +26,7 @@ "state": "Enabled" } }, - "description": "xpj" + "description": "zegzbsmboeukzs" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -62,15 +62,9 @@ "state": "Enabled" } }, - "description": "xpj", + "description": "zegzbsmboeukzs", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti", - "serviceAccounts": [ - { - "name": "vcmxrtnagehxmcoc", - "namespace": "ohghyaqoyvfvlysd" - } - ] + "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -121,15 +115,9 @@ "state": "Enabled" } }, - "description": "xpj", + "description": "zegzbsmboeukzs", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti", - "serviceAccounts": [ - { - "name": "vcmxrtnagehxmcoc", - "namespace": "ohghyaqoyvfvlysd" - } - ] + "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -157,4 +145,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json index 4000c9bb5232..dfbcffa7cc2d 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json @@ -303,6 +303,9 @@ "x-ms-examples": { "Instance_CreateOrUpdate": { "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" + }, + "Instance_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" } }, "x-ms-long-running-operation-options": { @@ -5382,16 +5385,6 @@ "description": "The reference to the Schema Registry for this AIO Instance.", "pattern": "^[a-z0-9][a-z0-9-]*[a-z0-9]$" }, - "serviceAccounts": { - "type": "array", - "description": "The service accounts to be used for federated credentials.", - "default": [], - "items": { - "$ref": "#/definitions/ServiceAccountProperties" - }, - "readOnly": true, - "x-ms-identifiers": [] - }, "components": { "$ref": "#/definitions/Components", "description": "The configuration for components of the AIO Instance." @@ -6203,24 +6196,6 @@ } } }, - "ServiceAccountProperties": { - "type": "object", - "description": "The properties of a Service Account.", - "properties": { - "name": { - "type": "string", - "description": "The name of the service account." - }, - "namespace": { - "type": "string", - "description": "The namespace of the service account." - } - }, - "required": [ - "name", - "namespace" - ] - }, "ServiceType": { "type": "string", "description": "Kubernetes Service Types supported by Listener", @@ -6722,4 +6697,4 @@ } }, "parameters": {} -} +} \ No newline at end of file From 10bd2fb0ffc0b712c92d21f652753e4ecd66f788 Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 17:22:46 -0700 Subject: [PATCH 3/7] sync changes --- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 28 +++++++++++++------ .../2024-08-15-preview/iotoperations.json | 5 +--- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json index 224961420de3..d5bdaddd407d 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { - "title": "Instance_CreateOrUpdate - generated by [MaximumSet] rule", + "title": "Instance_CreateOrUpdate", "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", "subscriptionId": "F8C729F9-DF9C-4743-848F-96EE433D8E53", "resourceGroupName": "rgiotoperations", - "instanceName": "Replace this value with a string matching RegExp ^[a-z0-9][a-z0-9-]*[a-z0-9]$", + "instanceName": "aio-instance", "resource": { "properties": { "schemaRegistryNamespace": "resource-name123", @@ -26,7 +26,7 @@ "state": "Enabled" } }, - "description": "zegzbsmboeukzs" + "description": "xpj" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -62,9 +62,15 @@ "state": "Enabled" } }, - "description": "zegzbsmboeukzs", + "description": "xpj", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti" + "version": "vjjbmunthiphfmekvxgxcxkzdwjti", + "serviceAccounts": [ + { + "name": "vcmxrtnagehxmcoc", + "namespace": "ohghyaqoyvfvlysd" + } + ] }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -115,9 +121,15 @@ "state": "Enabled" } }, - "description": "zegzbsmboeukzs", + "description": "xpj", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti" + "version": "vjjbmunthiphfmekvxgxcxkzdwjti", + "serviceAccounts": [ + { + "name": "vcmxrtnagehxmcoc", + "namespace": "ohghyaqoyvfvlysd" + } + ] }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -145,4 +157,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json index dfbcffa7cc2d..29e1b39fe52d 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json @@ -303,9 +303,6 @@ "x-ms-examples": { "Instance_CreateOrUpdate": { "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" - }, - "Instance_CreateOrUpdate_MaximumSet_Gen": { - "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" } }, "x-ms-long-running-operation-options": { @@ -6697,4 +6694,4 @@ } }, "parameters": {} -} \ No newline at end of file +} From 0773b6dac48851c642187819195654e0e41aee9f Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 17:44:46 -0700 Subject: [PATCH 4/7] examples --- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 28 ++++++------------- .../2024-08-15-preview/iotoperations.json | 5 +++- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json index d5bdaddd407d..e4c0f4e1c299 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { - "title": "Instance_CreateOrUpdate", + "title": "Instance_CreateOrUpdate - generated by [MaximumSet] rule", "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", "subscriptionId": "F8C729F9-DF9C-4743-848F-96EE433D8E53", "resourceGroupName": "rgiotoperations", - "instanceName": "aio-instance", + "instanceName": "Replace this value with a string matching RegExp ^[a-z0-9][a-z0-9-]*[a-z0-9]$", "resource": { "properties": { "schemaRegistryNamespace": "resource-name123", @@ -26,7 +26,7 @@ "state": "Enabled" } }, - "description": "xpj" + "description": "volldrlqzyupzswar" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -62,15 +62,9 @@ "state": "Enabled" } }, - "description": "xpj", + "description": "volldrlqzyupzswar", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti", - "serviceAccounts": [ - { - "name": "vcmxrtnagehxmcoc", - "namespace": "ohghyaqoyvfvlysd" - } - ] + "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -121,15 +115,9 @@ "state": "Enabled" } }, - "description": "xpj", + "description": "volldrlqzyupzswar", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti", - "serviceAccounts": [ - { - "name": "vcmxrtnagehxmcoc", - "namespace": "ohghyaqoyvfvlysd" - } - ] + "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -157,4 +145,4 @@ } } } -} +} \ No newline at end of file diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json index 29e1b39fe52d..dfbcffa7cc2d 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json @@ -303,6 +303,9 @@ "x-ms-examples": { "Instance_CreateOrUpdate": { "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" + }, + "Instance_CreateOrUpdate_MaximumSet_Gen": { + "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" } }, "x-ms-long-running-operation-options": { @@ -6694,4 +6697,4 @@ } }, "parameters": {} -} +} \ No newline at end of file From 6b94f8dff3df93c9ff3f5316920ab35e48721340 Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 17:45:21 -0700 Subject: [PATCH 5/7] examples --- .../examples/Instance_CreateOrUpdate_MaximumSet_Gen.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json index e4c0f4e1c299..84c216d9b2ea 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -26,7 +26,7 @@ "state": "Enabled" } }, - "description": "volldrlqzyupzswar" + "description": "kpqtgocs" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -62,7 +62,7 @@ "state": "Enabled" } }, - "description": "volldrlqzyupzswar", + "description": "kpqtgocs", "provisioningState": "Succeeded", "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, @@ -115,7 +115,7 @@ "state": "Enabled" } }, - "description": "volldrlqzyupzswar", + "description": "kpqtgocs", "provisioningState": "Succeeded", "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, From b3d9d57665d2bd5f6311e57b30d98cc817f04045 Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 17:51:03 -0700 Subject: [PATCH 6/7] update second example --- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 28 ++++++------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json index d5bdaddd407d..84c216d9b2ea 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { - "title": "Instance_CreateOrUpdate", + "title": "Instance_CreateOrUpdate - generated by [MaximumSet] rule", "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", "subscriptionId": "F8C729F9-DF9C-4743-848F-96EE433D8E53", "resourceGroupName": "rgiotoperations", - "instanceName": "aio-instance", + "instanceName": "Replace this value with a string matching RegExp ^[a-z0-9][a-z0-9-]*[a-z0-9]$", "resource": { "properties": { "schemaRegistryNamespace": "resource-name123", @@ -26,7 +26,7 @@ "state": "Enabled" } }, - "description": "xpj" + "description": "kpqtgocs" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -62,15 +62,9 @@ "state": "Enabled" } }, - "description": "xpj", + "description": "kpqtgocs", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti", - "serviceAccounts": [ - { - "name": "vcmxrtnagehxmcoc", - "namespace": "ohghyaqoyvfvlysd" - } - ] + "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -121,15 +115,9 @@ "state": "Enabled" } }, - "description": "xpj", + "description": "kpqtgocs", "provisioningState": "Succeeded", - "version": "vjjbmunthiphfmekvxgxcxkzdwjti", - "serviceAccounts": [ - { - "name": "vcmxrtnagehxmcoc", - "namespace": "ohghyaqoyvfvlysd" - } - ] + "version": "vjjbmunthiphfmekvxgxcxkzdwjti" }, "extendedLocation": { "name": "qmbrfwcpwwhggszhrdjv", @@ -157,4 +145,4 @@ } } } -} +} \ No newline at end of file From 634a53ba3e157d7e10b1c1cd29d605a0afefa93a Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Tue, 13 Aug 2024 18:45:30 -0700 Subject: [PATCH 7/7] Instance schema and example update --- .../Instance_CreateOrUpdate_MaximumSet_Gen.json | 6 +++--- .../examples/Instance_CreateOrUpdate_MaximumSet_Gen.json | 6 +++--- .../preview/2024-08-15-preview/iotoperations.json | 5 +---- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json index 84c216d9b2ea..3b4f5b9712b9 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { - "title": "Instance_CreateOrUpdate - generated by [MaximumSet] rule", + "title": "Instance_CreateOrUpdate", "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", "subscriptionId": "F8C729F9-DF9C-4743-848F-96EE433D8E53", "resourceGroupName": "rgiotoperations", - "instanceName": "Replace this value with a string matching RegExp ^[a-z0-9][a-z0-9-]*[a-z0-9]$", + "instanceName": "aio-instance", "resource": { "properties": { "schemaRegistryNamespace": "resource-name123", @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json index 84c216d9b2ea..3b4f5b9712b9 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_CreateOrUpdate_MaximumSet_Gen.json @@ -1,11 +1,11 @@ { - "title": "Instance_CreateOrUpdate - generated by [MaximumSet] rule", + "title": "Instance_CreateOrUpdate", "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", "subscriptionId": "F8C729F9-DF9C-4743-848F-96EE433D8E53", "resourceGroupName": "rgiotoperations", - "instanceName": "Replace this value with a string matching RegExp ^[a-z0-9][a-z0-9-]*[a-z0-9]$", + "instanceName": "aio-instance", "resource": { "properties": { "schemaRegistryNamespace": "resource-name123", @@ -145,4 +145,4 @@ } } } -} \ No newline at end of file +} diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json index dfbcffa7cc2d..29e1b39fe52d 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/iotoperations.json @@ -303,9 +303,6 @@ "x-ms-examples": { "Instance_CreateOrUpdate": { "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" - }, - "Instance_CreateOrUpdate_MaximumSet_Gen": { - "$ref": "./examples/Instance_CreateOrUpdate_MaximumSet_Gen.json" } }, "x-ms-long-running-operation-options": { @@ -6697,4 +6694,4 @@ } }, "parameters": {} -} \ No newline at end of file +}