diff --git a/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Constant-ExpressionV2Type.json b/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Constant-ExpressionV2Type.json index 28343c74d1a..a30cb2e12ee 100644 --- a/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Constant-ExpressionV2Type.json +++ b/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Constant-ExpressionV2Type.json @@ -14,6 +14,10 @@ "key": "Field", "value": "Field" }, + { + "key": "NAry", + "value": "NAry" + }, { "key": "Unary", "value": "Unary" diff --git a/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Model-ExpressionV2.json b/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Model-ExpressionV2.json index 4ba37a6bd13..58b8f3586f6 100644 --- a/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Model-ExpressionV2.json +++ b/api-definitions/resource-manager/DataFactory/2018-06-01/Pipelines/Model-ExpressionV2.json @@ -20,11 +20,15 @@ }, { "containsDiscriminatedTypeValue": false, - "jsonName": "operator", - "name": "Operator", + "jsonName": "operators", + "name": "Operators", "objectDefinition": { - "type": "String", - "referenceName": null + "type": "List", + "referenceName": null, + "nestedItem": { + "type": "String", + "referenceName": null + } }, "optional": true, "readOnly": false, diff --git a/api-definitions/resource-manager/Network/2023-11-01/NetworkVirtualAppliances/Operation-Restart.json b/api-definitions/resource-manager/Network/2023-11-01/NetworkVirtualAppliances/Operation-Restart.json index 53fbd9d1d5f..41e58a6c603 100644 --- a/api-definitions/resource-manager/Network/2023-11-01/NetworkVirtualAppliances/Operation-Restart.json +++ b/api-definitions/resource-manager/Network/2023-11-01/NetworkVirtualAppliances/Operation-Restart.json @@ -2,14 +2,19 @@ "name": "Restart", "contentType": "application/json; charset=utf-8", "expectedStatusCodes": [ - 200 + 200, + 202 ], - "longRunning": false, + "longRunning": true, "httpMethod": "POST", "resourceIdName": "NetworkVirtualApplianceId", "requestObject": { "type": "Reference", "referenceName": "NetworkVirtualApplianceInstanceIds" }, + "responseObject": { + "type": "Reference", + "referenceName": "NetworkVirtualApplianceInstanceIds" + }, "uriSuffix": "/restart" } \ No newline at end of file diff --git a/api-definitions/resource-manager/metadata.json b/api-definitions/resource-manager/metadata.json index 382ade0ae83..31b6f3f9ea2 100644 --- a/api-definitions/resource-manager/metadata.json +++ b/api-definitions/resource-manager/metadata.json @@ -1,5 +1,5 @@ { "dataSource": "AzureResourceManager", "sourceInformation": "Azure/azure-rest-api-specs", - "gitRevision": "0bc238ecc7d42a1c814ed076b84e7c6328ae39df" + "gitRevision": "ce6f7ab21a4b93ab5857febfedfba89c127837cf" } \ No newline at end of file