Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix: remove storage account for device UI
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Apr 7, 2021
1 parent 346b947 commit 9ca1ccc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 52 deletions.
13 changes: 0 additions & 13 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,6 @@
},
"dependsOn": ["[concat(parameters('appName'), 'IotHub')]"]
},
{
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2019-06-01",
"name": "[concat(parameters('appName'), 'deviceui')]",
"location": "[parameters('location')]",
"sku": {
"name": "Standard_LRS"
},
"kind": "StorageV2",
"properties": {
"supportsHttpsTrafficOnly": true
}
},
{
"type": "Microsoft.Storage/storageAccounts",
"apiVersion": "2019-06-01",
Expand Down
5 changes: 0 additions & 5 deletions cli/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
} from '../arm/resources'
import fetch from 'node-fetch'
import { reactConfigCommand } from './commands/react-config'
import { deviceUiConfigCommand } from './commands/device-ui-config'
import { flashCommand } from './commands/flash'

const version = JSON.parse(
Expand Down Expand Up @@ -143,10 +142,6 @@ const main = async () => {
storageClient: getStoreageClient,
resourceGroup,
}),
deviceUiConfigCommand({
storageClient: getStoreageClient,
resourceGroup,
}),
flashCommand({
certsDir,
}),
Expand Down
34 changes: 0 additions & 34 deletions cli/commands/device-ui-config.ts

This file was deleted.

0 comments on commit 9ca1ccc

Please sign in to comment.