Morten Lerudjordet
Morten Lerudjordet
If you let az aks create the app gw it will work as it then gets deployed to the node resource group where aks has a service principal on the...
I'm on the same versions. What works for me in SecretProviderClass: ``` objects: | array: - | objectName: "NameOfPFXcertInKV" objectAlias: "certificate.pem" objectType: "secret" objectFormat: "pem" ``` For me this gives...
In my kv the pfx is stored as a certificate. So if you have stored it as a secret, this might be why you have a different experience. I also...
> It's worth noting that [changing the default authentication method](https://docs.microsoft.com/en-us/graph/api/resources/authenticationmethods-overview?view=graph-rest-1.0#what-authentication-methods-can-be-managed-in-microsoft-graph) is currently not supported in Microsoft Graph. Please upvote on this [existing feature request](https://techcommunity.microsoft.com/t5/microsoft-365-developer-platform/include-support-for-viewing-and-changing-the-default/idi-p/3064015) for it be added by the...
Seeing the same problem after my AA account was auto updated to new Az version. Multiple Az submodules are in a import failed state, and Runbooks trying to use them...
Would also like to see the MS.Graph powershell module follow the same patterns as the other first party Microsoft Azure modules. As @merill has already pointed out.
It's in the preview api 2023-05-15-preview of Microsoft.Automation, you can see how to use it in the following Runbooks that imports PS modules into AA runtime environment. https://github.com/mortenlerudjordet/Import-PSGalleryModuleAArte https://github.com/mortenlerudjordet/Update-PSGalleryModuleAArte
I have done some of the work here: https://github.com/mortenlerudjordet/lerunTools/tree/master/DSC/xSCOM
I created a PR, though it is a long time since I did these changes. But will be good to have others get some free benifits from my work. [PR...