From 221677f24882574606160170a78916d7b4fca603 Mon Sep 17 00:00:00 2001 From: Jatin <78959763+JatinKhatri03@users.noreply.github.com> Date: Thu, 22 Jun 2023 22:06:45 +0530 Subject: [PATCH] Renaming 'credential' property to 'credentials' (#24522) --- .../preview/2023-06-01-preview/agfood.json | 6 +++--- .../examples/Scenes_CreateSatelliteDataIngestionJob.json | 4 ++-- .../Scenes_GetSatelliteDataIngestionJobDetails.json | 2 +- .../2023-06-01-preview/examples/Scenes_SearchFeatures.json | 2 +- .../2023-06-01-preview/examples/WeatherData_Get.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/agfood.json b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/agfood.json index 95c90982df4f..454c231ec54e 100644 --- a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/agfood.json +++ b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/agfood.json @@ -22218,7 +22218,7 @@ ], "type": "object", "properties": { - "credential": { + "credentials": { "$ref": "#/definitions/OAuthClientCredentials" }, "partyId": { @@ -22542,7 +22542,7 @@ ], "type": "object", "properties": { - "credential": { + "credentials": { "$ref": "#/definitions/OAuthClientCredentials" }, "startDateTime": { @@ -24726,7 +24726,7 @@ ], "type": "object", "properties": { - "credential": { + "credentials": { "$ref": "#/definitions/ApiKeyAuthCredentials" }, "locations": { diff --git a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_CreateSatelliteDataIngestionJob.json b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_CreateSatelliteDataIngestionJob.json index 518c0c372337..e1ae45d59fb4 100644 --- a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_CreateSatelliteDataIngestionJob.json +++ b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_CreateSatelliteDataIngestionJob.json @@ -8,7 +8,7 @@ "startDateTime": "2020-04-16T10:14:12Z", "endDateTime": "2021-04-16T10:14:12Z", "provider": "SentinelHub", - "credential": { + "credentials": { "kind": "OAuthClientCredentials", "clientId": "string", "clientSecret": { @@ -49,7 +49,7 @@ "endDateTime": "2021-04-16T07:56:05Z", "partyId": "PARTY123", "boundaryId": "BOUNDARY123", - "credential": { + "credentials": { "kind": "OAuthClientCredentials", "clientId": "string", "clientSecret": { diff --git a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_GetSatelliteDataIngestionJobDetails.json b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_GetSatelliteDataIngestionJobDetails.json index da5c3bfbf3a3..6faaa4b529f6 100644 --- a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_GetSatelliteDataIngestionJobDetails.json +++ b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_GetSatelliteDataIngestionJobDetails.json @@ -21,7 +21,7 @@ }, "boundaryId": "BOUNDARY123", "partyId": "PARTY123", - "credential": { + "credentials": { "kind": "OAuthClientCredentials", "clientId": "string", "clientSecret": { diff --git a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_SearchFeatures.json b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_SearchFeatures.json index 7056a4fb50c9..693ce16cbdc9 100644 --- a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_SearchFeatures.json +++ b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/Scenes_SearchFeatures.json @@ -5,7 +5,7 @@ "skip": 15, "api-version": "2023-06-01-preview", "searchFeaturesQuery": { - "credential": { + "credentials": { "kind": "OAuthClientCredentials", "clientId": "string", "clientSecret": { diff --git a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/WeatherData_Get.json b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/WeatherData_Get.json index 74ca326ebf36..6ce3ec913f19 100644 --- a/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/WeatherData_Get.json +++ b/specification/agrifood/data-plane/Microsoft.AgFoodPlatform/preview/2023-06-01-preview/examples/WeatherData_Get.json @@ -12,7 +12,7 @@ ], "language": "en-US", "units": "e", - "credential": { + "credentials": { "kind": "ApiKeyAuthCredentials", "apiKey": { "keyVaultUri": "https://.vault.azure.net/",