-
Notifications
You must be signed in to change notification settings - Fork 4k
added cmdlets for logger, properties, git and openIdConnect #2155
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
Conversation
solankisamir
commented
Apr 26, 2016
- Added cmdlets for Logger
- Added cmdlets for Properties
- Added cmdlets for Git
- Added cmdlets for OpenIdConnect
- Fixed issues with Doc generation due to rename of namespace to AzureRm
Hi @solankisamir, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
Can one of the admins verify this patch? |
@@ -1291,5 +1334,410 @@ public void AuthorizationServerRemove(PsApiManagementContext context, string ser | |||
Client.AuthorizationServers.Delete(context.ResourceGroupName, context.ServiceName, serverId, "*"); | |||
} | |||
#endregion | |||
|
|||
#region Loggers | |||
public PsApiManagementLogger LoggerCreate( |
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.
No comments for these public methods?
@azuresdkci add to whitelist |
…pdatepowershell # Conflicts: # src/ResourceManager/ApiManagement/Commands.ApiManagement.ServiceManagement/packages.config # src/ResourceManager/ApiManagement/Commands.ApiManagement/packages.config
merge issues in packages.config
The BackupRestore folder got missed as the .gitignore file had an exclusion clause for Backup*/
@solankisamir merge conflicts. Please update |
Merged from latest azure/dev Powershell On-Demand Run Powershell Sigin-In Run |