isolenov

Results 11 comments of isolenov

Hey, @yonzhan please advise what is the timeline for this request?

@zhoxing-ms thanks for update. it would be great to have some kind of internal preview version before this date to make sure it looks like expected

Hey @yanzhudd thank you for providing CLI commands. Have one proposal from the team. In our impression '--name' is quite confusing in this context. User is creating federated-credential object and...

this basically means that body cant be deserialized. it should not be "properties": {} object inside body should look like this { "issuer": "[https://oidc.prod-aks.azure.com/IssuerGUID"](https://oidc.prod-aks.azure.com/IssuerGUID%22), "subject": "system:serviceaccount:ns:svcaccount", "audiences": ["api://AzureADTokenExchange"], }

@yanzhudd, sorry for the late response, just returned back from vacation. Results look good now. "properties" object is expected in body as it is a part if ARM resource definition,...

@yanzhudd "Request contains additional data that the service does not understand" appears when "issuer" or "subject" is missing. This is a bug on server side which is hiding more meaningful...

@yanzhudd for the sake of consistency "audiences" should be checked as well. "audiences" should have a default value of ["api://AzureADTokenExchange"] when overridden by the user let's check that it is...

@yanzhudd this is correct. thank you

The automatic Breaking Change check failed. However this API version and feature is public preview and API can be changed during this time, is not it. Also, this PR adds...