johnbilliris

Results 6 issues of johnbilliris

## Description AKS Review workbook is incorrectly identifying public api endpoint compliance #1021 The AKS Review workbook is incorrectly identifying public API endpoint compliance. The query logic is incorrect. Current...

## Description AKS Review workbook incorrectly reports on the use of SLA-backed AKS offering #1024 ## Related Issue Link to any related issues or discussions here. This helps reviewers understand...

### ⚠️ Problem Description AKS Review workbook incorrectly reports on the use of SLA-backed AKS offering ### 🛠️ Steps to Reproduce AKS Review workbook incorrectly reports on the use of...

bug

### ⚠️ Problem Description The AKS review workbook checks for "Use Availability Zones if they are supported in your Azure region". The check incorrectly reports a 'fail' despite the region...

bug

The AKS Review workbook is incorrectly identifying public API endpoint compliance. The query logic is incorrect. Current (incorrect) logic: compliant = ((isnull(properties.apiServerAccessProfile.enablePrivateCluster) or properties.apiServerAccessProfile.enablePrivateCluster==false) and isnotnull(properties.apiServerAccessProfile.authorizedIPRanges)) Correct logic: compliant =...

Add support for the OpenAPI (Swagger) specification to be generated and available. Eg. Similar to what the (demo purposes) Colors API has; https://colors-api.azurewebsites.net/swagger/v1/swagger.json

enhancement
up for grabs
feature request
easy pickings