Skip to content

feat: add bulk key regeneration to az iot hub device-identity renew-key and az iot hub module-identity renew-key #35

feat: add bulk key regeneration to az iot hub device-identity renew-key and az iot hub module-identity renew-key

feat: add bulk key regeneration to az iot hub device-identity renew-key and az iot hub module-identity renew-key #35

Workflow file for this run

name: CI Build and Test
permissions:
contents: read
on:
pull_request:
branches:
- dev
push:
branches:
- dev
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/ci_build.yml
test:
uses: ./.github/workflows/tox.yml
linter:
needs: [build]
uses: ./.github/workflows/azdev_linter.yml