This commit is contained in:
PrasadBoke 2024-07-04 17:12:47 +05:30
Родитель 606338fe22
Коммит 8291039fa0
3 изменённых файлов: 8 добавлений и 6 удалений

Двоичный файл не отображается.

Просмотреть файл

@ -162,7 +162,7 @@
"url": "https://support.recordedfuture.com",
"email": "support@recordedfuture.com"
},
"version": "0.1.0"
"version": "1.1.0"
},
"host": "api.recordedfuture.com",
"basePath": "/gw/azure-identity",
@ -396,6 +396,7 @@
"apiKey-auth": "[variables('TemplateEmptyArray')]"
}
],
"deprecated": true,
"x-ms-api-annotation": {
"family": "Credential_Lookup",
"revision": 1
@ -463,7 +464,7 @@
"title": "From",
"description": "YYYY-MM-DD (until today)",
"type": "string",
"example": "2017-07-21T19:32:28+02:00",
"example": "2017-07-21T23:02:28+05:30",
"x-ms-visibility": "important"
},
"properties": {
@ -744,7 +745,7 @@
"format": "date-time",
"description": "YYYY-MM-DD (until today)",
"type": "string",
"example": "2022-02-08T11:32:37.951+01:00"
"example": "2022-02-08T16:02:37.951+05:30"
},
"name": {
"type": "string",
@ -1392,7 +1393,7 @@
"format": "date-time",
"description": "YYYY-MM-DD (until today)",
"type": "string",
"example": "2022-02-08T11:32:37.951+01:00"
"example": "2022-02-08T16:02:37.951+05:30"
},
"name": {
"type": "string",
@ -1916,8 +1917,9 @@
"securityDefinitions": {
"apiKey-auth": {
"type": "apiKey",
"name": "X-RFToken",
"in": "header",
"name": "X-RFToken"
"description": "API Credential"
}
},
"security": [

Просмотреть файл

@ -1,4 +1,4 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.0 | 15-04-2024 | Fixedhardcoded SubscriptionID.<br> Entra ID renaming of playbooks and readme.<br> Using solution format V3<br>Change prefix on all logic app installation names from RecordedFutureIdentity to RFI due to logic app name size limitation of 64 characters. |
| 3.0.0 | 15-04-2024 | Fixedhardcoded SubscriptionID.<br> Entra ID renaming of **Playbooks** and readme.<br> Using solution format V3<br>Change prefix on all logic app installation names from RecordedFutureIdentity to RFI due to logic app name size limitation of 64 characters. |
| 2.0.0 | 14-09-2022 | Initial Solution Release |