@@ -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",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user