-
Notifications
You must be signed in to change notification settings - Fork 37
Add New-EntraServicePrincipalKeyCredential #1487
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
Add New-EntraServicePrincipalKeyCredential #1487
Conversation
|
Learn Build status updates of commit c906d57: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit 37be4b6: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Learn Build status updates of commit f8e26c2: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
|
Learn Build status updates of commit cca8030: ✅ Validation status: passedFor more details, please refer to the build report. |
|
Learn Build status updates of commit 47367dc: ✅ Validation status: passedFor more details, please refer to the build report. |
|
Learn Build status updates of commit d57bc74: ✅ Validation status: passedFor more details, please refer to the build report. |
|
Learn Build status updates of commit eb436cb: ✅ Validation status: passedFor more details, please refer to the build report. |
...e/EntraBeta/Microsoft.Entra.Beta/Applications/New-EntraBetaServicePrincipalKeyCredential.ps1
Outdated
Show resolved
Hide resolved
|
Learn Build status updates of commit ecb7f5b: ✅ Validation status: passedFor more details, please refer to the build report. |
module/Entra/Microsoft.Entra/Applications/New-EntraServicePrincipalKeyCredential.ps1
Outdated
Show resolved
Hide resolved
module/Entra/Microsoft.Entra/Applications/New-EntraServicePrincipalKeyCredential.ps1
Show resolved
Hide resolved
module/Entra/Microsoft.Entra/Applications/New-EntraServicePrincipalKeyCredential.ps1
Show resolved
Hide resolved
module/Entra/Microsoft.Entra/Applications/New-EntraServicePrincipalKeyCredential.ps1
Show resolved
Hide resolved
ecb7f5b to
a8fc2a8
Compare
|
Learn Build status updates of commit a8fc2a8: ✅ Validation status: passedFor more details, please refer to the build report. |
a8fc2a8 to
5344dc5
Compare
|
Learn Build status updates of commit 5344dc5: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
|
Learn Build status updates of commit b77ac96: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
|
Learn Build status updates of commit 3f27976: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
|
Learn Build status updates of commit 6cfcf8d: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
module/Entra/Microsoft.Entra/Applications/New-EntraServicePrincipalKeyCredential.ps1
Show resolved
Hide resolved
...e/EntraBeta/Microsoft.Entra.Beta/Applications/New-EntraBetaServicePrincipalKeyCredential.ps1
Show resolved
Hide resolved
…s://github.com/microsoftgraph/entra-powershell into dbutoyi/New-EntraServicePrincipalKeyCredential
|
Learn Build status updates of commit b6d7593: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
|
Learn Build status updates of commit 655c361: ❌ Validation status: errorsPlease follow instructions here which may help to resolve issue.
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. |
We've identified an issue with the New-EntraServicePrincipalKeyCredential command in the Entra PowerShell module. While the documentation exists, the command itself does not seem to be implemented.
Here are the details:
Documentation Link: https://github.com/microsoftgraph/entra-powershell/blob/main/module/docs/entra-powershell-v1.0/Applications/New-EntraServicePrincipalKeyCredential.md
Issue: The command New-EntraServicePrincipalKeyCredential is not recognized as a valid cmdlet, function, script file, or executable program in the Entra module version 1.0.5. However, the Get-EntraServicePrincipalKeyCredential command works as expected.
Fixes #1453