PR feedback applied.

Signed-off-by: Wesley <wpattison08@gmail.com>
This commit is contained in:
Wesley
2022-09-12 04:06:43 +02:00
parent 5a60e265dc
commit 4a75ce761c
3 changed files with 7 additions and 3 deletions
-2
View File
@@ -52,8 +52,6 @@
"@backstage/plugin-azure-devops": "0.1.24",
"@backstage/plugin-azure-devops-backend": "0.3.14",
"@backstage/plugin-azure-devops-common": "0.2.4",
"@backstage/plugin-azure-functions": "0.1.0",
"@backstage/plugin-azure-functions-backend": "0.1.0",
"@backstage/plugin-badges": "0.2.32",
"@backstage/plugin-badges-backend": "0.1.29",
"@backstage/plugin-bazaar": "0.1.23",
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-azure-functions': major
'@backstage/plugin-azure-functions-backend': major
---
Azure Functions Plugin support based on annotation supplied by the entity.
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { useAsyncRetry } from 'react-use';
import useAsyncRetry from 'react-use/lib/useAsyncRetry';
import {
useApi,
errorApiRef,