Adrian Hall

Results 40 comments of Adrian Hall

For large policies, you can use ARM / Bicep / Terraform or you can use the Azure Portal. You will run into the same size issues in Azure PowerShell.

You definitely need to escape the quotes in the action. Syntax is slightly wrong. ``` bash az rest --method PUT --uri https://management.azure.com/subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/operations/{operationId}/policies/policy?api-version=2021-08-01 --body @body.json ``` Then have a file body.json...

Sorry - yes - I missed the properties when I was typing. Glad it worked out for you #please-close

There isn't an open issue to track on GitHub (we track these work items in our internal issues tracker). We obviously did not meet the May target, but I don't...

Sorry @fellnerse - I don't have a good line of sight at this point as to when the work will be completed. #close

Always happy for contributions. I still don't have a line of sight onto additional work in the Azure CLI.

Just do your work on a fork - we'll manage the merged changes on this end.

This also occurs on Alpine Linux 3.19 after doing 'sudo apk add libsecret' See https://github.com/adrianhall/swa-alpine-test for repro - just add sudo apk add libsecret before running. Ref: #858

This is fixed in v2.0.0 when using azure CLI login: ```text /workspaces/swa-alpine-test/swa-react-demo $ npx swa login --resource-group adhal-swa-demo --app-name swa-react-demo (node:5360) ExperimentalWarning: Importing JSON modules is an experimental feature and...

Lex is not supported in CloudFormation right now - will revisit once CloudFormation support is added.