Skip to content

Conversation

@bosesuneha
Copy link
Member

@bosesuneha bosesuneha commented Oct 25, 2023


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

az aks approuting enable --enable-kv
This command enables App Routing addon in given cluster. The optional flag enables the keyvault-secrets-provider addon in given cluster.
az aks approuting disable
This command disables App Routing in given cluster.
az aks approuting update --attach-kv <keyvault-id>
This command is used to update keyvault id in App Routing addon. Attach a keyvault id to the cluster to access secrets and certificates.
az aks approuting zone add/delete --ids <dns-zone-resource-id> --attach-zones
This command adds/deletes multiple DNS zone resource IDs in App Routing. It takes comma-separated list of DNS zone resource IDs. --attach-zones flag grants DNS zone Contributor permissions on all zone IDs specified in --ids.
az aks approuting zone update --ids <dns-zone-resource-id>,<dns-zone-resource-id-2> --attach-zones
This command replaces the DNS zone resource IDs used in App Routing.
az aks approuting zone list
This command lists the DNS zones in App Routing.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link

azure-client-tools-bot-prd bot commented Oct 25, 2023

⚠️Azure CLI Extensions Breaking Change Test
⚠️aks-preview
rule cmd_name rule_message suggest_message
⚠️ 1011 - SubgroupAdd aks approuting sub group aks approuting added
⚠️ 1006 - ParaAdd aks create cmd aks create added parameter enable_app_routing

@azure-client-tools-bot-prd
Copy link

Hi @bosesuneha,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically lgtm

queued live test to valiate the change

@FumingZhang
Copy link
Member

Please fix failed CI checks

/mnt/vss/_work/1/s/src/aks-preview/azext_aks_preview/managed_cluster_decorator.py:2463:1: E302 expected 2 blank lines, found 0

@bosesuneha bosesuneha marked this pull request as draft October 31, 2023 16:51
@bosesuneha bosesuneha marked this pull request as ready for review November 2, 2023 22:36
Copy link
Member

@FumingZhang FumingZhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bosesuneha bosesuneha requested a review from zhoxing-ms November 7, 2023 06:01
@zhoxing-ms
Copy link
Contributor

@bosesuneha Could you please resolve these conflicts

@FumingZhang
Copy link
Member

FumingZhang commented Nov 7, 2023

Replaced by #6958, hard to rebase/merge main and fix failed CI check

@FumingZhang FumingZhang closed this Nov 7, 2023
@bosesuneha bosesuneha deleted the approuting-cli-simplification branch November 28, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AKS Auto-Assign Auto assign by bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants