From e412bf1a9371d024a87cc635e432ac340d58c780 Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Thu, 8 Aug 2024 16:10:43 -0700 Subject: [PATCH 1/4] commit flags --- .../models/instance.tsp | 57 ++++++++++++++++++- 1 file changed, 55 insertions(+), 2 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/models/instance.tsp b/specification/iotoperations/IoTOperations.Management/models/instance.tsp index 9b9449d99e7e..41b2a532b96a 100644 --- a/specification/iotoperations/IoTOperations.Management/models/instance.tsp +++ b/specification/iotoperations/IoTOperations.Management/models/instance.tsp @@ -32,7 +32,7 @@ model InstanceResource is TrackedResource { ...ManagedServiceIdentityProperty; } -@doc("The properties of a Instance resource.") +@doc("The properties of the Instance resource.") model InstanceProperties { @doc("Detailed description of the Instance.") description?: string; @@ -52,7 +52,25 @@ model InstanceProperties { @doc("The service accounts to be used for federated credentials.") @visibility("read") @OpenAPI.extension("x-ms-identifiers", []) - serviceAccounts?: ServiceAccountProperties[]; + serviceAccounts?: ServiceAccountProperties[] = #[]; + + @doc("The properties of the ADR instance.") + adr?: AdrProperties = #{ enabled: true }; + + @doc("The properties of the AKRI instance.") + akri?: AkriInstanceProperties = #{ enabled: true }; + + @doc("The properties of the connectors instance.") + connectors?: ConnectorInstanceProperties = #{ enabled: true }; + + @doc("The properties of the dataflows instance.") + dataFlows?: DataFlowInstanceProperties = #{ enabled: true }; + + @doc("The properties of the device provisioning instance.") + mqttBroker?: MqttBrokerInstanceProperties = #{ enabled: true }; + + @doc("The properties of the device provisioning instance.") + schemaRegistry?: SchemaRegistryInstanceProperties = #{ enabled: true }; } @doc("The properties of a Service Account.") @@ -63,3 +81,38 @@ model ServiceAccountProperties { @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.") + enabled: boolean; +} +@doc("The properties of an AKRI instance.") +model AkriInstanceProperties { + @doc("This determines if the AKRI service is enabled.") + enabled: boolean; +} + +@doc("The properties of a Connector instance.") +model ConnectorInstanceProperties { + @doc("This determines if the Connector service is enabled.") + enabled: boolean; +} + +@doc("The properties of an DataFlow instance.") +model DataFlowInstanceProperties { + @doc("This determines if the DataFlow service is enabled.") + enabled: boolean; +} + +@doc("The properties of an MQTT Broker instance.") +model MqttBrokerInstanceProperties { + @doc("This determines if the MQTT Broker service is enabled.") + enabled: boolean; +} + +@doc("The properties of a Schema Registry instance.") +model SchemaRegistryInstanceProperties { + @doc("This determines if the Schema Registry service is enabled.") + enabled: boolean; +} From 4e5d2432266db485b57e44327c04aae4ac0babd4 Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Thu, 8 Aug 2024 16:14:48 -0700 Subject: [PATCH 2/4] commit examples --- ...ication_CreateOrUpdate_MaximumSet_Gen.json | 86 ++-- ...rAuthentication_Delete_MaximumSet_Gen.json | 2 +- ...okerAuthentication_Get_MaximumSet_Gen.json | 34 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ization_CreateOrUpdate_MaximumSet_Gen.json | 62 +-- ...erAuthorization_Delete_MaximumSet_Gen.json | 2 +- ...rokerAuthorization_Get_MaximumSet_Gen.json | 26 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 28 +- ...istener_CreateOrUpdate_MaximumSet_Gen.json | 116 +++--- .../BrokerListener_Delete_MaximumSet_Gen.json | 2 +- .../BrokerListener_Get_MaximumSet_Gen.json | 44 +- ...er_ListByResourceGroup_MaximumSet_Gen.json | 44 +- .../Broker_CreateOrUpdate_MaximumSet_Gen.json | 380 +++++++++--------- .../Broker_Delete_MaximumSet_Gen.json | 2 +- .../Broker_Get_MaximumSet_Gen.json | 132 +++--- ...er_ListByResourceGroup_MaximumSet_Gen.json | 132 +++--- ...ndpoint_CreateOrUpdate_MaximumSet_Gen.json | 242 +++++------ ...ataflowEndpoint_Delete_MaximumSet_Gen.json | 2 +- .../DataflowEndpoint_Get_MaximumSet_Gen.json | 86 ++-- ...nt_ListByResourceGroup_MaximumSet_Gen.json | 88 ++-- ...Profile_CreateOrUpdate_MaximumSet_Gen.json | 80 ++-- ...DataflowProfile_Delete_MaximumSet_Gen.json | 2 +- .../DataflowProfile_Get_MaximumSet_Gen.json | 32 +- ...le_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ataflow_CreateOrUpdate_MaximumSet_Gen.json | 134 +++--- .../Dataflow_Delete_MaximumSet_Gen.json | 2 +- .../Dataflow_Get_MaximumSet_Gen.json | 50 +-- ..._ListByProfileResource_MaximumSet_Gen.json | 50 +-- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 122 ++++-- .../Instance_Delete_MaximumSet_Gen.json | 2 +- .../Instance_Get_MaximumSet_Gen.json | 48 ++- ...ce_ListByResourceGroup_MaximumSet_Gen.json | 48 ++- ...nce_ListBySubscription_MaximumSet_Gen.json | 48 ++- .../Instance_Update_MaximumSet_Gen.json | 50 ++- .../Operations_List_MaximumSet_Gen.json | 8 +- ...ication_CreateOrUpdate_MaximumSet_Gen.json | 86 ++-- ...rAuthentication_Delete_MaximumSet_Gen.json | 2 +- ...okerAuthentication_Get_MaximumSet_Gen.json | 34 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ization_CreateOrUpdate_MaximumSet_Gen.json | 62 +-- ...erAuthorization_Delete_MaximumSet_Gen.json | 2 +- ...rokerAuthorization_Get_MaximumSet_Gen.json | 26 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 28 +- ...istener_CreateOrUpdate_MaximumSet_Gen.json | 116 +++--- .../BrokerListener_Delete_MaximumSet_Gen.json | 2 +- .../BrokerListener_Get_MaximumSet_Gen.json | 44 +- ...er_ListByResourceGroup_MaximumSet_Gen.json | 44 +- .../Broker_CreateOrUpdate_MaximumSet_Gen.json | 380 +++++++++--------- .../Broker_Delete_MaximumSet_Gen.json | 2 +- .../examples/Broker_Get_MaximumSet_Gen.json | 132 +++--- ...er_ListByResourceGroup_MaximumSet_Gen.json | 132 +++--- ...ndpoint_CreateOrUpdate_MaximumSet_Gen.json | 242 +++++------ ...ataflowEndpoint_Delete_MaximumSet_Gen.json | 2 +- .../DataflowEndpoint_Get_MaximumSet_Gen.json | 86 ++-- ...nt_ListByResourceGroup_MaximumSet_Gen.json | 88 ++-- ...Profile_CreateOrUpdate_MaximumSet_Gen.json | 80 ++-- ...DataflowProfile_Delete_MaximumSet_Gen.json | 2 +- .../DataflowProfile_Get_MaximumSet_Gen.json | 32 +- ...le_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ataflow_CreateOrUpdate_MaximumSet_Gen.json | 134 +++--- .../Dataflow_Delete_MaximumSet_Gen.json | 2 +- .../examples/Dataflow_Get_MaximumSet_Gen.json | 50 +-- ..._ListByProfileResource_MaximumSet_Gen.json | 50 +-- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 122 ++++-- .../Instance_Delete_MaximumSet_Gen.json | 2 +- .../examples/Instance_Get_MaximumSet_Gen.json | 48 ++- ...ce_ListByResourceGroup_MaximumSet_Gen.json | 48 ++- ...nce_ListBySubscription_MaximumSet_Gen.json | 48 ++- .../Instance_Update_MaximumSet_Gen.json | 50 ++- .../Operations_List_MaximumSet_Gen.json | 8 +- .../2024-08-15-preview/iotoperations.json | 105 ++++- 71 files changed, 2484 insertions(+), 2129 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json index aafa73d2f6a1..9975ca92e06b 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -17,38 +17,38 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ] }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -64,51 +64,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -125,51 +125,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json index 4422c3e4ab57..1f5b14ac65e5 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json index 46a856ee306b..583a8369089e 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -20,51 +20,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json index 157f3357a6ac..78c6609c9074 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -21,51 +21,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json index 9ed213eadd5d..56df523bdfd4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -18,28 +18,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -49,7 +49,7 @@ } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -66,28 +66,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -98,19 +98,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -128,28 +128,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -160,19 +160,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json index 8a71cf0b4090..23b708a775c4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json index 8ab452802360..214690864772 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -21,28 +21,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -53,19 +53,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json index 5a9e5d9e04c8..4d3f5a02dc0c 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -22,28 +22,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -54,23 +54,23 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], - "nextLink": "https://microsoft.com/auclyxpc" + "nextLink": "https://microsoft.com/ap" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json index 51f4341b86c3..a3bbef3e7f9c 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json @@ -3,31 +3,31 @@ "operationId": "BrokerListener_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", "listenerName": "resource-name123", "resource": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -35,17 +35,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -54,7 +54,7 @@ "serviceType": "ClusterIp" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -63,24 +63,24 @@ "200": { "body": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -88,17 +88,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -108,19 +108,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -130,24 +130,24 @@ }, "body": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -155,17 +155,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -175,19 +175,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json index a1d8b789acd7..701aed39b3af 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json index 6c2c62918b99..a5cb6a991761 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -13,24 +13,24 @@ "200": { "body": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -38,17 +38,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -58,19 +58,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json index 76e486212cbc..3f47e3c352a7 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,24 +14,24 @@ "value": [ { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -39,17 +39,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -59,19 +59,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json index eff91df612c4..e88476b22374 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -11,20 +11,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -33,46 +33,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -80,84 +80,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -168,7 +168,7 @@ "memoryProfile": "Tiny" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -179,20 +179,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -201,46 +201,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -248,84 +248,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -337,19 +337,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -361,20 +361,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -383,46 +383,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -430,84 +430,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -519,19 +519,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json index 1c9147dd8265..840a7e0e1529 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json index b8e9d8ff1e9c..217d6400faf2 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,20 +14,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -36,46 +36,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -83,84 +83,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -172,19 +172,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json index cc65d3a18b40..2beedd447db2 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -15,20 +15,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -37,46 +37,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -84,84 +84,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -173,19 +173,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json index 0644aea50697..e4e286cbb8be 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123", @@ -14,91 +14,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -106,48 +106,48 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -161,91 +161,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -253,61 +253,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -322,91 +322,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -414,61 +414,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json index c1309b97d559..e49f1d85163c 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json index b0d5d557edba..ca4855ded1ce 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" @@ -17,91 +17,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -109,61 +109,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json index 71ff77b56b80..adc7c984e1d9 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -18,91 +18,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -110,65 +110,65 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], - "nextLink": "https://microsoft.com/af" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json index 7be93ab90bef..56215c8617e5 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -12,24 +12,24 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2 + "instanceCount": 14 }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -41,37 +41,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -84,37 +84,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json index b701bde33962..5d76e22ba334 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json index 3e752b73c9c8..51ca68f199cf 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -15,37 +15,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json index 78ca14319e1b..131c6925584f 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -16,41 +16,41 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], - "nextLink": "https://microsoft.com/ao" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json index 312caa486dc7..3bd59c28e394 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -14,28 +14,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -43,9 +43,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -53,22 +53,22 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ] }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -81,28 +81,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -110,9 +110,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -120,35 +120,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -162,28 +162,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -191,9 +191,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -201,35 +201,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json index fe5df511b7ee..6b9386f28098 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json index be545b03b556..8b93743b46e4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -17,28 +17,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -46,9 +46,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -56,35 +56,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json index b38855dd0314..1e741f7d0c8a 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_ListByProfileResource", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -18,28 +18,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -47,9 +47,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -57,35 +57,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], 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 a7e52547c45d..a4602e569824 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 @@ -3,28 +3,46 @@ "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "resource": { "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRegistryNamespace": "resource-name123" + "schemaRegistryNamespace": "resource-name123", + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { "type": "None", "userAssignedIdentities": { - "key9448": {} + "key1944": {} } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb" + "location": "helmgkjv" } }, "responses": { @@ -33,17 +51,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -51,26 +87,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -82,17 +118,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -100,26 +154,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json index 1cb569ce4dc7..226596b872a4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json index f9a9e560811f..4d8ff79fd175 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -13,17 +13,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -31,26 +49,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json index 40dbe0cf324d..5805197204aa 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations" }, "responses": { @@ -14,17 +14,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -32,26 +50,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json index 8014acdb50d8..36b2819572b6 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListBySubscription", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352" + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132" }, "responses": { "200": { @@ -13,17 +13,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -31,26 +49,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json index 78f885760c14..412a9aae869c 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json @@ -3,12 +3,12 @@ "operationId": "Instance_Update", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "properties": { "tags": { - "key3801": "rvtkxvfwpijgeugcxuzwszozxftt" + "key2360": "lzejwmzkrvaz" } } }, @@ -18,17 +18,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -36,26 +54,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json index 43cdda131a39..ac875bfa040f 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json @@ -9,12 +9,12 @@ "body": { "value": [ { - "name": "eqovorzxnhwoqgxaduiadiuzqs", + "name": "inlwhmznt", "isDataAction": true, "display": { - "provider": "eiztguxipfbnhqdv", - "resource": "tbt", - "operation": "drpmwofxppbaooelb", + "provider": "zogbazsl", + "resource": "ortdqnjquxg", + "operation": "o", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit." }, "origin": "user", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json index aafa73d2f6a1..9975ca92e06b 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -17,38 +17,38 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ] }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -64,51 +64,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -125,51 +125,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json index 4422c3e4ab57..1f5b14ac65e5 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json index 46a856ee306b..583a8369089e 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -20,51 +20,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json index 157f3357a6ac..78c6609c9074 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -21,51 +21,51 @@ "auth": { "x509": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } }, - "caCertConfigMap": "zoxllgdrumxvfhtzggebjljgwdk", + "caCertConfigMap": "upetmpmymvwcaah", "endpoint": "https://www.example.com", "headers": { - "key8387": "bobntvz" + "key8006": "gstccjvhnzvosvmx" } }, "serviceAccountTokenSettings": { "audiences": [ - "bnxnelhhpwuyejmmhtetdwacqql" + "cognvueejpqunn" ] }, "x509Settings": { "authorizationAttributes": { - "key5002": { + "key8368": { "attributes": { - "key3517": "ud" + "key7617": "oqmfqkyaljjgngblaknjtpbgdul" }, - "subject": "evng" + "subject": "hluizall" } }, - "trustedClientCaCert": "eztlgjvatxlqvkcr" + "trustedClientCaCert": "npchkogxazxmaxgobablermecpa" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "bgsl", - "type": "khyvsncilleyjc", + "name": "dk", + "type": "bjgw", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json index 9ed213eadd5d..56df523bdfd4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -18,28 +18,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -49,7 +49,7 @@ } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -66,28 +66,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -98,19 +98,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -128,28 +128,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -160,19 +160,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json index 8a71cf0b4090..23b708a775c4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json index 8ab452802360..214690864772 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -21,28 +21,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -53,19 +53,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json index 5a9e5d9e04c8..4d3f5a02dc0c 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -22,28 +22,28 @@ { "method": "Connect", "topics": [ - "xxxhvvvgfgqiotfte" + "gisywemfuohfcizq" ] } ], "principals": { "attributes": [ { - "key6601": "hgn" + "key8101": "rjilkigjetcfpmrenxkurxgtb" } ], "clientIds": [ - "eridpeherwhyxjjnpununuj" + "n" ], "usernames": [ - "tmxqbeaammwdlxrjl" + "ucqkydllhskaspwdr" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "wkzbtpjqoivvpbxx" + "ityuyxvsbkgchogixeanzvmnvvcf" ], "method": "Read" } @@ -54,23 +54,23 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ginndyhytb", - "type": "xrlixhwbcttc", + "name": "iubdwq", + "type": "pvposdfvihizhen", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], - "nextLink": "https://microsoft.com/auclyxpc" + "nextLink": "https://microsoft.com/ap" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json index 51f4341b86c3..a3bbef3e7f9c 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json @@ -3,31 +3,31 @@ "operationId": "BrokerListener_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", "listenerName": "resource-name123", "resource": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -35,17 +35,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -54,7 +54,7 @@ "serviceType": "ClusterIp" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -63,24 +63,24 @@ "200": { "body": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -88,17 +88,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -108,19 +108,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -130,24 +130,24 @@ }, "body": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -155,17 +155,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -175,19 +175,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json index a1d8b789acd7..701aed39b3af 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json index 6c2c62918b99..a5cb6a991761 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -13,24 +13,24 @@ "200": { "body": { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -38,17 +38,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -58,19 +58,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json index 76e486212cbc..3f47e3c352a7 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,24 +14,24 @@ "value": [ { "properties": { - "serviceName": "nylfustgft", + "serviceName": "hbeekmkvacmrbqky", "ports": [ { - "authenticationRef": "mwemlutltkxbc", - "authorizationRef": "xomdajpruoxofxeqqibvvzhtcjkwcz", - "nodePort": 2969, - "port": 6585, + "authenticationRef": "wcmhjindxwlckj", + "authorizationRef": "ekxotghayvn", + "nodePort": 4448, + "port": 2018, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "twptzhpugijolwjwpbmpt", - "secretName": "upsfnwjqzdphm", - "renewBefore": "i", + "duration": "vncpqydpgiemvuweqwfhlmgb", + "secretName": "bvbdbuuoaobfq", + "renewBefore": "fxjvdbybbmzahtfbhxb", "issuerRef": { - "group": "nlptbdkswvspetdjdwjhrmfjfyhbv", + "group": "fczjmigkwwgaudqgtvyx", "kind": "Issuer", - "name": "uta" + "name": "zekpymlhglbslpfp" }, "privateKey": { "algorithm": "Ec256", @@ -39,17 +39,17 @@ }, "san": { "dns": [ - "yaqxbdeghjycatsaixqcewtfe" + "jghjixxevtmimwaqmez" ], "ip": [ - "hbwafnute" + "yajtqprkegpqrg" ] } }, "manual": { "secretRef": { - "name": "jxovbgbszgykyqdzowyhycnizquf", - "namespace": "cyyshnszs" + "name": "zdpjckultlcggavgutmidgysug", + "namespace": "dkxyw" } } } @@ -59,19 +59,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "iqbibugwaplk", - "type": "dg", + "name": "spbjokpdzqnjk", + "type": "giigwdpewkbumnftnwsiqnrynuakh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json index eff91df612c4..e88476b22374 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -11,20 +11,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -33,46 +33,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -80,84 +80,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -168,7 +168,7 @@ "memoryProfile": "Tiny" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -179,20 +179,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -201,46 +201,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -248,84 +248,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -337,19 +337,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -361,20 +361,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -383,46 +383,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -430,84 +430,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -519,19 +519,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json index 1c9147dd8265..840a7e0e1529 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json index b8e9d8ff1e9c..217d6400faf2 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,20 +14,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -36,46 +36,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -83,84 +83,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -172,19 +172,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json index cc65d3a18b40..2beedd447db2 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -15,20 +15,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 4229, - "maxMessageExpirySeconds": 6560, - "maxPacketSizeBytes": 5161, + "maxSessionExpirySeconds": 3148, + "maxMessageExpirySeconds": 4690, + "maxPacketSizeBytes": 7659, "subscriberQueueLimit": { - "length": 11, + "length": 12, "strategy": "None" }, - "maxReceiveMaximum": 8916, - "maxKeepAliveSeconds": 7571 + "maxReceiveMaximum": 7056, + "maxKeepAliveSeconds": 9071 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "wkoizwtjmfpaaidp", - "renewBefore": "zjqzkiedjjlesjqoebpp", + "duration": "xlytoiuczperfudshnbtsubrzmi", + "renewBefore": "sqkkxanvmvgyrexpfhjoh", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -37,46 +37,46 @@ }, "cardinality": { "backendChain": { - "partitions": 10, - "redundancyFactor": 3, - "workers": 10 + "partitions": 5, + "redundancyFactor": 5, + "workers": 11 }, "frontend": { - "replicas": 14, - "workers": 14 + "replicas": 7, + "workers": 11 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 285, - "timeoutSeconds": 17 + "intervalSeconds": 193, + "timeoutSeconds": 102 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "cacheSizeMegabytes": 68, + "cacheSizeMegabytes": 64, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 26 + "intervalSeconds": 200 }, "spanChannelCapacity": 1000 } @@ -84,84 +84,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } }, "persistentVolumeClaimSpec": { - "volumeName": "yycllysuykpewwarvauk", - "volumeMode": "dekkvszu", - "storageClassName": "ovycmkktgotmbcapjceyssm", + "volumeName": "xojmlofjjxmcosyyguvlnq", + "volumeMode": "qmhdyaeirh", + "storageClassName": "gxquklhwxmlgrnyowif", "accessModes": [ - "abxf" + "einbqeazlcuqflg" ], "dataSource": { - "apiGroup": "bkdmbpmlkamhzlajeyxqxxclbzi", - "kind": "gsoiiuajfoopwwnypqo", - "name": "grgfmtjlgqaazhetusprgepj" + "apiGroup": "ayumgkhhsczeuhckisnqzumprood", + "kind": "que", + "name": "mhedhnntpb" }, "dataSourceRef": { - "apiGroup": "nguvrhmdmvpf", - "kind": "ekbzyysf", - "name": "fuhjyejib", - "namespace": "gojclrqynonqmftfivrwftbxkm" + "apiGroup": "agvpyzlbggezituegcfunxabcn", + "kind": "xijmqvrqetxolqlcwa", + "name": "xhfgkbszutcwlvxdgogb", + "namespace": "pughcbtjqyylqoceelpxslwkhcxr" }, "resources": { "limits": { - "key7467": "jdnvmvhkrijl" + "key7681": "ywzslyjrbippyopazas" }, "requests": { - "key9111": "yfehjewezaeplwcsibimqxoo" + "key5319": "obgkmoeemqdhermogjdqbinbuoxolf" } }, "selector": { "matchExpressions": [ { - "key": "prvxuxuvkwkrxuwaowllymtkw", + "key": "obrhtrkrhgzjxcprcybmekipkubi", "operator": "In", "values": [ - "nixsjzyqwjwjooi" + "hheyqcowvqnqwiwzq" ] } ], "matchLabels": { - "key7628": "qtconcxdamoqi" + "key9439": "wzjwfydikk" } } } @@ -173,19 +173,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "edkyistrotlghozusxtsce", - "type": "vhwrfhlunsduvq", + "name": "gxkpdvubr", + "type": "fnimz", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json index 0644aea50697..e4e286cbb8be 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123", @@ -14,91 +14,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -106,48 +106,48 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -161,91 +161,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -253,61 +253,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -322,91 +322,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -414,61 +414,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json index c1309b97d559..e49f1d85163c 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json index b0d5d557edba..ca4855ded1ce 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" @@ -17,91 +17,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -109,61 +109,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json index 71ff77b56b80..adc7c984e1d9 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -18,91 +18,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mzlrxnaqgmcakeczkarulrhf", + "database": "ulofksamxywllzjcxznxmkxx", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qyakoltthejoxfybcxagwltizou" + "secretRef": "jziydaajeygdrouu" }, "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "qfoytihxoyyjaahusvowtq", - "workspaceName": "gmjprookmtn" + "lakehouseName": "lswtdwkqycpobtuvttst", + "workspaceName": "mgtvtprjalodv" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 3671, - "maxMessages": 9197 + "latencySeconds": 354, + "maxMessages": 2974 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "fdcafkvkboryqo" + "secretRef": "hohkwa" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "consumerGroupId": "rhpyfaonnvaet", - "host": "sgwvjttjodvetzsozbcrcwcnvl", + "consumerGroupId": "lgebihyhqovkdwpkkxbne", + "host": "nacblqk", "batching": { "mode": "Enabled", - "latencyMs": 5503, - "maxBytes": 3103, - "maxMessages": 8941 + "latencyMs": 4019, + "maxBytes": 3570, + "maxMessages": 5329 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -110,65 +110,65 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "ujvhsehlmfdaod" + "persistentVolumeClaimRef": "zyihihztxqfbyinykwcvsrsfrjvgkj" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "jtuzyam" + "audience": "jlifmlgibnpc" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "bcjgqpxtokpe", + "scope": "wtdulccmrfyaojwwotx", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "cpmztzrsxynusrpptbklxdwaokfma" + "audience": "skhzspgahgnfybwayshkrix" }, "x509Settings": { - "secretRef": "lrjspzozbrsrkwpkkxdse" + "secretRef": "awouihqlkrv" } }, - "clientIdPrefix": "yzerrpxnjidfwoozehbmacht", - "host": "x", + "clientIdPrefix": "tvnerkfjtuntvmasikiucjftbwjt", + "host": "fisjoaofdw", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 0, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nxrumbgoo" + "trustedCaCertificateConfigMapRef": "evmlghsgckorhcusy" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "uwxsuldqvq", - "type": "efivorgtksbxdb", + "name": "ytlyn", + "type": "mjnsqnckpgqddtugt", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], - "nextLink": "https://microsoft.com/af" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json index 7be93ab90bef..56215c8617e5 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -12,24 +12,24 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2 + "instanceCount": 14 }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -41,37 +41,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -84,37 +84,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json index b701bde33962..5d76e22ba334 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json index 3e752b73c9c8..51ca68f199cf 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -15,37 +15,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json index 78ca14319e1b..131c6925584f 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -16,41 +16,41 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "dpbkzdvykfalghibbgivylh", - "intervalSeconds": 270, - "level": "nzqxerdxfrp" + "otlpGrpcEndpoint": "llmyuozsbtuxrwfjgtbctdani", + "intervalSeconds": 183, + "level": "sccbfouyrtvtznzngunhfdubgb" }, - "level": "hgxwrgjhrqpbvjdhbscpfttf" + "level": "pxhkahmzopz" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "n", - "intervalSeconds": 155 + "otlpGrpcEndpoint": "rtyef", + "intervalSeconds": 29 }, - "prometheusPort": 9852 + "prometheusPort": 7670 } }, - "instanceCount": 2, + "instanceCount": 14, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "hul", - "type": "nvwdxsw", + "name": "z", + "type": "cbhhvowashplbounjpjyh", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], - "nextLink": "https://microsoft.com/ao" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json index 312caa486dc7..3bd59c28e394 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -14,28 +14,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -43,9 +43,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -53,22 +53,22 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ] }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" } } @@ -81,28 +81,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -110,9 +110,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -120,35 +120,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -162,28 +162,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -191,9 +191,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -201,35 +201,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json index fe5df511b7ee..6b9386f28098 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json index be545b03b556..8b93743b46e4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -17,28 +17,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -46,9 +46,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -56,35 +56,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json index b38855dd0314..1e741f7d0c8a 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_ListByProfileResource", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -18,28 +18,28 @@ "operations": [ { "operationType": "DataflowOperation", - "name": "kgeroeffhmxxvvq", + "name": "vkvviinyzvtspxzmdujxhwnqqrqwqqcwmmtiydqaociblqunzgumztxz", "sourceSettings": { - "endpointRef": "zzzefamssb", - "assetRef": "idvrzftcxeccqokxizaayv", + "endpointRef": "kexnzzqognkwtt", + "assetRef": "irvzhjenkv", "serializationFormat": "Json", - "schemaRef": "e", + "schemaRef": "pjgdsqucnidmuihzfgxnwjvbu", "dataSources": [ - "hhgwhnoobvdxikesnjdrlkv" + "kiuasfnmrbgimhl" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "rqmgskpetfacuawgbs", + "schemaRef": "b", "datasets": [ { - "key": "cmfyzoeykzndaurfkvszzdckugqpppucogtelzchrafysfotobdzcshd", + "key": "rwxfbqiwswkkjmlvhncmnitetuvlmteodlyu", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "oh", + "schemaRef": "zrkjzzwtiiopkrznsonmvkrzccmij", "inputs": [ - "xorlimkebqys" + "biazzzlitayzyahrexdarn" ], - "expression": "lcthkcfrwqvljyndihagkaskis" + "expression": "anlzmmnhocehkinv" } ], "filter": [ @@ -47,9 +47,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "mlrkiixjdnwaygjvtroidht" + "oxzjraofuetdubsjuoxb" ], - "expression": "vxrj" + "expression": "ingkcdwxeurvnmbtrhpeki" } ], "map": [ @@ -57,35 +57,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "nqvphxgegchcirl" + "wpmdlfdjbxkqoaxxkfqha" ], - "expression": "tsdubjissmb", - "output": "qtlooqxmjlvbvomzqo" + "expression": "bklqeyynaloi", + "output": "ny" } ] }, "destinationSettings": { - "endpointRef": "saijwuzyaydhnfskthse", - "dataDestination": "jadrbxxkechcca" + "endpointRef": "exaksoacfgnnookahdrqobcibsgmeh", + "dataDestination": "uxxuysorslul" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "rsjnzenvufqrmvzvzvuveugso", - "type": "paxekun", + "name": "rpohdim", + "type": "wjuyjv", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], 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 a7e52547c45d..a4602e569824 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 @@ -3,28 +3,46 @@ "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "resource": { "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRegistryNamespace": "resource-name123" + "schemaRegistryNamespace": "resource-name123", + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { "type": "None", "userAssignedIdentities": { - "key9448": {} + "key1944": {} } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb" + "location": "helmgkjv" } }, "responses": { @@ -33,17 +51,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -51,26 +87,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } }, @@ -82,17 +118,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -100,26 +154,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json index 1cb569ce4dc7..226596b872a4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json index f9a9e560811f..4d8ff79fd175 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -13,17 +13,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -31,26 +49,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json index 40dbe0cf324d..5805197204aa 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations" }, "responses": { @@ -14,17 +14,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -32,26 +50,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json index 8014acdb50d8..36b2819572b6 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListBySubscription", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352" + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132" }, "responses": { "200": { @@ -13,17 +13,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -31,26 +49,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json index 78f885760c14..412a9aae869c 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json @@ -3,12 +3,12 @@ "operationId": "Instance_Update", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "81A12961-96BA-45F5-9C08-E9579C3D8352", + "subscriptionId": "AFF29B8F-79A0-410C-AEAD-D876166CB132", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "properties": { "tags": { - "key3801": "rvtkxvfwpijgeugcxuzwszozxftt" + "key2360": "lzejwmzkrvaz" } } }, @@ -18,17 +18,35 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "yuatcrcaocorsribiqfnfhjxjgo", + "version": "qrl", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wnxypxnutamatbaguxsr", - "namespace": "jjuszgxrqcofgjhkmhcs" + "name": "czht", + "namespace": "cbfbttuwzvwinlnhkg" } - ] + ], + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataFlows": { + "enabled": true + }, + "mqttBroker": { + "enabled": true + }, + "schemaRegistry": { + "enabled": true + } }, "extendedLocation": { - "name": "uc", + "name": "jgvgtvtpglpvzzpydryluqvurbzjwh", "type": "CustomLocation" }, "identity": { @@ -36,26 +54,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key9448": { + "key1944": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key2631": "gylmlnmqolneqlmlzuodfvmgcuxq" + "key6592": "tsdmjazm" }, - "location": "ydoysjyujygllpeqttistshqdcb", + "location": "helmgkjv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "eqrihcohr", - "type": "igdvpwoyndzfequdbfbqvwhhyrp", + "name": "ygbrclgvavd", + "type": "eqqdhqgepliuxguqvqwc", "systemData": { - "createdBy": "efhwt", + "createdBy": "rovmphklgjmmqfbrajuh", "createdByType": "User", - "createdAt": "2024-08-08T22:35:49.758Z", - "lastModifiedBy": "hepjjsqpcdy", + "createdAt": "2024-08-08T23:11:42.632Z", + "lastModifiedBy": "ilftgsdgpzameyilyerhtxcuphkkxc", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:35:49.758Z" + "lastModifiedAt": "2024-08-08T23:11:42.632Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json index 43cdda131a39..ac875bfa040f 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json @@ -9,12 +9,12 @@ "body": { "value": [ { - "name": "eqovorzxnhwoqgxaduiadiuzqs", + "name": "inlwhmznt", "isDataAction": true, "display": { - "provider": "eiztguxipfbnhqdv", - "resource": "tbt", - "operation": "drpmwofxppbaooelb", + "provider": "zogbazsl", + "resource": "ortdqnjquxg", + "operation": "o", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit." }, "origin": "user", 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 8cc0bfd5c536..740593ab5727 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 @@ -2499,6 +2499,19 @@ ] } }, + "AdrProperties": { + "type": "object", + "description": "The properties of an ADR instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the ADR service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "AdvancedSettings": { "type": "object", "description": "Broker Advanced Settings", @@ -2538,6 +2551,19 @@ } } }, + "AkriInstanceProperties": { + "type": "object", + "description": "The properties of an AKRI instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the AKRI service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "AuthorizationConfig": { "type": "object", "description": "Broker AuthorizationConfig properties", @@ -3538,6 +3564,19 @@ ] } }, + "ConnectorInstanceProperties": { + "type": "object", + "description": "The properties of a Connector instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the Connector service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "DataExplorerAuthMethod": { "$ref": "#/definitions/ManagedIdentityMethod", "x-nullable": false @@ -3592,6 +3631,19 @@ "method" ] }, + "DataFlowInstanceProperties": { + "type": "object", + "description": "The properties of an DataFlow instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the DataFlow service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "DataLakeStorageAuthMethod": { "type": "string", "description": "DataflowEndpoint Data Lake Storage Authentication Method properties", @@ -5160,7 +5212,7 @@ }, "InstanceProperties": { "type": "object", - "description": "The properties of a Instance resource.", + "description": "The properties of the Instance resource.", "properties": { "description": { "type": "string", @@ -5184,11 +5236,36 @@ "serviceAccounts": { "type": "array", "description": "The service accounts to be used for federated credentials.", + "default": [], "items": { "$ref": "#/definitions/ServiceAccountProperties" }, "readOnly": true, "x-ms-identifiers": [] + }, + "adr": { + "$ref": "#/definitions/AdrProperties", + "description": "The properties of the ADR instance." + }, + "akri": { + "$ref": "#/definitions/AkriInstanceProperties", + "description": "The properties of the AKRI instance." + }, + "connectors": { + "$ref": "#/definitions/ConnectorInstanceProperties", + "description": "The properties of the connectors instance." + }, + "dataFlows": { + "$ref": "#/definitions/DataFlowInstanceProperties", + "description": "The properties of the dataflows instance." + }, + "mqttBroker": { + "$ref": "#/definitions/MqttBrokerInstanceProperties", + "description": "The properties of the device provisioning instance." + }, + "schemaRegistry": { + "$ref": "#/definitions/SchemaRegistryInstanceProperties", + "description": "The properties of the device provisioning instance." } }, "required": [ @@ -5538,6 +5615,19 @@ ] } }, + "MqttBrokerInstanceProperties": { + "type": "object", + "description": "The properties of an MQTT Broker instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the MQTT Broker service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "MqttRetainType": { "type": "string", "description": "Broker Retain types", @@ -5924,6 +6014,19 @@ ] } }, + "SchemaRegistryInstanceProperties": { + "type": "object", + "description": "The properties of a Schema Registry instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the Schema Registry service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "SelfCheck": { "type": "object", "description": "Broker Diagnostic Self check properties", From 19b6c8a6ff3042a7c78880ef929395a194f3e7ba Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Thu, 8 Aug 2024 17:17:12 -0700 Subject: [PATCH 3/4] Merge upstream --- ...ication_CreateOrUpdate_MaximumSet_Gen.json | 86 ++-- ...rAuthentication_Delete_MaximumSet_Gen.json | 2 +- ...okerAuthentication_Get_MaximumSet_Gen.json | 34 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 36 +- ...ization_CreateOrUpdate_MaximumSet_Gen.json | 68 ++-- ...erAuthorization_Delete_MaximumSet_Gen.json | 2 +- ...rokerAuthorization_Get_MaximumSet_Gen.json | 28 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 28 +- ...istener_CreateOrUpdate_MaximumSet_Gen.json | 116 +++--- .../BrokerListener_Delete_MaximumSet_Gen.json | 2 +- .../BrokerListener_Get_MaximumSet_Gen.json | 44 +- ...er_ListByResourceGroup_MaximumSet_Gen.json | 44 +- .../Broker_CreateOrUpdate_MaximumSet_Gen.json | 380 +++++++++--------- .../Broker_Delete_MaximumSet_Gen.json | 2 +- .../Broker_Get_MaximumSet_Gen.json | 132 +++--- ...er_ListByResourceGroup_MaximumSet_Gen.json | 132 +++--- ...ndpoint_CreateOrUpdate_MaximumSet_Gen.json | 242 +++++------ ...ataflowEndpoint_Delete_MaximumSet_Gen.json | 2 +- .../DataflowEndpoint_Get_MaximumSet_Gen.json | 86 ++-- ...nt_ListByResourceGroup_MaximumSet_Gen.json | 86 ++-- ...Profile_CreateOrUpdate_MaximumSet_Gen.json | 80 ++-- ...DataflowProfile_Delete_MaximumSet_Gen.json | 2 +- .../DataflowProfile_Get_MaximumSet_Gen.json | 32 +- ...le_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ataflow_CreateOrUpdate_MaximumSet_Gen.json | 134 +++--- .../Dataflow_Delete_MaximumSet_Gen.json | 2 +- .../Dataflow_Get_MaximumSet_Gen.json | 50 +-- ..._ListByProfileResource_MaximumSet_Gen.json | 52 +-- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 128 ++++-- .../Instance_Delete_MaximumSet_Gen.json | 2 +- .../Instance_Get_MaximumSet_Gen.json | 50 ++- ...ce_ListByResourceGroup_MaximumSet_Gen.json | 50 ++- ...nce_ListBySubscription_MaximumSet_Gen.json | 50 ++- .../Instance_Update_MaximumSet_Gen.json | 52 ++- .../Operations_List_MaximumSet_Gen.json | 8 +- .../models/instance.tsp | 12 +- ...ication_CreateOrUpdate_MaximumSet_Gen.json | 86 ++-- ...rAuthentication_Delete_MaximumSet_Gen.json | 2 +- ...okerAuthentication_Get_MaximumSet_Gen.json | 34 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 36 +- ...ization_CreateOrUpdate_MaximumSet_Gen.json | 68 ++-- ...erAuthorization_Delete_MaximumSet_Gen.json | 2 +- ...rokerAuthorization_Get_MaximumSet_Gen.json | 28 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 28 +- ...istener_CreateOrUpdate_MaximumSet_Gen.json | 116 +++--- .../BrokerListener_Delete_MaximumSet_Gen.json | 2 +- .../BrokerListener_Get_MaximumSet_Gen.json | 44 +- ...er_ListByResourceGroup_MaximumSet_Gen.json | 44 +- .../Broker_CreateOrUpdate_MaximumSet_Gen.json | 380 +++++++++--------- .../Broker_Delete_MaximumSet_Gen.json | 2 +- .../examples/Broker_Get_MaximumSet_Gen.json | 132 +++--- ...er_ListByResourceGroup_MaximumSet_Gen.json | 132 +++--- ...ndpoint_CreateOrUpdate_MaximumSet_Gen.json | 242 +++++------ ...ataflowEndpoint_Delete_MaximumSet_Gen.json | 2 +- .../DataflowEndpoint_Get_MaximumSet_Gen.json | 86 ++-- ...nt_ListByResourceGroup_MaximumSet_Gen.json | 86 ++-- ...Profile_CreateOrUpdate_MaximumSet_Gen.json | 80 ++-- ...DataflowProfile_Delete_MaximumSet_Gen.json | 2 +- .../DataflowProfile_Get_MaximumSet_Gen.json | 32 +- ...le_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ataflow_CreateOrUpdate_MaximumSet_Gen.json | 134 +++--- .../Dataflow_Delete_MaximumSet_Gen.json | 2 +- .../examples/Dataflow_Get_MaximumSet_Gen.json | 50 +-- ..._ListByProfileResource_MaximumSet_Gen.json | 52 +-- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 128 ++++-- .../Instance_Delete_MaximumSet_Gen.json | 2 +- .../examples/Instance_Get_MaximumSet_Gen.json | 50 ++- ...ce_ListByResourceGroup_MaximumSet_Gen.json | 50 ++- ...nce_ListBySubscription_MaximumSet_Gen.json | 50 ++- .../Instance_Update_MaximumSet_Gen.json | 52 ++- .../Operations_List_MaximumSet_Gen.json | 8 +- .../2024-08-15-preview/iotoperations.json | 56 +-- 72 files changed, 2460 insertions(+), 2164 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json index e49f26691472..54cba0cf83b4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -17,38 +17,38 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ] }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -64,51 +64,51 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -125,51 +125,51 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json index cdd277fd25b7..39f3113ec749 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json index 0e7c15c23272..7af0051bbfc0 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -20,51 +20,51 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json index 89d6b0598854..4baf6a14422e 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -21,55 +21,55 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], - "nextLink": "https://microsoft.com/aoisq" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json index 87a76c9c012e..442d33fcc8f5 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -18,31 +18,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -52,7 +52,7 @@ } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -69,31 +69,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -104,19 +104,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -134,31 +134,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -169,19 +169,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json index 920da6c0b2bf..f7e6cb4de7d2 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json index 01fbcf7b46e0..574cdaea070f 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -21,31 +21,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -56,19 +56,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json index 38fbd68ef824..10790650b076 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -22,31 +22,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -57,19 +57,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json index f3201a42e146..f2f69cb4fde4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json @@ -3,31 +3,31 @@ "operationId": "BrokerListener_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", "listenerName": "resource-name123", "resource": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -35,17 +35,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -54,7 +54,7 @@ "serviceType": "ClusterIp" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -63,24 +63,24 @@ "200": { "body": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -88,17 +88,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -108,19 +108,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -130,24 +130,24 @@ }, "body": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -155,17 +155,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -175,19 +175,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json index 71f0a97d3266..4f3bf6480ba6 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json index 51192ee93c62..cf98e9487350 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -13,24 +13,24 @@ "200": { "body": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -38,17 +38,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -58,19 +58,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json index ff4dddaa1546..232409137427 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,24 +14,24 @@ "value": [ { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -39,17 +39,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -59,19 +59,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json index 780ce0bdaab3..34117591a3dc 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -11,20 +11,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -33,46 +33,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -80,84 +80,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -168,7 +168,7 @@ "memoryProfile": "Tiny" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -179,20 +179,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -201,46 +201,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -248,84 +248,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -337,19 +337,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -361,20 +361,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -383,46 +383,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -430,84 +430,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -519,19 +519,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json index bf7b83360f85..6bb22a213a25 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json index 47dec3a187b2..51257bcf3191 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,20 +14,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -36,46 +36,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -83,84 +83,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -172,19 +172,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json index c016253ddcc1..ce8a7dd67066 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -15,20 +15,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -37,46 +37,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -84,84 +84,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -173,19 +173,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json index 034b7b1cc140..bfbd4d976505 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123", @@ -14,91 +14,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -106,48 +106,48 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -161,91 +161,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -253,61 +253,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -322,91 +322,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -414,61 +414,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json index b2b70e8a63af..5f27af5bf8f5 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json index 812666a86c77..8116f3b4854b 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" @@ -17,91 +17,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -109,61 +109,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json index a09bcf9bcb11..6a8fbf449a78 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -18,91 +18,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -110,61 +110,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json index 7092b1783fda..0f587ad12d6e 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -12,24 +12,24 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10 + "instanceCount": 9 }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -41,37 +41,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -84,37 +84,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json index 4640229ca885..4bbd1c9e2e31 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json index 763700d1fcb0..8a8008252500 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -15,37 +15,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json index e051ba8f381e..46330bfa6bb5 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -16,41 +16,41 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], - "nextLink": "https://microsoft.com/a" + "nextLink": "https://microsoft.com/aanon" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json index 9284830bea61..44ef6c70179a 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -14,28 +14,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -43,9 +43,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -53,22 +53,22 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ] }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -81,28 +81,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -110,9 +110,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -120,35 +120,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -162,28 +162,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -191,9 +191,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -201,35 +201,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json index b9ade4a8a0c6..06cb4e5ce486 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json index c7582105ffb0..1e66be7ba165 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -17,28 +17,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -46,9 +46,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -56,35 +56,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json index 40afb2777698..1e76cd84b551 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_ListByProfileResource", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -18,28 +18,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -47,9 +47,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -57,39 +57,39 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], - "nextLink": "https://microsoft.com/a" + "nextLink": "https://microsoft.com/abndndx" } } } 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 28c3e8a6563b..9d30021e7407 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 @@ -3,28 +3,48 @@ "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "resource": { "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRegistryNamespace": "resource-name123" + "schemaRegistryNamespace": "resource-name123", + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { "type": "None", "userAssignedIdentities": { - "key1362": {} + "key7510": {} } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl" + "location": "cvctnuakaxklwgdqoxytsv" } }, "responses": { @@ -33,17 +53,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -51,26 +91,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -82,17 +122,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -100,26 +160,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json index 29df3362becf..b232a8804042 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json index 8aaa7058eb1f..bb51ed36dd02 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -31,26 +51,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json index b07b7697c1e6..60446c3f069e 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations" }, "responses": { @@ -14,17 +14,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -32,26 +52,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json index d91d1158b5a9..ac4cc5ab6f00 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListBySubscription", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A" + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541" }, "responses": { "200": { @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -31,26 +51,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json index 56d59e088880..686fd5de6232 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json @@ -3,12 +3,12 @@ "operationId": "Instance_Update", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "properties": { "tags": { - "key9416": "juslfcwcmgbi" + "key2378": "hyjm" } } }, @@ -18,17 +18,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -36,26 +56,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json index 97e5efc87b37..8d8bc938e0b6 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json @@ -9,12 +9,12 @@ "body": { "value": [ { - "name": "hingcpvcvhnplfxwzkzlvur", + "name": "kkwnqtbqs", "isDataAction": true, "display": { - "provider": "hldrzhfyxwxcoy", - "resource": "ahuiygbwlwdswnbrolsktdmhphlzv", - "operation": "cwkozjpxjmhnamehgpelznso", + "provider": "gdfyxpeglyioatcufhmyspcmdwjct", + "resource": "plvscut", + "operation": "htykklkbggkymrassohycyvepglg", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit." }, "origin": "user", diff --git a/specification/iotoperations/IoTOperations.Management/models/instance.tsp b/specification/iotoperations/IoTOperations.Management/models/instance.tsp index 41b2a532b96a..544ec3f2a2f9 100644 --- a/specification/iotoperations/IoTOperations.Management/models/instance.tsp +++ b/specification/iotoperations/IoTOperations.Management/models/instance.tsp @@ -54,6 +54,12 @@ model InstanceProperties { @OpenAPI.extension("x-ms-identifiers", []) serviceAccounts?: ServiceAccountProperties[] = #[]; + @doc("The configuration for components of the AIO Instance.") + components?: Components = #{}; +} + +@doc("The configuration for components of the AIO Instance.") +model Components { @doc("The properties of the ADR instance.") adr?: AdrProperties = #{ enabled: true }; @@ -64,13 +70,13 @@ model InstanceProperties { connectors?: ConnectorInstanceProperties = #{ enabled: true }; @doc("The properties of the dataflows instance.") - dataFlows?: DataFlowInstanceProperties = #{ enabled: true }; + dataflows?: DataFlowInstanceProperties = #{ enabled: true }; @doc("The properties of the device provisioning instance.") - mqttBroker?: MqttBrokerInstanceProperties = #{ enabled: true }; + mqttbroker?: MqttBrokerInstanceProperties = #{ enabled: true }; @doc("The properties of the device provisioning instance.") - schemaRegistry?: SchemaRegistryInstanceProperties = #{ enabled: true }; + schemaregistry?: SchemaRegistryInstanceProperties = #{ enabled: true }; } @doc("The properties of a Service Account.") diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json index e49f26691472..54cba0cf83b4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -17,38 +17,38 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ] }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -64,51 +64,51 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -125,51 +125,51 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json index cdd277fd25b7..39f3113ec749 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json index 0e7c15c23272..7af0051bbfc0 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -20,51 +20,51 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json index 89d6b0598854..4baf6a14422e 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -21,55 +21,55 @@ "auth": { "x509": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } }, - "caCertConfigMap": "bruomqctvlzypkwmjvlxhxx", + "caCertConfigMap": "ezfntjrfjohuegfugftgkwiydek", "endpoint": "https://www.example.com", "headers": { - "key2507": "lftarg" + "key3094": "avuxbwasgdampxmsktbnzpcbo" } }, "serviceAccountTokenSettings": { "audiences": [ - "fmcxvn" + "cxvmjxvleetjppfgwy" ] }, "x509Settings": { "authorizationAttributes": { - "key3646": { + "key1842": { "attributes": { - "key2569": "vbxehgbc" + "key3208": "fhmqtbxftgtkosqovseamhzpgvpp" }, - "subject": "gcpobhmsrsijlo" + "subject": "qtphkske" } }, - "trustedClientCaCert": "xqksuqyj" + "trustedClientCaCert": "buctnryws" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "cbcgwul", - "type": "ypxrajqzqnhpayinwejxox", + "name": "cjfukartdfuvzeltkihudzjm", + "type": "oqhasmumrwvladjzh", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], - "nextLink": "https://microsoft.com/aoisq" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json index 87a76c9c012e..442d33fcc8f5 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -18,31 +18,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -52,7 +52,7 @@ } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -69,31 +69,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -104,19 +104,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -134,31 +134,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -169,19 +169,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json index 920da6c0b2bf..f7e6cb4de7d2 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json index 01fbcf7b46e0..574cdaea070f 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -21,31 +21,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -56,19 +56,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json index 38fbd68ef824..10790650b076 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -22,31 +22,31 @@ { "method": "Connect", "clientIds": [ - "dvesb" + "cphcbqoqpkmkutfaywxqrxvre" ], "topics": [ - "wuyxirbsyktumikmpypddb" + "lcurajpoqofplfvsmueeja" ] } ], "principals": { "attributes": [ { - "key7228": "nat" + "key1670": "egqwg" } ], "clientIds": [ - "tzoqdkehamh" + "k" ], "usernames": [ - "uuxavybvjbyczw" + "m" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "uqmnhedryvhdtszom" + "mjrs" ], "method": "Read" } @@ -57,19 +57,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "lulzyghqxlptrpfsvjcn", - "type": "tqy", + "name": "lvnl", + "type": "eldswbzkfdth", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json index f3201a42e146..f2f69cb4fde4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json @@ -3,31 +3,31 @@ "operationId": "BrokerListener_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", "listenerName": "resource-name123", "resource": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -35,17 +35,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -54,7 +54,7 @@ "serviceType": "ClusterIp" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -63,24 +63,24 @@ "200": { "body": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -88,17 +88,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -108,19 +108,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -130,24 +130,24 @@ }, "body": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -155,17 +155,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -175,19 +175,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json index 71f0a97d3266..4f3bf6480ba6 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json index 51192ee93c62..cf98e9487350 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -13,24 +13,24 @@ "200": { "body": { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -38,17 +38,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -58,19 +58,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json index ff4dddaa1546..232409137427 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,24 +14,24 @@ "value": [ { "properties": { - "serviceName": "zfkmttvywqqscfi", + "serviceName": "tvekidttkupscowthkewvy", "ports": [ { - "authenticationRef": "oyvabqlawfunngsrpijrla", - "authorizationRef": "l", - "nodePort": 9550, - "port": 5610, + "authenticationRef": "dhqpdvmbzelofeqcy", + "authorizationRef": "owkckgwjgzjsbbugaixbcikzsrmhv", + "nodePort": 9637, + "port": 7032, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "mdixgsyiky", - "secretName": "pofrdqgta", - "renewBefore": "vabbacbuaxmlyrrvofujiqvy", + "duration": "prqrpeuuoryqhvexvix", + "secretName": "dmjokghtgygwmpzbut", + "renewBefore": "wjjgkzgwkjywxv", "issuerRef": { - "group": "tzegdfnublgpfh", + "group": "asf", "kind": "Issuer", - "name": "ezh" + "name": "nvc" }, "privateKey": { "algorithm": "Ec256", @@ -39,17 +39,17 @@ }, "san": { "dns": [ - "nnzco" + "yhlmmfggkjhbdzocnfzmqkvwr" ], "ip": [ - "lcyytgswm" + "fkxijwcwyddmyonvljmmvshw" ] } }, "manual": { "secretRef": { - "name": "lttjhilgvaxxswwxbwgkiek", - "namespace": "g" + "name": "fvdgkrdankresdklhojg", + "namespace": "iwfixghqrm" } } } @@ -59,19 +59,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "egzgjuku", - "type": "i", + "name": "efhqfcbtrtn", + "type": "phmfvpkzibgrr", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json index 780ce0bdaab3..34117591a3dc 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -11,20 +11,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -33,46 +33,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -80,84 +80,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -168,7 +168,7 @@ "memoryProfile": "Tiny" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -179,20 +179,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -201,46 +201,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -248,84 +248,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -337,19 +337,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -361,20 +361,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -383,46 +383,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -430,84 +430,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -519,19 +519,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json index bf7b83360f85..6bb22a213a25 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json index 47dec3a187b2..51257bcf3191 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,20 +14,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -36,46 +36,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -83,84 +83,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -172,19 +172,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json index c016253ddcc1..ce8a7dd67066 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -15,20 +15,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2579, - "maxMessageExpirySeconds": 2835, - "maxPacketSizeBytes": 6, + "maxSessionExpirySeconds": 8443, + "maxMessageExpirySeconds": 4214, + "maxPacketSizeBytes": 2596, "subscriberQueueLimit": { - "length": 4, + "length": 5, "strategy": "None" }, - "maxReceiveMaximum": 2886, - "maxKeepAliveSeconds": 7683 + "maxReceiveMaximum": 7188, + "maxKeepAliveSeconds": 6104 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "cktbfkplcl", - "renewBefore": "qoihzknbinkp", + "duration": "erpbxjwpifkc", + "renewBefore": "wibhzurmjm", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -37,46 +37,46 @@ }, "cardinality": { "backendChain": { - "partitions": 4, - "redundancyFactor": 3, - "workers": 12 + "partitions": 7, + "redundancyFactor": 2, + "workers": 15 }, "frontend": { - "replicas": 11, - "workers": 6 + "replicas": 15, + "workers": 9 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 286, - "timeoutSeconds": 18 + "intervalSeconds": 82, + "timeoutSeconds": 105 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "cacheSizeMegabytes": 77, + "cacheSizeMegabytes": 2, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 251 + "intervalSeconds": 72 }, "spanChannelCapacity": 1000 } @@ -84,84 +84,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } }, "persistentVolumeClaimSpec": { - "volumeName": "ofuruxkttxyqnefgl", - "volumeMode": "dppvlpxafuzcor", - "storageClassName": "bvbwdikgf", + "volumeName": "ypqrffenjslwkbef", + "volumeMode": "jkyuvd", + "storageClassName": "chhv", "accessModes": [ - "mpuqvklbv" + "atneqdpwkzugtntiwprodccevtinc" ], "dataSource": { - "apiGroup": "hggrjrmbliewnzmoeobgb", - "kind": "hwqbpkkfgrygekxknybzmievhba", - "name": "vrpljqhihuchpluovc" + "apiGroup": "kschssha", + "kind": "ytg", + "name": "wfuftgdndxyqtlucktnzqzrxajlw" }, "dataSourceRef": { - "apiGroup": "zttj", - "kind": "uuglltmr", - "name": "ejwvwxerwrt", - "namespace": "c" + "apiGroup": "orpdhzkcqljyjznheqar", + "kind": "aoymrxuuqrrgjgatgtccnqd", + "name": "yo", + "namespace": "bvbvkn" }, "resources": { "limits": { - "key9847": "pevh" + "key6793": "fxkkiqsrlodamln" }, "requests": { - "key2439": "knnypqknwsysdnp" + "key2867": "cbketxuqlqemfkzsxdxpmppq" } }, "selector": { "matchExpressions": [ { - "key": "xnxtevwyeymvxshwtwzlppm", + "key": "ztgukisojtmvdcoi", "operator": "In", "values": [ - "bsabxsxtbnymxr" + "orobiqmaoyclqxymasrowkavxjf" ] } ], "matchLabels": { - "key5487": "pzkivqxzanuqgnpxpcgecpc" + "key5970": "lfxaxqciehxsblpxzspbkh" } } } @@ -173,19 +173,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "fzzwcok", - "type": "fyqtm", + "name": "gmrrknhojcbxsfvuhdtsqefm", + "type": "ijmxdikznekdynfqplvxt", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json index 034b7b1cc140..bfbd4d976505 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123", @@ -14,91 +14,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -106,48 +106,48 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -161,91 +161,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -253,61 +253,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -322,91 +322,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -414,61 +414,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json index b2b70e8a63af..5f27af5bf8f5 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json index 812666a86c77..8116f3b4854b 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" @@ -17,91 +17,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -109,61 +109,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json index a09bcf9bcb11..6a8fbf449a78 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -18,91 +18,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "cdwvrxymbpwphupkhwkisv", + "database": "odzsnvcplnoy", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "dhftaviymdytyjzmiwcgorgfolth" + "secretRef": "apnamlcqghtmsolzeknfqpttzfimxf" }, "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "niryx", - "workspaceName": "xbjkxfk" + "lakehouseName": "meupkshfxkakaturlcgm", + "workspaceName": "ftryibksqsychplmfz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 1912, - "maxMessages": 3748 + "latencySeconds": 3101, + "maxMessages": 2755 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ouartggqagnvtek" + "secretRef": "ypjtuftjhrtphqwepop" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "consumerGroupId": "p", - "host": "szpjweqevapyopfiigvovy", + "consumerGroupId": "ixnvazezgbcogoehcbanhmevy", + "host": "oqpbqsnwr", "batching": { "mode": "Enabled", - "latencyMs": 3057, - "maxBytes": 8604, - "maxMessages": 2969 + "latencyMs": 1323, + "maxBytes": 925, + "maxMessages": 96 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -110,61 +110,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "pfxydiyfnbdb" + "persistentVolumeClaimRef": "fmzprad" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "bqushectjjjddnxtv" + "audience": "fjermrsyy" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "mlppdcejo", + "scope": "pbofngwyzu", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "lkzwjetuqbyqhdmijk" + "audience": "nfzijypufzgqmsb" }, "x509Settings": { - "secretRef": "cmllaqezvzvwmwhfb" + "secretRef": "xvgpbm" } }, - "clientIdPrefix": "sqzvvbpliw", - "host": "nmwxkerrkbbrkjohopo", + "clientIdPrefix": "btimputzrvheiheb", + "host": "bkfizhklu", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 1, + "qos": 2, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "nsyjrutoytabfnrzukxmor" + "trustedCaCertificateConfigMapRef": "jquvvegnmudiioidizforjlexrblc" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "tieiagndlyumbt", - "type": "oqfugjvxvsoaawmzzghzffidzn", + "name": "iqanmitvdhoztmrgonkxl", + "type": "jyrywgcqadumrvrvgcsrvpwdvflz", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json index 7092b1783fda..0f587ad12d6e 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -12,24 +12,24 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10 + "instanceCount": 9 }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -41,37 +41,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -84,37 +84,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json index 4640229ca885..4bbd1c9e2e31 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json index 763700d1fcb0..8a8008252500 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -15,37 +15,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json index e051ba8f381e..46330bfa6bb5 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -16,41 +16,41 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "qlrmtrjucpf", - "intervalSeconds": 194, - "level": "bwsjyxx" + "otlpGrpcEndpoint": "kstgjzja", + "intervalSeconds": 6, + "level": "caixmgpwudaevljhekmlzv" }, - "level": "vjfagjnujhl" + "level": "ql" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "xesfjewbrxmcwgtrhijy", - "intervalSeconds": 5 + "otlpGrpcEndpoint": "cuqm", + "intervalSeconds": 129 }, - "prometheusPort": 3307 + "prometheusPort": 9466 } }, - "instanceCount": 10, + "instanceCount": 9, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "aftxuhxrchiawnhxohjwdmdmax", - "type": "yqfyypatjknpologysvl", + "name": "lububvlh", + "type": "fyxrruvf", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], - "nextLink": "https://microsoft.com/a" + "nextLink": "https://microsoft.com/aanon" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json index 9284830bea61..44ef6c70179a 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -14,28 +14,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -43,9 +43,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -53,22 +53,22 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ] }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" } } @@ -81,28 +81,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -110,9 +110,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -120,35 +120,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -162,28 +162,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -191,9 +191,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -201,35 +201,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json index b9ade4a8a0c6..06cb4e5ce486 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json index c7582105ffb0..1e66be7ba165 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -17,28 +17,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -46,9 +46,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -56,35 +56,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json index 40afb2777698..1e76cd84b551 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_ListByProfileResource", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -18,28 +18,28 @@ "operations": [ { "operationType": "Source", - "name": "mduvirbqurslzofeodtnnskjldpdikuvknasjqmxekuzrmluabfihiedemkqmwa", + "name": "edzarkpfrmzcevkjjfuyzrgvecgddgqmpjkhsstcoxlbbgn", "sourceSettings": { - "endpointRef": "vdlqerat", - "assetRef": "jil", + "endpointRef": "hvfaflpewvuf", + "assetRef": "fjiuw", "serializationFormat": "Json", - "schemaRef": "yqaosnpoaakwecnmzxtbpvq", + "schemaRef": "kroonudlturjwzpnzngmvrvrl", "dataSources": [ - "rlxopgybhkqnzwlgshzzafx" + "qzywrypmgflrrbhuejwsk" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "yxcjfnkpuymuxhwsvnkhjpfnzkuezb", + "schemaRef": "vpldkfxiqihztnsggswtz", "datasets": [ { - "key": "wpmqpwesutdn", + "key": "annvgpaqcjxjhrukfogenc", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "qiikyserkcaoyypwec", + "schemaRef": "pnbssvchewyguukpl", "inputs": [ - "gsrpxrq" + "mkbo" ], - "expression": "o" + "expression": "qztafuywyybdwp" } ], "filter": [ @@ -47,9 +47,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "sskaluggobqwl" + "rvnkbcpuwskdifciqmtxasayya" ], - "expression": "bnmblzwrjdaidkh" + "expression": "joczkveegitokgvaf" } ], "map": [ @@ -57,39 +57,39 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "vvsvs" + "kxpqroetmfbnhdjzxiujrzhuraqyp" ], - "expression": "szqtbdzcsag", - "output": "dwjgciceewnsesqcoejrrfggf" + "expression": "wgaqsnbjlnbwaxjrlltykzc", + "output": "lcmuaokzqbauhbzsxdosq" } ] }, "destinationSettings": { - "endpointRef": "wnpcwumlazlywqvvvgdnhafs", - "dataDestination": "saidegubkukycavtzot" + "endpointRef": "ndqgzdkbxxwcbswjtlebgfoc", + "dataDestination": "evjcgtclxhgd" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "dmmoabpupuknyhpxthzxitjmeufmvw", - "type": "dyqdu", + "name": "fzkrrbmavsehvcmdzjio", + "type": "pvrldztvdxicuhizwitpbidcyv", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], - "nextLink": "https://microsoft.com/a" + "nextLink": "https://microsoft.com/abndndx" } } } 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 28c3e8a6563b..9d30021e7407 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 @@ -3,28 +3,48 @@ "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "resource": { "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRegistryNamespace": "resource-name123" + "schemaRegistryNamespace": "resource-name123", + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { "type": "None", "userAssignedIdentities": { - "key1362": {} + "key7510": {} } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl" + "location": "cvctnuakaxklwgdqoxytsv" } }, "responses": { @@ -33,17 +53,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -51,26 +91,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } }, @@ -82,17 +122,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -100,26 +160,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json index 29df3362becf..b232a8804042 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json index 8aaa7058eb1f..bb51ed36dd02 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -31,26 +51,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json index b07b7697c1e6..60446c3f069e 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations" }, "responses": { @@ -14,17 +14,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -32,26 +52,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json index d91d1158b5a9..ac4cc5ab6f00 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListBySubscription", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A" + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541" }, "responses": { "200": { @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -31,26 +51,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json index 56d59e088880..686fd5de6232 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json @@ -3,12 +3,12 @@ "operationId": "Instance_Update", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "7AE4F22C-E94C-4D88-99DB-D6C6382A697A", + "subscriptionId": "159D58C9-E48D-4D4A-ACDF-95778459E541", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "properties": { "tags": { - "key9416": "juslfcwcmgbi" + "key2378": "hyjm" } } }, @@ -18,17 +18,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "udnwhnuinobnwfqutbmdsw", + "version": "xedozbtaqpmezmgqjlv", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "ju", - "namespace": "wjqpvk" + "name": "zegdsvkjacihnpkbyssai", + "namespace": "fnvx" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "oyodvnalggettyr", + "name": "mflgtagivdgr", "type": "CustomLocation" }, "identity": { @@ -36,26 +56,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key1362": { + "key7510": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key5591": "n" + "key442": "lcdtaeyqvqqqhhxvqedabhhezik" }, - "location": "davfl", + "location": "cvctnuakaxklwgdqoxytsv", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "zjsgolumlpkpzgz", - "type": "mosismiviqu", + "name": "tkcryjlurztwkqnexbrfyjfxunpx", + "type": "pcoezdqzq", "systemData": { - "createdBy": "wsiswd", + "createdBy": "tzmkkkmvljdlyvmsnkfp", "createdByType": "User", - "createdAt": "2024-08-08T22:54:50.378Z", - "lastModifiedBy": "ex", + "createdAt": "2024-08-09T00:14:15.551Z", + "lastModifiedBy": "juhkszcojbdxawpsvazocxziq", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-08T22:54:50.379Z" + "lastModifiedAt": "2024-08-09T00:14:15.551Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json index 97e5efc87b37..8d8bc938e0b6 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json @@ -9,12 +9,12 @@ "body": { "value": [ { - "name": "hingcpvcvhnplfxwzkzlvur", + "name": "kkwnqtbqs", "isDataAction": true, "display": { - "provider": "hldrzhfyxwxcoy", - "resource": "ahuiygbwlwdswnbrolsktdmhphlzv", - "operation": "cwkozjpxjmhnamehgpelznso", + "provider": "gdfyxpeglyioatcufhmyspcmdwjct", + "resource": "plvscut", + "operation": "htykklkbggkymrassohycyvepglg", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit." }, "origin": "user", 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 68a763d6ed18..d3c97a9eda2e 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 @@ -3572,6 +3572,36 @@ ] } }, + "Components": { + "type": "object", + "description": "The configuration for components of the AIO Instance.", + "properties": { + "adr": { + "$ref": "#/definitions/AdrProperties", + "description": "The properties of the ADR instance." + }, + "akri": { + "$ref": "#/definitions/AkriInstanceProperties", + "description": "The properties of the AKRI instance." + }, + "connectors": { + "$ref": "#/definitions/ConnectorInstanceProperties", + "description": "The properties of the connectors instance." + }, + "dataflows": { + "$ref": "#/definitions/DataFlowInstanceProperties", + "description": "The properties of the dataflows instance." + }, + "mqttbroker": { + "$ref": "#/definitions/MqttBrokerInstanceProperties", + "description": "The properties of the device provisioning instance." + }, + "schemaregistry": { + "$ref": "#/definitions/SchemaRegistryInstanceProperties", + "description": "The properties of the device provisioning instance." + } + } + }, "ConnectorInstanceProperties": { "type": "object", "description": "The properties of a Connector instance.", @@ -5250,29 +5280,9 @@ "readOnly": true, "x-ms-identifiers": [] }, - "adr": { - "$ref": "#/definitions/AdrProperties", - "description": "The properties of the ADR instance." - }, - "akri": { - "$ref": "#/definitions/AkriInstanceProperties", - "description": "The properties of the AKRI instance." - }, - "connectors": { - "$ref": "#/definitions/ConnectorInstanceProperties", - "description": "The properties of the connectors instance." - }, - "dataFlows": { - "$ref": "#/definitions/DataFlowInstanceProperties", - "description": "The properties of the dataflows instance." - }, - "mqttBroker": { - "$ref": "#/definitions/MqttBrokerInstanceProperties", - "description": "The properties of the device provisioning instance." - }, - "schemaRegistry": { - "$ref": "#/definitions/SchemaRegistryInstanceProperties", - "description": "The properties of the device provisioning instance." + "components": { + "$ref": "#/definitions/Components", + "description": "The configuration for components of the AIO Instance." } }, "required": [ From 9549c5142aad0e7c389443076e2d81e8e88da36b Mon Sep 17 00:00:00 2001 From: Nonso Chukwuogor Date: Thu, 8 Aug 2024 17:23:01 -0700 Subject: [PATCH 4/4] examples --- ...ication_CreateOrUpdate_MaximumSet_Gen.json | 86 ++-- ...rAuthentication_Delete_MaximumSet_Gen.json | 2 +- ...okerAuthentication_Get_MaximumSet_Gen.json | 34 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ization_CreateOrUpdate_MaximumSet_Gen.json | 68 ++-- ...erAuthorization_Delete_MaximumSet_Gen.json | 2 +- ...rokerAuthorization_Get_MaximumSet_Gen.json | 28 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 30 +- ...istener_CreateOrUpdate_MaximumSet_Gen.json | 116 +++--- .../BrokerListener_Delete_MaximumSet_Gen.json | 2 +- .../BrokerListener_Get_MaximumSet_Gen.json | 44 +-- ...er_ListByResourceGroup_MaximumSet_Gen.json | 44 +-- .../Broker_CreateOrUpdate_MaximumSet_Gen.json | 374 +++++++++--------- .../Broker_Delete_MaximumSet_Gen.json | 2 +- .../Broker_Get_MaximumSet_Gen.json | 130 +++--- ...er_ListByResourceGroup_MaximumSet_Gen.json | 132 +++---- ...ndpoint_CreateOrUpdate_MaximumSet_Gen.json | 242 ++++++------ ...ataflowEndpoint_Delete_MaximumSet_Gen.json | 2 +- .../DataflowEndpoint_Get_MaximumSet_Gen.json | 86 ++-- ...nt_ListByResourceGroup_MaximumSet_Gen.json | 88 ++--- ...Profile_CreateOrUpdate_MaximumSet_Gen.json | 74 ++-- ...DataflowProfile_Delete_MaximumSet_Gen.json | 2 +- .../DataflowProfile_Get_MaximumSet_Gen.json | 30 +- ...le_ListByResourceGroup_MaximumSet_Gen.json | 30 +- ...ataflow_CreateOrUpdate_MaximumSet_Gen.json | 134 +++---- .../Dataflow_Delete_MaximumSet_Gen.json | 2 +- .../Dataflow_Get_MaximumSet_Gen.json | 50 +-- ..._ListByProfileResource_MaximumSet_Gen.json | 50 +-- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 128 ++++-- .../Instance_Delete_MaximumSet_Gen.json | 2 +- .../Instance_Get_MaximumSet_Gen.json | 50 ++- ...ce_ListByResourceGroup_MaximumSet_Gen.json | 52 ++- ...nce_ListBySubscription_MaximumSet_Gen.json | 52 ++- .../Instance_Update_MaximumSet_Gen.json | 52 ++- .../Operations_List_MaximumSet_Gen.json | 8 +- ...ication_CreateOrUpdate_MaximumSet_Gen.json | 86 ++-- ...rAuthentication_Delete_MaximumSet_Gen.json | 2 +- ...okerAuthentication_Get_MaximumSet_Gen.json | 34 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 34 +- ...ization_CreateOrUpdate_MaximumSet_Gen.json | 68 ++-- ...erAuthorization_Delete_MaximumSet_Gen.json | 2 +- ...rokerAuthorization_Get_MaximumSet_Gen.json | 28 +- ...on_ListByResourceGroup_MaximumSet_Gen.json | 30 +- ...istener_CreateOrUpdate_MaximumSet_Gen.json | 116 +++--- .../BrokerListener_Delete_MaximumSet_Gen.json | 2 +- .../BrokerListener_Get_MaximumSet_Gen.json | 44 +-- ...er_ListByResourceGroup_MaximumSet_Gen.json | 44 +-- .../Broker_CreateOrUpdate_MaximumSet_Gen.json | 374 +++++++++--------- .../Broker_Delete_MaximumSet_Gen.json | 2 +- .../examples/Broker_Get_MaximumSet_Gen.json | 130 +++--- ...er_ListByResourceGroup_MaximumSet_Gen.json | 132 +++---- ...ndpoint_CreateOrUpdate_MaximumSet_Gen.json | 242 ++++++------ ...ataflowEndpoint_Delete_MaximumSet_Gen.json | 2 +- .../DataflowEndpoint_Get_MaximumSet_Gen.json | 86 ++-- ...nt_ListByResourceGroup_MaximumSet_Gen.json | 88 ++--- ...Profile_CreateOrUpdate_MaximumSet_Gen.json | 74 ++-- ...DataflowProfile_Delete_MaximumSet_Gen.json | 2 +- .../DataflowProfile_Get_MaximumSet_Gen.json | 30 +- ...le_ListByResourceGroup_MaximumSet_Gen.json | 30 +- ...ataflow_CreateOrUpdate_MaximumSet_Gen.json | 134 +++---- .../Dataflow_Delete_MaximumSet_Gen.json | 2 +- .../examples/Dataflow_Get_MaximumSet_Gen.json | 50 +-- ..._ListByProfileResource_MaximumSet_Gen.json | 50 +-- ...nstance_CreateOrUpdate_MaximumSet_Gen.json | 128 ++++-- .../Instance_Delete_MaximumSet_Gen.json | 2 +- .../examples/Instance_Get_MaximumSet_Gen.json | 50 ++- ...ce_ListByResourceGroup_MaximumSet_Gen.json | 52 ++- ...nce_ListBySubscription_MaximumSet_Gen.json | 52 ++- .../Instance_Update_MaximumSet_Gen.json | 52 ++- .../Operations_List_MaximumSet_Gen.json | 8 +- .../2024-08-15-preview/iotoperations.json | 115 +++++- 71 files changed, 2516 insertions(+), 2123 deletions(-) diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json index 411954915516..c85a50fbf4a4 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -17,38 +17,38 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ] }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -64,51 +64,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -125,51 +125,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json index e2007abf96bf..bd2ae8e45696 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json index 61f065e3b5e1..2f5847b27301 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -20,51 +20,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json index 00a0d6aacca6..feb4e78ead68 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -21,51 +21,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json index 73c9f15cf78a..6ac10d2ab72c 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -18,31 +18,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -52,7 +52,7 @@ } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -69,31 +69,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -104,19 +104,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -134,31 +134,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -169,19 +169,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json index 7b824870748d..a638927fc6e1 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json index 0d54f90f26ba..d9408d911016 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -21,31 +21,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -56,19 +56,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json index ba6a7360b703..3a8781d4a5d3 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -22,31 +22,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -57,23 +57,23 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/ag" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json index 84fc15bf293d..aa29a2663655 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json @@ -3,31 +3,31 @@ "operationId": "BrokerListener_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", "listenerName": "resource-name123", "resource": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -35,17 +35,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -54,7 +54,7 @@ "serviceType": "ClusterIp" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -63,24 +63,24 @@ "200": { "body": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -88,17 +88,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -108,19 +108,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -130,24 +130,24 @@ }, "body": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -155,17 +155,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -175,19 +175,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json index 031a8607ea71..8eb3f9eb07c6 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json index 36af26ed426e..62ba0d0326c9 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -13,24 +13,24 @@ "200": { "body": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -38,17 +38,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -58,19 +58,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json index bfede580daaf..b6992898f473 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,24 +14,24 @@ "value": [ { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -39,17 +39,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -59,19 +59,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json index 3178b4b2ce8d..d7a94b09a113 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -11,20 +11,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -33,46 +33,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -80,84 +80,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -168,7 +168,7 @@ "memoryProfile": "Tiny" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -179,20 +179,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -201,46 +201,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -248,84 +248,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -337,19 +337,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -361,20 +361,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -383,46 +383,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -430,84 +430,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -519,19 +519,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json index c712bed5c2cf..e8490daaab4e 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json index 900f779a8513..11cef73dc1de 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,20 +14,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -36,46 +36,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -83,84 +83,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -172,19 +172,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json index 0f168d625b03..3d0bc26adf49 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Broker_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -15,20 +15,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -37,46 +37,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -84,84 +84,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -173,23 +173,23 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/axkbp" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json index 27ab76ea9883..dada09f29c7b 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123", @@ -14,91 +14,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -106,48 +106,48 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -161,91 +161,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -253,61 +253,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -322,91 +322,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -414,61 +414,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json index 2051d5447ef4..8220ca6dab5b 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json index 4dccccea663a..47864de71962 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" @@ -17,91 +17,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -109,61 +109,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json index 6f52ea6e7473..eabc76799c76 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -18,91 +18,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -110,65 +110,65 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/a" + "nextLink": "https://microsoft.com/awwjulf" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json index 3b389715ddf4..654ce774b822 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -12,24 +12,24 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10 + "instanceCount": 13 }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -41,37 +41,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -84,37 +84,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json index fcea45e09215..6137cbf22eaf 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json index 69fd898ea5d1..01bba9109dce 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -15,37 +15,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json index 1d1f44ff01ff..3f822ce98d60 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -16,37 +16,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json index e0e4679ee965..206e2bba81d0 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -14,28 +14,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -43,9 +43,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -53,22 +53,22 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ] }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -81,28 +81,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -110,9 +110,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -120,35 +120,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -162,28 +162,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -191,9 +191,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -201,35 +201,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json index 1b6e9d2d85b1..c87703be6e87 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json index 5d3146650814..302221ee9ba8 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -17,28 +17,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -46,9 +46,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -56,35 +56,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json index be933c955d8a..df592b84c525 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Dataflow_ListByProfileResource_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_ListByProfileResource", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -18,28 +18,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -47,9 +47,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -57,35 +57,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], 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 e8cb90f7f765..2dec60682097 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 @@ -3,28 +3,48 @@ "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "resource": { "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRegistryNamespace": "resource-name123" + "schemaRegistryNamespace": "resource-name123", + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { "type": "None", "userAssignedIdentities": { - "key5801": {} + "key7109": {} } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy" + "location": "tyiwxgk" } }, "responses": { @@ -33,17 +53,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -51,26 +91,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -82,17 +122,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -100,26 +160,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json index bf15fe61c4f8..092e31fc3988 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json index 96cf5a65bf10..7202e0c8800c 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -31,26 +51,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json index 122c5504bcae..32b96aa8cc89 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations" }, "responses": { @@ -14,17 +14,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -32,30 +52,30 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/apo" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json index 6230d07e641f..6e1d1a359d37 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_ListBySubscription_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListBySubscription", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B" + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D" }, "responses": { "200": { @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -31,30 +51,30 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/apo" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json index dbe8b229c986..2b19efabfc40 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Instance_Update_MaximumSet_Gen.json @@ -3,12 +3,12 @@ "operationId": "Instance_Update", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "properties": { "tags": { - "key2177": "ourbwzg" + "key7574": "cciueflnqtbkzohk" } } }, @@ -18,17 +18,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -36,26 +56,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json index 85b41c71c7a3..be6f9bba174b 100644 --- a/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json +++ b/specification/iotoperations/IoTOperations.Management/examples/2024-08-15-preview/Operations_List_MaximumSet_Gen.json @@ -9,12 +9,12 @@ "body": { "value": [ { - "name": "oab", + "name": "gcunifrkawsjbyybbwctydqsxjypn", "isDataAction": true, "display": { - "provider": "vpjbegsojpsxx", - "resource": "dvaqtmxcqmfgytj", - "operation": "iheyubsdwiugvguaww", + "provider": "vpdznhejbjlsjzurulrikiygsd", + "resource": "twymkuytblkmaypupaktjxba", + "operation": "s", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit." }, "origin": "user", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json index 411954915516..c85a50fbf4a4 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -17,38 +17,38 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ] }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -64,51 +64,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -125,51 +125,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json index e2007abf96bf..bd2ae8e45696 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json index 61f065e3b5e1..2f5847b27301 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -20,51 +20,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json index 00a0d6aacca6..feb4e78ead68 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthentication_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -21,51 +21,51 @@ "auth": { "x509": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } }, - "caCertConfigMap": "iungkxjcbxsecdv", + "caCertConfigMap": "hcdzmmgidarzqycuz", "endpoint": "https://www.example.com", "headers": { - "key7034": "wvcptfayqodtoyo" + "key9180": "u" } }, "serviceAccountTokenSettings": { "audiences": [ - "qmpyfrbuqovorfjnacfqbpcd" + "cyundmsbeuxcbbvkvblcrwntbxuxuj" ] }, "x509Settings": { "authorizationAttributes": { - "key6796": { + "key447": { "attributes": { - "key1109": "bngwicwmiwbkw" + "key639": "azqqinjhoylcurzndclxuejnt" }, - "subject": "zxckdewmcsiaxzcgysi" + "subject": "xbidkqeaerrzjjhhdirfqblh" } }, - "trustedClientCaCert": "wsomfexie" + "trustedClientCaCert": "tljljtyxqncayztcjph" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authentications/resource-name123", - "name": "uwjchlpdhn", - "type": "jvncdxejorleirc", + "name": "wqvk", + "type": "zepooz", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json index 73c9f15cf78a..6ac10d2ab72c 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -18,31 +18,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -52,7 +52,7 @@ } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -69,31 +69,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -104,19 +104,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -134,31 +134,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -169,19 +169,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json index 7b824870748d..a638927fc6e1 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json index 0d54f90f26ba..d9408d911016 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -21,31 +21,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -56,19 +56,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json index ba6a7360b703..3a8781d4a5d3 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerAuthorization_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -22,31 +22,31 @@ { "method": "Connect", "clientIds": [ - "aifizflaslzspjojfjj" + "gbfdncwyofwfgnzsssxzpeva" ], "topics": [ - "magrdvj" + "qheixokkqwsmyptpoxoagbvm" ] } ], "principals": { "attributes": [ { - "key2859": "ciayvazqbatckjpltgl" + "key7894": "w" } ], "clientIds": [ - "npqwmcndlwroxwbtu" + "fifkuddmydnxcdmmhlwdfetdkjkw" ], "usernames": [ - "ym" + "mbuolrofvoduvbezdy" ] }, "stateStoreResources": [ { "keyType": "Pattern", "keys": [ - "ufyaopznertyysvgtpswwonxh" + "eypiqzrscmux" ], "method": "Read" } @@ -57,23 +57,23 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/authorizations/resource-name123", - "name": "ttyusqnxdtdnmgxasnol", - "type": "izhktctmcaiboftpngwzsrwkhwarj", + "name": "nqnapotqzqpvntlsewyapvgit", + "type": "qzwypbzhyisqvizcosxi", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/ag" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json index 84fc15bf293d..aa29a2663655 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json @@ -3,31 +3,31 @@ "operationId": "BrokerListener_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", "listenerName": "resource-name123", "resource": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -35,17 +35,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -54,7 +54,7 @@ "serviceType": "ClusterIp" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -63,24 +63,24 @@ "200": { "body": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -88,17 +88,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -108,19 +108,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -130,24 +130,24 @@ }, "body": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -155,17 +155,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -175,19 +175,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json index 031a8607ea71..8eb3f9eb07c6 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json index 36af26ed426e..62ba0d0326c9 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -13,24 +13,24 @@ "200": { "body": { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -38,17 +38,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -58,19 +58,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json index bfede580daaf..b6992898f473 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "BrokerListener_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,24 +14,24 @@ "value": [ { "properties": { - "serviceName": "vrtnapuxmtbca", + "serviceName": "rcbjqmqwezw", "ports": [ { - "authenticationRef": "hpkjchpwgkclwyu", - "authorizationRef": "cfbtavhahgfiahunvdmbdiaqtyijjf", - "nodePort": 5765, - "port": 3954, + "authenticationRef": "rypdnrcdknoipmqazprgdpxmkmyal", + "authorizationRef": "wfsqtuaxmyyxdnvhfpeeziyf", + "nodePort": 266, + "port": 7174, "protocol": "Mqtt", "tls": { "mode": "Automatic", "certManagerCertificateSpec": { - "duration": "thuox", - "secretName": "ioblrvdxejizolltplh", - "renewBefore": "zopvol", + "duration": "lm", + "secretName": "wryfaxenqvhqxhf", + "renewBefore": "pxohmzjmoydmh", "issuerRef": { - "group": "ngxtrgpkqchlguyizd", + "group": "yskjnv", "kind": "Issuer", - "name": "dvtuvimuth" + "name": "wxpcdwgfy" }, "privateKey": { "algorithm": "Ec256", @@ -39,17 +39,17 @@ }, "san": { "dns": [ - "maqbvdgq" + "tdaodtgcpkdcxyxntlawnvbzijiml" ], "ip": [ - "maxebkasytjstqvyhvqb" + "syf" ] } }, "manual": { "secretRef": { - "name": "rkeqqxjptpawo", - "namespace": "zmhbrjcxpbhphuwerlhhuomsocelf" + "name": "xbzyirkabikcrdnfzwnxzfsfokikh", + "namespace": "ryhawybljdsabcrflzbsjbiwjeisu" } } } @@ -59,19 +59,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123/listeners/resource-name123", - "name": "yqebueuyjngcjijyfztxrdr", - "type": "usp", + "name": "jwzhcaz", + "type": "rabnivdorm", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json index 3178b4b2ce8d..d7a94b09a113 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123", @@ -11,20 +11,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -33,46 +33,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -80,84 +80,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -168,7 +168,7 @@ "memoryProfile": "Tiny" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -179,20 +179,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -201,46 +201,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -248,84 +248,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -337,19 +337,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -361,20 +361,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -383,46 +383,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -430,84 +430,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -519,19 +519,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json index c712bed5c2cf..e8490daaab4e 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json index 900f779a8513..11cef73dc1de 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "brokerName": "resource-name123" @@ -14,20 +14,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -36,46 +36,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -83,84 +83,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -172,19 +172,19 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json index 0f168d625b03..3d0bc26adf49 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Broker_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Broker_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -15,20 +15,20 @@ "properties": { "advanced": { "clients": { - "maxSessionExpirySeconds": 2991, - "maxMessageExpirySeconds": 1557, - "maxPacketSizeBytes": 175, + "maxSessionExpirySeconds": 3903, + "maxMessageExpirySeconds": 3100, + "maxPacketSizeBytes": 9616, "subscriberQueueLimit": { - "length": 7, + "length": 28, "strategy": "None" }, - "maxReceiveMaximum": 3623, - "maxKeepAliveSeconds": 812 + "maxReceiveMaximum": 1947, + "maxKeepAliveSeconds": 5080 }, "encryptInternalTraffic": "Enabled", "internalCerts": { - "duration": "eqzqhwucxsxiyzzivbxkjmfppdhjlf", - "renewBefore": "anlcpwtiiyyblftsdadrjzd", + "duration": "igkvpmizqjucuntbalefmjfxr", + "renewBefore": "sggyicuuprs", "privateKey": { "algorithm": "Ec256", "rotationPolicy": "Always" @@ -37,46 +37,46 @@ }, "cardinality": { "backendChain": { - "partitions": 12, - "redundancyFactor": 4, - "workers": 12 + "partitions": 11, + "redundancyFactor": 3, + "workers": 2 }, "frontend": { - "replicas": 16, - "workers": 16 + "replicas": 4, + "workers": 10 } }, "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 }, "selfCheck": { "mode": "Enabled", - "intervalSeconds": 101, - "timeoutSeconds": 29 + "intervalSeconds": 277, + "timeoutSeconds": 119 }, "traces": { "mode": "Enabled", "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "cacheSizeMegabytes": 78, + "cacheSizeMegabytes": 112, "selfTracing": { "mode": "Enabled", - "intervalSeconds": 184 + "intervalSeconds": 102 }, "spanChannelCapacity": 1000 } @@ -84,84 +84,84 @@ "diskBackedMessageBuffer": { "maxSize": "500M", "ephemeralVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } }, "persistentVolumeClaimSpec": { - "volumeName": "hbjlwconwy", - "volumeMode": "sjhg", - "storageClassName": "glqxgvxlynuwcsynjxdbzrvtoj", + "volumeName": "oyi", + "volumeMode": "vtaf", + "storageClassName": "jg", "accessModes": [ - "u" + "zocbwygnfdsotb" ], "dataSource": { - "apiGroup": "gwnipsnqxjsrajlurqcgjphxhaap", - "kind": "ew", - "name": "cqmkqoihlgvgphoqjthhtpbde" + "apiGroup": "ldgddsrdervdfbuip", + "kind": "dcs", + "name": "ficsweuow" }, "dataSourceRef": { - "apiGroup": "a", - "kind": "vfeuwvjsflxutqncabgnpbexucek", - "name": "admjuuxmoustfhgttmsjfpwxzenexj", - "namespace": "x" + "apiGroup": "ltsadsllpmzqlqektcxqbnkzzosmd", + "kind": "jjqnhcjooglendkakceuxulwwmurx", + "name": "jdeypybvadteanupwn", + "namespace": "ssbucqubiwsnuxuhyx" }, "resources": { "limits": { - "key9332": "cldaicqadd" + "key5701": "ieoylfzvreokqp" }, "requests": { - "key592": "xyppnjah" + "key8881": "jovhomyvgyzdjiao" } }, "selector": { "matchExpressions": [ { - "key": "b", + "key": "jbp", "operator": "In", "values": [ - "jpkzwfuwjy" + "dnfltfmufmvkz" ] } ], "matchLabels": { - "key1591": "abbfiuzntqymmqtsygppmwsep" + "key6105": "ljtdyqxxrrgiqsoyeqoiqurknu" } } } @@ -173,23 +173,23 @@ "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/brokers/resource-name123", - "name": "eb", - "type": "ocwfnaixakkbskqecjelnggrfur", + "name": "xurqdowywdg", + "type": "qcpdxfmkouohdfvr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/axkbp" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json index 27ab76ea9883..dada09f29c7b 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123", @@ -14,91 +14,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -106,48 +106,48 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -161,91 +161,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -253,61 +253,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -322,91 +322,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -414,61 +414,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json index 2051d5447ef4..8220ca6dab5b 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json index 4dccccea663a..47864de71962 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowEndpointName": "resource-name123" @@ -17,91 +17,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -109,61 +109,61 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json index 6f52ea6e7473..eabc76799c76 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowEndpoint_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -18,91 +18,91 @@ "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, - "database": "mspndnhlmjvpdbusjwndtzrrdfavtx", + "database": "xd", "host": "..kusto.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "dataLakeStorageSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "accessTokenSettings": { - "secretRef": "qqbisetevklioalmzvypmylycdrwbg" + "secretRef": "fgqjdnbmidiixaytmdxyxmobfaw" }, "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "host": ".blob.core.windows.net", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "fabricOneLakeSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" } }, "names": { - "lakehouseName": "jsebtrfavoxjzu", - "workspaceName": "popoztybbqeepxpkwegvwjp" + "lakehouseName": "xfxedaqfjqtfsxjy", + "workspaceName": "sohqmsffbxmmcgxyfyhkz" }, "oneLakePathType": "Files", "host": "https://.fabric.microsoft.com", "batching": { - "latencySeconds": 2526, - "maxMessages": 2316 + "latencySeconds": 9959, + "maxMessages": 8042 } }, "kafkaSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "saslSettings": { "saslType": "Plain", - "secretRef": "ywjlp" + "secretRef": "xfnfwdexwuwonruswihkrtbmxlqel" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "consumerGroupId": "ljuuzw", - "host": "ffyufpetfjlzpcokuvzatriio", + "consumerGroupId": "xkpbghwbinuluktjtsudupcumos", + "host": "oicmbgfnyieeozq", "batching": { "mode": "Enabled", - "latencyMs": 878, - "maxBytes": 9206, - "maxMessages": 7920 + "latencyMs": 5252, + "maxBytes": 1369, + "maxMessages": 2154 }, "copyMqttProperties": "Enabled", "compression": "None", @@ -110,65 +110,65 @@ "partitionStrategy": "Default", "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "localStorageSettings": { - "persistentVolumeClaimRef": "cfzlmgaeeqpjzgl" + "persistentVolumeClaimRef": "zprrjs" }, "mqttSettings": { "authentication": { "method": "SystemAssignedManagedIdentity", "systemAssignedManagedIdentitySettings": { - "audience": "ezppwkkilgutezyw" + "audience": "hknntjvehvsybxjaoyzsekug" }, "userAssignedManagedIdentitySettings": { "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2", - "scope": "t", + "scope": "idlzntlrr", "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec" }, "serviceAccountTokenSettings": { - "audience": "nhftmbiwuhjbfbndjkkucpcxpnstwg" + "audience": "bil" }, "x509CertificateSettings": { - "secretRef": "hprkokjwkbscc" + "secretRef": "fmbhwyokc" } }, - "clientIdPrefix": "huohyvbrxdzsrroxgypwts", - "host": "pmuiwsldmuocydzmppso", + "clientIdPrefix": "rxgqmel", + "host": "oqkyudvdpecrkyikoiaygkxgihpjx", "protocol": "Mqtt", "keepAliveSeconds": 0, "retain": "Keep", "maxInflightMessages": 0, - "qos": 2, + "qos": 1, "sessionExpirySeconds": 0, "tls": { "mode": "Enabled", - "trustedCaCertificateConfigMapRef": "yjpgexvmdsvxztxlurybhpwcdubt" + "trustedCaCertificateConfigMapRef": "f" }, "cloudEventMapping": "PassThrough" }, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowEndpoints/resource-name123", - "name": "bbgravluj", - "type": "hqzivldzefmmoniuyfajtwau", + "name": "zdvcdbrv", + "type": "itzqlcomooamtdtflvxjtzigvc", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/a" + "nextLink": "https://microsoft.com/awwjulf" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json index 3b389715ddf4..654ce774b822 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -12,24 +12,24 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10 + "instanceCount": 13 }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -41,37 +41,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -84,37 +84,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json index fcea45e09215..6137cbf22eaf 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json index 69fd898ea5d1..01bba9109dce 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -15,37 +15,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json index 1d1f44ff01ff..3f822ce98d60 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "DataflowProfile_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -16,37 +16,37 @@ "diagnostics": { "logs": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "ejkdsrhifa", + "otlpGrpcEndpoint": "bmnrbpdxybzdvrnwn", "intervalSeconds": 242, - "level": "bopokdbuwlqbajqbplajewnrapxb" + "level": "mtwjoxs" }, - "level": "drlvaiseowjfbvotsklmqhwljzzofb" + "level": "wxrtdtookzoztlokte" }, "metrics": { "opentelemetryExportConfig": { - "otlpGrpcEndpoint": "kpsyyroxl", - "intervalSeconds": 44 + "otlpGrpcEndpoint": "lnfvngljpjsvfqttndjdqkkzktvok", + "intervalSeconds": 243 }, - "prometheusPort": 4946 + "prometheusPort": 8571 } }, - "instanceCount": 10, + "instanceCount": 13, "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123", - "name": "qnensxcmllrdxtusafckruvlqcr", - "type": "homxeoxjkn", + "name": "yjodmilr", + "type": "qcefaycwwamlcvwexffr", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json index e0e4679ee965..206e2bba81d0 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_CreateOrUpdate_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -14,28 +14,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -43,9 +43,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -53,22 +53,22 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ] }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" } } @@ -81,28 +81,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -110,9 +110,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -120,35 +120,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -162,28 +162,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -191,9 +191,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -201,35 +201,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json index 1b6e9d2d85b1..c87703be6e87 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json index 5d3146650814..302221ee9ba8 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123", @@ -17,28 +17,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -46,9 +46,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -56,35 +56,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json index be933c955d8a..df592b84c525 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Dataflow_ListByProfileResource_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Dataflow_ListByProfileResource", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "dataflowProfileName": "resource-name123" @@ -18,28 +18,28 @@ "operations": [ { "operationType": "Source", - "name": "lneiddfylzrhvqmwmerlyfcipkaozoqdpmwmghomcyr", + "name": "iyziafgznclwzmtuddrkwwpefzgbkcaspm", "sourceSettings": { - "endpointRef": "lcaqfxpy", - "assetRef": "ffdifrinbjlwkdhdpeoyamykfgx", + "endpointRef": "ngmjaxqliagiowjvgthtq", + "assetRef": "nnfqzfawcgqaixwufzuuyn", "serializationFormat": "Json", - "schemaRef": "ssmqxbyffpjanqazjdrcltzmdxtjt", + "schemaRef": "bwkfdjpxvzuz", "dataSources": [ - "rvcz" + "qvvpisvwscvvmaowabyad" ] }, "builtInTransformationSettings": { "serializationFormat": "Delta", - "schemaRef": "jvqigtrahvjhjghmn", + "schemaRef": "kvhedzeurkdszy", "datasets": [ { - "key": "ofkbemqnpxuijmdawajelsdplkaoqrpjvvnjxjnfklqacnysdki", + "key": "ongkwnfnwsggfwfeuqizuszaatzxrjijr", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRef": "wissurufjzjmqyqvuwdmj", + "schemaRef": "bdcbjxdcjbfhvbixbknbwl", "inputs": [ - "xvboamnfxjttvnqxdcwfsukntsvsfw" + "vmfewlyilgqwfjdn" ], - "expression": "jnobpiiuazhegsplheidvzuazznhd" + "expression": "muslxlloa" } ], "filter": [ @@ -47,9 +47,9 @@ "type": "Filter", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "smqqoiavjnvyre" + "hyf" ], - "expression": "ixkyhmnzocbosoowrkjiaii" + "expression": "xpwzgdkddzswawvqafl" } ], "map": [ @@ -57,35 +57,35 @@ "type": "NewProperties", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "inputs": [ - "kg" + "sftahhcbkqgyjyfwh" ], - "expression": "yfpfc", - "output": "lvrynyoeginqauigaau" + "expression": "ctuxhaj", + "output": "segufcqwrmvlbeec" } ] }, "destinationSettings": { - "endpointRef": "jmaaociggz", - "dataDestination": "ewmygolwch" + "endpointRef": "jsomkzb", + "dataDestination": "vpksukiwhesdklcroqvqtav" } } ], "provisioningState": "Succeeded" }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123/dataflowProfiles/resource-name123/dataflows/resource-name123", - "name": "nwxsbxaywnd", - "type": "hpuumagdxcvpwridhcnfwecugaigi", + "name": "hwykx", + "type": "kwgultqdsqysvocbf", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], 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 e8cb90f7f765..2dec60682097 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 @@ -3,28 +3,48 @@ "operationId": "Instance_CreateOrUpdate", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "resource": { "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", - "schemaRegistryNamespace": "resource-name123" + "schemaRegistryNamespace": "resource-name123", + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { "type": "None", "userAssignedIdentities": { - "key5801": {} + "key7109": {} } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy" + "location": "tyiwxgk" } }, "responses": { @@ -33,17 +53,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -51,26 +91,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } }, @@ -82,17 +122,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" + } + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true } - ] + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -100,26 +160,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json index bf15fe61c4f8..092e31fc3988 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Delete_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Delete", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json index 96cf5a65bf10..7202e0c8800c 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Get_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_Get", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123" }, @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -31,26 +51,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json index 122c5504bcae..32b96aa8cc89 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListByResourceGroup_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListByResourceGroup", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations" }, "responses": { @@ -14,17 +14,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -32,30 +52,30 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/apo" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json index 6230d07e641f..6e1d1a359d37 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_ListBySubscription_MaximumSet_Gen.json @@ -3,7 +3,7 @@ "operationId": "Instance_ListBySubscription", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B" + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D" }, "responses": { "200": { @@ -13,17 +13,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -31,30 +51,30 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } ], - "nextLink": "https://microsoft.com/apo" + "nextLink": "https://microsoft.com/a" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json index dbe8b229c986..2b19efabfc40 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Instance_Update_MaximumSet_Gen.json @@ -3,12 +3,12 @@ "operationId": "Instance_Update", "parameters": { "api-version": "2024-08-15-preview", - "subscriptionId": "03099343-733B-41FE-BE49-79D7DA3B010B", + "subscriptionId": "1D6256D6-80F5-44C8-BED4-1FBAE99BEB3D", "resourceGroupName": "rgiotoperations", "instanceName": "resource-name123", "properties": { "tags": { - "key2177": "ourbwzg" + "key7574": "cciueflnqtbkzohk" } } }, @@ -18,17 +18,37 @@ "properties": { "description": "Lorem ipsum odor amet, consectetuer adipiscing elit.", "provisioningState": "Succeeded", - "version": "znumixocqdjzwmlaa", + "version": "kavlaawontjfbteuzlgaiwx", "schemaRegistryNamespace": "resource-name123", "serviceAccounts": [ { - "name": "wapjmffpsz", - "namespace": "gxrybwwbgmekfmdzyenjfdkmqedv" + "name": "ssretuzlqrggx", + "namespace": "nxgdmgarlkmdz" } - ] + ], + "components": { + "adr": { + "enabled": true + }, + "akri": { + "enabled": true + }, + "connectors": { + "enabled": true + }, + "dataflows": { + "enabled": true + }, + "mqttbroker": { + "enabled": true + }, + "schemaregistry": { + "enabled": true + } + } }, "extendedLocation": { - "name": "aa", + "name": "ekeamgpsxevbbgmsmdfyijkwfapsps", "type": "CustomLocation" }, "identity": { @@ -36,26 +56,26 @@ "tenantId": "ed060aa2-71ff-4d3f-99c4-a9138356fdec", "type": "None", "userAssignedIdentities": { - "key5801": { + "key7109": { "principalId": "4a6e4195-75b8-4685-aa0c-0b5704779327", "clientId": "fb90f267-8872-431a-a76a-a1cec5d3c4d2" } } }, "tags": { - "key8083": "lootexowsez" + "key4930": "gmgbj" }, - "location": "bzhgbflfecflvrgwjumxy", + "location": "tyiwxgk", "id": "/subscriptions/0000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup123/providers/Microsoft.IoTOperations/instances/resource-name123", - "name": "pjkzaefnfjpqwujubprmzderszel", - "type": "mgmudldfiprycojicmh", + "name": "lniaoxonshcbquwbfg", + "type": "nukgrjfeyzdfnszuqrcdqdbmcawqxa", "systemData": { - "createdBy": "xdyybldo", + "createdBy": "ysqnkswmj", "createdByType": "User", - "createdAt": "2024-08-09T00:09:33.009Z", - "lastModifiedBy": "jvagt", + "createdAt": "2024-08-09T00:21:25.390Z", + "lastModifiedBy": "yfjwxnngbidjnwnhekuuloemuy", "lastModifiedByType": "User", - "lastModifiedAt": "2024-08-09T00:09:33.009Z" + "lastModifiedAt": "2024-08-09T00:21:25.390Z" } } } diff --git a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json index 85b41c71c7a3..be6f9bba174b 100644 --- a/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json +++ b/specification/iotoperations/resource-manager/Microsoft.IoTOperations/preview/2024-08-15-preview/examples/Operations_List_MaximumSet_Gen.json @@ -9,12 +9,12 @@ "body": { "value": [ { - "name": "oab", + "name": "gcunifrkawsjbyybbwctydqsxjypn", "isDataAction": true, "display": { - "provider": "vpjbegsojpsxx", - "resource": "dvaqtmxcqmfgytj", - "operation": "iheyubsdwiugvguaww", + "provider": "vpdznhejbjlsjzurulrikiygsd", + "resource": "twymkuytblkmaypupaktjxba", + "operation": "s", "description": "Lorem ipsum odor amet, consectetuer adipiscing elit." }, "origin": "user", 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 dd31e3fcc3a4..a2250bd3cbec 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 @@ -2499,6 +2499,19 @@ ] } }, + "AdrProperties": { + "type": "object", + "description": "The properties of an ADR instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the ADR service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "AdvancedSettings": { "type": "object", "description": "Broker Advanced Settings", @@ -2538,6 +2551,19 @@ } } }, + "AkriInstanceProperties": { + "type": "object", + "description": "The properties of an AKRI instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the AKRI service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "AnonymousMethod": { "type": "string", "description": "x509 Certificate Method", @@ -3564,6 +3590,49 @@ ] } }, + "Components": { + "type": "object", + "description": "The configuration for components of the AIO Instance.", + "properties": { + "adr": { + "$ref": "#/definitions/AdrProperties", + "description": "The properties of the ADR instance." + }, + "akri": { + "$ref": "#/definitions/AkriInstanceProperties", + "description": "The properties of the AKRI instance." + }, + "connectors": { + "$ref": "#/definitions/ConnectorInstanceProperties", + "description": "The properties of the connectors instance." + }, + "dataflows": { + "$ref": "#/definitions/DataFlowInstanceProperties", + "description": "The properties of the dataflows instance." + }, + "mqttbroker": { + "$ref": "#/definitions/MqttBrokerInstanceProperties", + "description": "The properties of the device provisioning instance." + }, + "schemaregistry": { + "$ref": "#/definitions/SchemaRegistryInstanceProperties", + "description": "The properties of the device provisioning instance." + } + } + }, + "ConnectorInstanceProperties": { + "type": "object", + "description": "The properties of a Connector instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the Connector service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "DataExplorerAuthMethod": { "$ref": "#/definitions/ManagedIdentityMethod", "x-nullable": false @@ -3618,6 +3687,19 @@ "method" ] }, + "DataFlowInstanceProperties": { + "type": "object", + "description": "The properties of an DataFlow instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the DataFlow service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "DataLakeStorageAuthMethod": { "type": "string", "description": "DataflowEndpoint Data Lake Storage Authentication Method properties", @@ -5189,7 +5271,7 @@ }, "InstanceProperties": { "type": "object", - "description": "The properties of a Instance resource.", + "description": "The properties of the Instance resource.", "properties": { "description": { "type": "string", @@ -5213,11 +5295,16 @@ "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." } }, "required": [ @@ -5567,6 +5654,19 @@ ] } }, + "MqttBrokerInstanceProperties": { + "type": "object", + "description": "The properties of an MQTT Broker instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the MQTT Broker service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "MqttRetainType": { "type": "string", "description": "Broker Retain types", @@ -5953,6 +6053,19 @@ ] } }, + "SchemaRegistryInstanceProperties": { + "type": "object", + "description": "The properties of a Schema Registry instance.", + "properties": { + "enabled": { + "type": "boolean", + "description": "This determines if the Schema Registry service is enabled." + } + }, + "required": [ + "enabled" + ] + }, "SelfCheck": { "type": "object", "description": "Broker Diagnostic Self check properties",