Skip to content

Commit

Permalink
Merge from public (#60)
Browse files Browse the repository at this point in the history
Merge from public (#60)
  • Loading branch information
anagg929 committed Jul 9, 2021
1 parent 0076dcf commit 1ba2d3d
Show file tree
Hide file tree
Showing 650 changed files with 47,732 additions and 113,707 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

/src/costmanagement/ @kairu-ms @jsntcy

/src/datafactory/ @qiaozha @fengzhou-msft @qwordy
/src/datafactory/ @kairu-ms @evelyn-ys @Juliehzl

/src/blockchain/ @jsntcy

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git clone -q --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
python -m pip install -U pip
pip install -q azdev==0.1.31
pip install -q azdev
azdev setup -c ../azure-cli -r ./
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
python -m pip install -U pip
pip install azdev==0.1.31
pip install azdev
azdev --version
Expand Down
2 changes: 1 addition & 1 deletion k8s-custom-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ stages:
- bash : |
echo "Downloading the kind script"
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.9.0/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
chmod +x ./kind
./kind create cluster
displayName: "Create and Start the Kind cluster"
Expand Down
6 changes: 6 additions & 0 deletions linter_exclusions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ aks create:
workspace_resource_id:
rule_exclusions:
- option_length_too_long
enable_msi_auth_for_monitoring:
rule_exclusions:
- option_length_too_long
enable_encryption_at_host:
rule_exclusions:
- option_length_too_long
Expand All @@ -93,6 +96,9 @@ aks enable-addons:
workspace_resource_id:
rule_exclusions:
- option_length_too_long
enable_msi_auth_for_monitoring:
rule_exclusions:
- option_length_too_long
aks nodepool add:
parameters:
enable_node_public_ip:
Expand Down
1 change: 0 additions & 1 deletion src/aks-preview/az_aks_tool/.gitignore

This file was deleted.

42 changes: 0 additions & 42 deletions src/aks-preview/az_aks_tool/cli.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/aks-preview/az_aks_tool/const.py

This file was deleted.

46 changes: 0 additions & 46 deletions src/aks-preview/az_aks_tool/ext.py

This file was deleted.

120 changes: 0 additions & 120 deletions src/aks-preview/az_aks_tool/filter.py

This file was deleted.

Loading

0 comments on commit 1ba2d3d

Please sign in to comment.