Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

[FEATURE] Create resource group and ACR in spk setup command #391

Merged
merged 7 commits into from
Mar 12, 2020

Conversation

dennisseah
Copy link
Collaborator

@dennisseah dennisseah commented Mar 11, 2020

this is needed before able to create app and helm repo

closes microsoft/bedrock#1145

Copy link
Collaborator

@andrebriggs andrebriggs left a 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";
Copy link
Contributor

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 .

Copy link
Collaborator Author

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 {
Copy link
Contributor

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.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

accept

@dennisseah dennisseah requested a review from sarath-p March 12, 2020 01:25
@dennisseah dennisseah merged commit 8d7b245 into master Mar 12, 2020
@dennisseah dennisseah deleted the issue1145 branch March 12, 2020 19:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Creating ACR and resource group in spk setup command
3 participants