-
Notifications
You must be signed in to change notification settings - Fork 16
[FEATURE] Create resource group and ACR in spk setup command #391
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -0,0 +1,110 @@ | |||
import { ContainerRegistryManagementClient } from "@azure/arm-containerregistry"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest moving this file to lib\azure
folder since it supposed to have all .ts
files related to azure
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accept
@@ -0,0 +1,125 @@ | |||
import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar to above comment to move it to lib\azure
folder.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accept
this is needed before able to create app and helm repo
closes microsoft/bedrock#1145