Skip to content

Commit

Permalink
chore: remove skus, locations and update commands (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadarsie authored Apr 22, 2024
1 parent 72aebbc commit 8811fa2
Show file tree
Hide file tree
Showing 37 changed files with 6 additions and 4,128 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/generate-azure-consts.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ generate: bootstrap
@echo "$$(go-bindata --version)"
go generate $(GOFLAGS) -v ./... > /dev/null 2>&1

.PHONY: generate-azure-constants
generate-azure-constants: build-binary
$(BINARY_DEST_DIR)/aks-engine-azurestack get-locations -o code --client-id=$(AZURE_CLIENT_ID) --client-secret=$(AZURE_CLIENT_SECRET) --subscription-id=$(AZURE_SUBSCRIPTION_ID) \
> pkg/helpers/azure_locations.go
$(BINARY_DEST_DIR)/aks-engine-azurestack get-skus -o code --client-id=$(AZURE_CLIENT_ID) --client-secret=$(AZURE_CLIENT_SECRET) --subscription-id=$(AZURE_SUBSCRIPTION_ID) \
> pkg/helpers/azure_skus_const.go

.PHONY: build
build: generate go-build

Expand Down
309 changes: 0 additions & 309 deletions cmd/get_locations.go

This file was deleted.

Loading

0 comments on commit 8811fa2

Please sign in to comment.