[Monitor] Diagnostic settings commands#3647
Closed
vcanaa wants to merge 15 commits intoAzure:psSdkJson6from
Closed
[Monitor] Diagnostic settings commands#3647vcanaa wants to merge 15 commits intoAzure:psSdkJson6from
vcanaa wants to merge 15 commits intoAzure:psSdkJson6from
Conversation
… and the corresponding unit tests
… into psSdkJson6 # Conflicts: # src/SDKs/Monitor/Management.Monitor/generate.cmd
…e Resource Manager dll. Enabling tests for netcoreapp1.1
shahabhijeet
suggested changes
Sep 4, 2017
| <PropertyGroup> | ||
| <TargetFrameworks>net452;netstandard1.4</TargetFrameworks> | ||
| <RootNamespace>Microsoft.Azure.Management.Monitor</RootNamespace> | ||
| <DelaySign>false</DelaySign> |
Contributor
There was a problem hiding this comment.
@vcanaa these properties are set for the entire repo, so no need to set it again.
Remove delaySign and SignAssembly properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Renaming the ServiceDiagnosticSettings operation to DiagnosticSettings operation and adding more functionality.
The new command will be backward compatible with the existing api /diagnosticSettings/service and will also works with /diagnosticSettings/{name}, where a generic name can be passed in.
Renaming ServiceBusRuleId to EventHubAuthorizationRuleId.
Accepting EventHubName to be defined
Adding List operation to diagnostic settings.
Adding operations to list diagnostic settings categories.
Azure/azure-rest-api-specs#1613
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.