This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
azcopy login | |
azcopy copy 'C:\temp\2024' 'https://stimageprocessingdev.blob.core.windows.net/stock-images/2024' --recursive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$name = "" | |
$version = "1.0.0" | |
$templatePath = "" | |
$force = false | |
az bicep publish --file $templatePath --target "br:acrop6lmdw4nirdw.azurecr.io/bicep/modules/$(name):$(version)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import argparse | |
from time import sleep | |
import os | |
import re | |
import bonobo | |
from atomicwrites import atomic_write | |
from fs.osfs import OSFS | |
from texools.files import new_file_check |