Skip to content

Commit

Permalink
Renaming 'credential' property to 'credentials' (#24522)
Browse files Browse the repository at this point in the history
  • Loading branch information
JatinKhatri03 authored Jun 22, 2023
1 parent 8ded9fa commit 221677f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22218,7 +22218,7 @@
],
"type": "object",
"properties": {
"credential": {
"credentials": {
"$ref": "#/definitions/OAuthClientCredentials"
},
"partyId": {
Expand Down Expand Up @@ -22542,7 +22542,7 @@
],
"type": "object",
"properties": {
"credential": {
"credentials": {
"$ref": "#/definitions/OAuthClientCredentials"
},
"startDateTime": {
Expand Down Expand Up @@ -24726,7 +24726,7 @@
],
"type": "object",
"properties": {
"credential": {
"credentials": {
"$ref": "#/definitions/ApiKeyAuthCredentials"
},
"locations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"endDateTime": "2021-04-16T07:56:05Z",
"partyId": "PARTY123",
"boundaryId": "BOUNDARY123",
"credential": {
"credentials": {
"kind": "OAuthClientCredentials",
"clientId": "string",
"clientSecret": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"boundaryId": "BOUNDARY123",
"partyId": "PARTY123",
"credential": {
"credentials": {
"kind": "OAuthClientCredentials",
"clientId": "string",
"clientSecret": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"skip": 15,
"api-version": "2023-06-01-preview",
"searchFeaturesQuery": {
"credential": {
"credentials": {
"kind": "OAuthClientCredentials",
"clientId": "string",
"clientSecret": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"language": "en-US",
"units": "e",
"credential": {
"credentials": {
"kind": "ApiKeyAuthCredentials",
"apiKey": {
"keyVaultUri": "https://<keyvaultname>.vault.azure.net/",
Expand Down

0 comments on commit 221677f

Please sign in to comment.