We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e585b53 + 42ac34f commit cb20b2dCopy full SHA for cb20b2d
articles/machine-learning/how-to-authenticate-batch-endpoint.md
@@ -296,6 +296,7 @@ To successfully invoke a batch endpoint you need the following explicit actions
296
"Microsoft.MachineLearningServices/workspaces/datastores/listsecrets/action",
297
"Microsoft.MachineLearningServices/workspaces/listStorageAccountKeys/action",
298
"Microsoft.MachineLearningServices/workspaces/batchEndpoints/read",
299
+ "Microsoft.MachineLearningServices/workspaces/batchEndpoints/write",
300
"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments/read",
301
"Microsoft.MachineLearningServices/workspaces/batchEndpoints/write",
302
"Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments/write",
0 commit comments