-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Monitor] Diagnostic settings commands #3668
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
|
@vcanaa please open this PR once you have sorted out Spec API referenced. |
|
I fixed the reference to the spec. There is no link for me to reopen it. Please reopen this PR. |
|
@shahabhijeet - We will not publish multiple packages. This was marked as Changes Requested, but I don't understand what changes are necessary. What is blocking this to be merged right now? |
| <Description>Microsoft Azure Monitor Library</Description> | ||
| <AssemblyName>Microsoft.Azure.Management.Monitor</AssemblyName> | ||
| <Version>0.16.1-preview</Version> | ||
| <Version>0.17.0-preview</Version> |
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.
can you update the release notes
Add < PackageReleaseNotes > and add Release notes.
I would recommend to use < ![CDATA and then format your Release notes
| <Version>0.17.0-preview</Version> | ||
| <PackageId>Microsoft.Azure.Management.Monitor</PackageId> | ||
| <PackageTags>Management.Monitor;Management.Monitoring;metrics;alerts;autoscale;activityLogs;events;operations;logs</PackageTags> | ||
| <PackageReleaseNotes>See https://github.com/Azure/azure-sdk-for-net/tree/psSdkJson6/src/SDKs/Monitor/changelog.md for release notes.</PackageReleaseNotes> |
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.
This URL will be of no use once psSdkJson6 branch is deleted
Rather create an aka.ms link for your changelog.md
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.
Indeed, thanks for catching that. Will update to:
https://aka.ms/azure-sdk-monitor
* Generated code from latest spec * Updated tests for named diagnostic settings * [Monitor] Increasing version to 0.17.0-preview * [Monitor] Adding release notes and syncing with latest spec * Adding notes about the multi-dim metrics API to the changelog.md file. * [Monitor] Using an aka.ms link for the changelog
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#1641
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.