Skip to content

Draft: Fetching correct AKS during Schema Data seeding

Ritushi Shanker requested to merge schemaDataSeedfix into azure/m16-master

What is happening : The script responsible for schema data seeding unintentionally fetches the backup AKS cluster as it lists them from the resource group and uses the first value that is being returned.

What is the fix : A minor code change which ensures that the proper AKS cluster is being fetched to load the schemas in it.

Edited by Ritushi Shanker

Merge request reports