NetAppDocs / bluexp-azure-netapp-files

Open-source documentation for Azure NetApp Files using BlueXP
https://docs.netapp.com/us-en/bluexp-azure-netapp-files/
0 stars 1 forks source link

Syntax error in Azure Policy custom role #4

Closed beagam closed 2 years ago

beagam commented 2 years ago

Page: Set up an Azure AD application

This is wrong, the comma should be deleted: Add the following permission under actions:

      "actions": [
          "Microsoft.NetApp/*",
          ],

Please change it to the following:

      "actions": [
          "Microsoft.NetApp/*"
          ],
netapp-bcammett commented 2 years ago

Thank you for submitting this feedback. I updated the page by removing the stray comma.

Thanks again, Ben