Skip to content

Commit 88737fc

Browse files
authored
Merge pull request #177441 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents 37d7073 + c113b7b commit 88737fc

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/active-directory/roles/delegate-by-task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ In this article, you can find the information needed to restrict a user's admini
362362
> | Add user to group | User Administrator | |
363363
> | Assign license | License Administrator | User Administrator |
364364
> | Create guest user | Guest inviter | User Administrator |
365+
> | Reset guest user invite | User Administrator | Global Administrator |
365366
> | Create user | User Administrator | |
366367
> | Delete users | User Administrator | |
367368
> | Invalidate refresh tokens of limited admins (see documentation) | User Administrator | |

articles/active-directory/roles/groups-faq-troubleshooting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ sections:
4848
- question: |
4949
Can I create an access review on groups that can be assigned to Azure AD roles (specifically, groups with isAssignableToRole property set to true)?
5050
answer: |
51-
Yes, you can. If you are on newest version of Access Review, then your reviewers are directed to My Access by default, and only Global Administrators can create access reviews on role-assignable groups. However, if you are on the older version of Access Review, then your reviewers are directed to the Access Panel by default, and both Global Administrators and User Administrator can create access reviews on role-assignable groups. The new experience will be rolled out to all customers on July 28, 2020 but if you’d like to upgrade sooner, make a request to [Azure AD Access Reviews - Updated reviewer experience in My Access Signup](https://forms.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR5dv-S62099HtxdeKIcgO-NUOFJaRDFDWUpHRk8zQ1BWVU1MMTcyQ1FFUi4u).
51+
Yes, you can. Global Administrators and Privileged Role Administrators can create access reviews on role-assignable groups.
5252
5353
- question: |
5454
Can I create an access package and put groups that can be assigned to Azure AD roles in it?
@@ -112,4 +112,4 @@ additionalContent: |
112112
## Next steps
113113
114114
- [Use Azure AD groups to manage role assignments](groups-concept.md)
115-
- [Create a role-assignable group](groups-create-eligible.md)
115+
- [Create a role-assignable group](groups-create-eligible.md)

articles/azure-resource-manager/bicep/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For more information about Bicep parameters, see [Parameters in Bicep](parameter
3636

3737
## Variables
3838

39-
* Use camel case for variable names, such as `myVariableName`.
39+
* Use lower camel case for variable names, such as `myVariableName`.
4040

4141
* When you define a variable, the [data type](data-types.md) isn't needed. Variables infer the type from the resolve value.
4242

articles/azure-resource-manager/bicep/linter-rule-no-unused-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 10/14/2021
77

88
# Linter rule - no unused parameters
99

10-
This rule finds parameters that aren't reference anywhere in the Bicep file.
10+
This rule finds parameters that aren't referenced anywhere in the Bicep file.
1111

1212
## Returned code
1313

articles/service-bus-messaging/service-bus-transactions.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ For more information about Service Bus queues, see the following articles:
7777

7878
* [How to use Service Bus queues](service-bus-dotnet-get-started-with-queues.md)
7979
* [Chaining Service Bus entities with autoforwarding](service-bus-auto-forwarding.md)
80-
* [Autoforward sample](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.ServiceBus.Messaging/AutoForward)
81-
* [Atomic Transactions with Service Bus sample](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.ServiceBus.Messaging/AtomicTransactions)
82-
* [Azure Queues and Service Bus queues compared](service-bus-azure-and-service-bus-queues-compared-contrasted.md)
83-
84-
80+
* [Autoforward sample](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.ServiceBus.Messaging/AutoForward) (`Microsoft.ServiceBus.Messaging` library)
81+
* [Atomic Transactions with Service Bus sample](https://github.com/Azure/azure-service-bus/tree/master/samples/DotNet/Microsoft.ServiceBus.Messaging/AtomicTransactions) (`Microsoft.ServiceBus.Messaging` library)
82+
* [Working with transactions sample](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/samples/Sample06_Transactions.md) (`Azure.Messaging.ServiceBus` library)
83+
* [Azure Queue Storage and Service Bus queues compared](service-bus-azure-and-service-bus-queues-compared-contrasted.md)

0 commit comments

Comments
 (0)