Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge from public #60

Merged
merged 41 commits into from
Jul 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0cf0381
{AKS} Update AKS PR check-in pipeline (#3537)
FumingZhang Jun 25, 2021
bea72c8
{diskpool} Refine output and add new command (#3490)
Juliehzl Jun 25, 2021
ab3d44a
[Release] Update index.json for extension [ diskpool ] (#3548)
Jun 25, 2021
e4a423a
Add support for 0.5 core / 512 Mi resource requests for spring-cloud …
allxiao Jun 28, 2021
8e293b7
[Release] Update index.json for extension [ confluent ] (#3533)
Jun 28, 2021
87e9cfa
[Release] Update index.json for extension [ spring-cloud ] (#3554)
Jun 28, 2021
33d8835
[AKS] Migrate aks-preview module to track 2 SDK (#3543)
FumingZhang Jun 29, 2021
a009929
chore(arcdata): Welcome arcdata v0.0.1 preview (#3461)
swells Jun 29, 2021
623f8ae
Update ml to version 2.0.1a3 (#3560)
needuv Jun 29, 2021
fd7b48a
[vmware] global reach connections (#3528)
cataggar Jun 30, 2021
870df2d
[vmware] add SRM recorded tests (#3535)
cataggar Jun 30, 2021
f29b323
{AKS} Polish scripts in aks live test pipeline (#3563)
FumingZhang Jun 30, 2021
cea0bd0
David/aks monitoring aad auth (#3500)
daweim0 Jul 1, 2021
aa0d22e
[Front Door] Add update func for backend and fix backend_host_header …
00Kai0 Jul 1, 2021
e11e44d
publish vmware 3.0.0 (#3570)
cataggar Jul 2, 2021
0e83afd
[Release] Update index.json for extension [ front-door ] (#3567)
Jul 2, 2021
9fd2a2d
[Release] Update index.json for extension [ vmware ] (#3576)
Jul 4, 2021
98288de
IoT Extension Release v0.10.14 (#3573)
c-ryan-k Jul 4, 2021
5380f93
Change dnc extension mode (#3568)
shriroopjoshi Jul 5, 2021
c353c4e
[Release] Update index.json for extension [ dnc ] (#3581)
Jul 5, 2021
a7a58b8
update pipeline (#3583)
FumingZhang Jul 5, 2021
0053e53
[Confluent] Remove isRIRequired and msrp in price of `az confluent of…
00Kai0 Jul 5, 2021
e44bb62
unping azdev version (#3585)
kairu-ms Jul 6, 2021
b4e0709
Updating the quantum extension to add simulator support (#3575)
bettinaheim Jul 6, 2021
4bf9017
[k8s-extension] Release v0.5.0 of extension customizations (#3545)
jonathan-innis Jul 7, 2021
c95c121
David/aks monitoring aad auth (#3594)
daweim0 Jul 8, 2021
25effe7
[Release] Update index.json for extension [ k8s-extension ] (#3591)
Jul 8, 2021
474a7aa
bug fix for aks monitoring enablement/disablement (#3596)
daweim0 Jul 8, 2021
fdb5e7f
[Release] Update index.json for extension [ aks-preview ] (#3598)
Jul 8, 2021
551479b
[datafactory] GA datafactory (#3597)
evelyn-ys Jul 8, 2021
7c6f92b
[Release] Update index.json for extension [ datafactory ] (#3599)
Jul 8, 2021
97c5f48
[Confluent] Add new test flow and fix bugs (#3587)
00Kai0 Jul 8, 2021
5405a62
fix issue in dcr template (#3600)
ganga1980 Jul 8, 2021
1095ce9
[Release] Update index.json for extension [ aks-preview ] (#3601)
Jul 8, 2021
58b4df8
Remove Pyhelm from OSM customization (#58)
jonathan-innis Jul 9, 2021
0b56023
Merge branch 'main' of https://github.com/Azure/azure-cli-extensions …
jonathan-innis Jul 9, 2021
7712f52
Update release message
jonathan-innis Jul 9, 2021
56efa6e
[k8s-extension] Patch Bug in OpenServiceMesh with dependency on `pyhe…
jonathan-innis Jul 9, 2021
4ca94bd
Remove pyhelm dependency
jonathan-innis Jul 9, 2021
de426d4
Merge branch 'main' of https://github.com/Azure/azure-cli-extensions …
jonathan-innis Jul 9, 2021
70e658d
Merge branch 'NanThi-ApiVer-2021-05-01-preview' into k8s-extension/pu…
anagg929 Jul 9, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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