-
Notifications
You must be signed in to change notification settings - Fork 27
Update-EntraGroup - WhatIf experiment #1414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Learn Build status updates of commit fb135c4: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit e80b5e0: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit e88e0f0: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit eda526a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 557a4ad:
|
File | Status | Preview URL | Details |
---|---|---|---|
Details | |||
module/docfx.json | Details | ||
module/Entra/Microsoft.Entra/Groups/Update-EntraGroup.ps1 | ✅Succeeded | ||
test/Entra/Groups/Update-EntraGroup.Tests.ps1 | ✅Succeeded |
- Line 0, Column 0: [Warning: MAML2Yaml_Directory_NotFound]
Directory can't be found: entra-powershell-v1.0
- Line 0, Column 0: [Warning: MAML2Yaml_Directory_NotFound]
Directory can't be found: entra-powershell-beta
- Line 0, Column 0: [Warning: not-failed]
Invalid value for 'open_to_public_contributors': 'True'.
module/docfx.json
- Line 27, Column 30: [Warning: not-failed]
Invalid value for 'extendBreadcrumb': 'True'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit 751c4a6:
|
File | Status | Preview URL | Details |
---|---|---|---|
Details | |||
module/docfx.json | Details | ||
module/Entra/Microsoft.Entra/Groups/Update-EntraGroup.ps1 | ✅Succeeded | ||
test/Entra/Groups/Update-EntraGroup.Tests.ps1 | ✅Succeeded |
- Line 0, Column 0: [Warning: MAML2Yaml_Directory_NotFound]
Directory can't be found: entra-powershell-v1.0
- Line 0, Column 0: [Warning: MAML2Yaml_Directory_NotFound]
Directory can't be found: entra-powershell-beta
- Line 0, Column 0: [Warning: not-failed]
Invalid value for 'open_to_public_contributors': 'True'.
module/docfx.json
- Line 27, Column 30: [Warning: not-failed]
Invalid value for 'extendBreadcrumb': 'True'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit 561f7cd:
|
File | Status | Preview URL | Details |
---|---|---|---|
Details | |||
module/docfx.json | Details | ||
module/Entra/Microsoft.Entra/Groups/Update-EntraGroup.ps1 | ✅Succeeded | ||
test/Entra/Groups/Update-EntraGroup.Tests.ps1 | ✅Succeeded |
- Line 0, Column 0: [Warning: MAML2Yaml_Directory_NotFound]
Directory can't be found: entra-powershell-v1.0
- Line 0, Column 0: [Warning: MAML2Yaml_Directory_NotFound]
Directory can't be found: entra-powershell-beta
- Line 0, Column 0: [Warning: not-failed]
Invalid value for 'open_to_public_contributors': 'True'.
module/docfx.json
- Line 27, Column 30: [Warning: not-failed]
Invalid value for 'extendBreadcrumb': 'True'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
Learn Build status updates of commit ed78c09: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
…rosoftgraph/entra-powershell into experiment/update-entragroup
Learn Build status updates of commit ffd4935: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 42f283a: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
Learn Build status updates of commit 51fb1ea: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
} | ||
|
||
# Convert final update properties to JSON | ||
$bodyJson = $GroupProperties | ConvertTo-Json -Depth 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-Depth 2 for ConvertTo-Json might be sufficient for deeply nested properties, for a user
Update-EntraGroup - WhatIf experiment + Pre-requisites checks (logged in user, installed module)