Skip to content

Commit b53781d

Browse files
authored
Merge pull request #286954 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents e3b745d + a8a6977 commit b53781d

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

articles/azure-functions/functions-dotnet-class-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following is an example of a minimal `project` file with these changes:
5050
<Project Sdk="Microsoft.NET.Sdk">
5151
<PropertyGroup>
5252
<TargetFramework>net8.0</TargetFramework>
53-
<AzureFunctionsVersion>V4</AzureFunctionsVersion>
53+
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
5454
</PropertyGroup>
5555
<ItemGroup>
5656
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.4.0" />

articles/role-based-access-control/built-in-roles/containers.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,9 +1521,14 @@ Grants access to read and write Azure Kubernetes Service clusters
15211521
> [!div class="mx-tableFixed"]
15221522
> | Actions | Description |
15231523
> | --- | --- |
1524-
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedClusters/read | Get a managed cluster |
1525-
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedClusters/write | Creates a new managed cluster or updates an existing one |
1524+
> | [Microsoft.Authorization](../permissions/management-and-governance.md#microsoftauthorization)/*/read | Read roles and role assignments |
1525+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/locations/* | Create and manage a managed cluster |
1526+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedClusters/* | Create and manage a managed cluster |
1527+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/managedclustersnapshots/* | Create and manage a managed cluster snapshot |
1528+
> | [Microsoft.ContainerService](../permissions/containers.md#microsoftcontainerservice)/snapshots/* | Create and manage a snapshot |
1529+
> | [Microsoft.Insights](../permissions/monitor.md#microsoftinsights)/alertRules/* | Create and manage a classic metric alert |
15261530
> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/deployments/* | Create and manage a deployment |
1531+
> | [Microsoft.Resources](../permissions/management-and-governance.md#microsoftresources)/subscriptions/resourceGroups/read | Gets or lists resource groups. |
15271532
> | **NotActions** | |
15281533
> | *none* | |
15291534
> | **DataActions** | |
@@ -1542,9 +1547,14 @@ Grants access to read and write Azure Kubernetes Service clusters
15421547
"permissions": [
15431548
{
15441549
"actions": [
1545-
"Microsoft.ContainerService/managedClusters/read",
1546-
"Microsoft.ContainerService/managedClusters/write",
1547-
"Microsoft.Resources/deployments/*"
1550+
"Microsoft.Authorization/*/read",
1551+
"Microsoft.ContainerService/locations/*",
1552+
"Microsoft.ContainerService/managedClusters/*",
1553+
"Microsoft.ContainerService/managedclustersnapshots/*",
1554+
"Microsoft.ContainerService/snapshots/*",
1555+
"Microsoft.Insights/alertRules/*",
1556+
"Microsoft.Resources/deployments/*",
1557+
"Microsoft.Resources/subscriptions/resourceGroups/read"
15481558
],
15491559
"notActions": [],
15501560
"dataActions": [],

0 commit comments

Comments
 (0)