I hereby claim:
- I am dmitry1987 on github.
- I am dmitry1987 (https://keybase.io/dmitry1987) on keybase.
- I have a public key ASAPWW_66VjA7sYlKU-ad_1MxaJ10HMLs_Rc5DIXr8Jtzwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import boto3 | |
import datetime | |
from dateutil.tz import tzutc | |
from os import environ | |
import pandas as pd | |
# Init the AWS clients | |
resource = boto3.resource('iam') | |
client = boto3.client('iam') |
FROM python:3.6-buster | |
ARG NB_USER="ds-team" | |
ARG NB_UID="1000" | |
ARG NB_GID="100" | |
USER root | |
# Install all OS dependencies for notebook server that starts but lacks all | |
# features (e.g., download as all possible file formats) |
gitlab-runner@f7b55ade9c83:~/code$ az login --service-principal --username ${AZ_ANSIBLE_USER} --password ${AZ_ANSIBLE_PASS} --tenant ${AZ_ANSIBLE_TENANT} --debug | |
Command arguments: ['login', '--service-principal', '--username', 'xxxxx', '--password', 'xxxx', '--tenant', 'xxxx', '--debug'] | |
Event: Cli.PreExecute [] | |
Event: CommandParser.OnGlobalArgumentsCreate [<function CLILogging.on_global_arguments at 0x7fd389edc598>, <function OutputProducer.on_global_arguments at 0x7fd389cb97b8>, <function CLIQuery.on_global_arguments at 0x7fd389a4e9d8>] | |
Event: CommandInvoker.OnPreCommandTableCreate [] | |
Installed command modules ['acr', 'acs', 'advisor', 'ams', 'apim', 'appconfig', 'appservice', 'aro', 'backup', 'batch', 'batchai', 'billing', 'botservice', 'cdn', 'cloud', 'cognitiveservices', 'configure', 'consumption', 'container', 'cosmosdb', 'deploymentmanager', 'dla', 'dls', 'dms', 'eventgrid', 'eventhubs', 'extension', 'feedback', 'find', 'hdinsight', 'interactive', 'iot', 'iotcentral', 'keyvault', 'kusto', 'lab', 'mana |