You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/policies/disallow-edits.yml
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ where:
8
8
configuration:
9
9
resourceManagementConfiguration:
10
10
eventResponderTasks:
11
-
- description: Flag PRs that change .github folder files.
11
+
- description: Close PRs that change .github folder files.
12
12
triggerOnOwnActions: true
13
13
if:
14
14
- payloadType: Pull_Request
@@ -38,3 +38,24 @@ configuration:
38
38
reply: >-
39
39
@${issueAuthor} - This PR edits a file in the .github folder, which is not allowed. CC @dotnet/docs.
40
40
- closePullRequest
41
+
42
+
- description: Close PRs that change Framework Design Guidelines.
43
+
triggerOnOwnActions: true
44
+
if:
45
+
- payloadType: Pull_Request
46
+
- isAction:
47
+
action: Opened
48
+
- filesMatchPattern:
49
+
pattern: docs/standard/design-guidelines/*
50
+
matchAny: true
51
+
- not:
52
+
or:
53
+
- activitySenderHasPermission:
54
+
permission: admin
55
+
- activitySenderHasPermission:
56
+
permission: write
57
+
then:
58
+
- addReply:
59
+
reply: >-
60
+
@${issueAuthor} - This PR edits a file in the design-guidelines folder, which is disallowed. This content is reprinted by permission of Pearson Education, Inc. from Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries, 2nd Edition, and cannot be edited. CC @dotnet/docs.
| Web PubSub | NuGet [1.4.0](https://www.nuget.org/packages/Azure.Messaging.WebPubSub/1.4.0)|[docs](/dotnet/api/overview/azure/Messaging.WebPubSub-readme)| GitHub [1.4.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.WebPubSub_1.4.0/sdk/webpubsub/Azure.Messaging.WebPubSub/)|
116
116
| Web PubSub Client | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Messaging.WebPubSub.Client/1.0.0)|[docs](/dotnet/api/overview/azure/Messaging.WebPubSub.Client-readme)| GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.WebPubSub.Client_1.0.0/sdk/webpubsub/Azure.Messaging.WebPubSub.Client/)|
117
-
| Azure client library integration for ASP.NET Core | NuGet [1.7.6](https://www.nuget.org/packages/Microsoft.Extensions.Azure/1.7.6)|[docs](/dotnet/api/overview/azure/Microsoft.Extensions.Azure-readme)| GitHub [1.7.6](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Extensions.Azure_1.7.6/sdk/extensions/Microsoft.Extensions.Azure/)|
117
+
| Azure client library integration for ASP.NET Core | NuGet [1.8.0](https://www.nuget.org/packages/Microsoft.Extensions.Azure/1.8.0)|[docs](/dotnet/api/overview/azure/Microsoft.Extensions.Azure-readme)| GitHub [1.8.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Extensions.Azure_1.8.0/sdk/extensions/Microsoft.Extensions.Azure/)|
118
118
| Blob Storage Key Store for .NET Data Protection | NuGet [1.3.4](https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4)|[docs](/dotnet/api/overview/azure/Extensions.AspNetCore.DataProtection.Blobs-readme)| GitHub [1.3.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.3.4/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/)|
| Web PubSub | NuGet [1.4.0](https://www.nuget.org/packages/Azure.Messaging.WebPubSub/1.4.0)|[docs](/dotnet/api/overview/azure/Messaging.WebPubSub-readme)| GitHub [1.4.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.WebPubSub_1.4.0/sdk/webpubsub/Azure.Messaging.WebPubSub/)|
121
121
| Web PubSub Client | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Messaging.WebPubSub.Client/1.0.0)|[docs](/dotnet/api/overview/azure/Messaging.WebPubSub.Client-readme)| GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Messaging.WebPubSub.Client_1.0.0/sdk/webpubsub/Azure.Messaging.WebPubSub.Client/)|
122
-
| Azure client library integration for ASP.NET Core | NuGet [1.7.6](https://www.nuget.org/packages/Microsoft.Extensions.Azure/1.7.6)|[docs](/dotnet/api/overview/azure/Microsoft.Extensions.Azure-readme)| GitHub [1.7.6](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Extensions.Azure_1.7.6/sdk/extensions/Microsoft.Extensions.Azure/)|
122
+
| Azure client library integration for ASP.NET Core | NuGet [1.8.0](https://www.nuget.org/packages/Microsoft.Extensions.Azure/1.8.0)|[docs](/dotnet/api/overview/azure/Microsoft.Extensions.Azure-readme)| GitHub [1.8.0](https://github.com/Azure/azure-sdk-for-net/tree/Microsoft.Extensions.Azure_1.8.0/sdk/extensions/Microsoft.Extensions.Azure/)|
123
123
| Blob Storage Key Store for .NET Data Protection | NuGet [1.3.4](https://www.nuget.org/packages/Azure.Extensions.AspNetCore.DataProtection.Blobs/1.3.4)|[docs](/dotnet/api/overview/azure/Extensions.AspNetCore.DataProtection.Blobs-readme)| GitHub [1.3.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Extensions.AspNetCore.DataProtection.Blobs_1.3.4/sdk/extensions/Azure.Extensions.AspNetCore.DataProtection.Blobs/)|
The resource ID takes the form `/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}`.
The resource ID takes the form `/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}`.
102
+
> [!IMPORTANT]
103
+
> The `managedIdentityObjectId` JSON property is supported in `Microsoft.Extensions.Azure` versions 1.8.0 and later.
0 commit comments