Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public LogsIngestionClient(System.Uri endpoint, Azure.Core.TokenCredential crede
}
public partial class LogsIngestionClientOptions : Azure.Core.ClientOptions
{
public LogsIngestionClientOptions(Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion version = Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion.V2021_11_01_Preview) { }
public LogsIngestionClientOptions(Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion version = Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion.V2023_01_01) { }
public enum ServiceVersion
{
V2021_11_01_Preview = 1,
V2023_01_01 = 1,
}
}
public partial class UploadFailedEventArgs : Azure.SyncAsyncEventArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ public LogsIngestionClient(System.Uri endpoint, Azure.Core.TokenCredential crede
}
public partial class LogsIngestionClientOptions : Azure.Core.ClientOptions
{
public LogsIngestionClientOptions(Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion version = Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion.V2021_11_01_Preview) { }
public LogsIngestionClientOptions(Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion version = Azure.Monitor.Ingestion.LogsIngestionClientOptions.ServiceVersion.V2023_01_01) { }
public enum ServiceVersion
{
V2021_11_01_Preview = 1,
V2023_01_01 = 1,
}
}
public partial class UploadFailedEventArgs : Azure.SyncAsyncEventArgs
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions sdk/monitor/Azure.Monitor.Ingestion/src/autorest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Run `dotnet build /t:GenerateCode` to generate code.

``` yaml
input-file:
- https://github.com/Azure/azure-rest-api-specs/blob/d0188b838d6d338a688707c714803fdb3c1384ec/specification/monitor/data-plane/ingestion/preview/2021-11-01-preview/DataCollectionRules.json
namespace: Azure.Monitor.Ingestion
- https://github.com/Azure/azure-rest-api-specs/blob/f07297ce913bfc911470a86436e73c9aceec0587/specification/monitor/data-plane/ingestion/stable/2023-01-01/DataCollectionRules.json
security: AADToken
security-scopes: https://monitor.azure.com//.default
```
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading