Skip to content

Commit 31c784e

Browse files
author
SDKAuto
committed
CodeGen from PR 32561 in Azure/azure-rest-api-specs
Merge 523ee9a50feb4e504d22c1f4a06362a8975717e2 into dc6126aca1852126259a71852672555a6e69dbc2
1 parent c442676 commit 31c784e

File tree

7 files changed

+67
-64
lines changed

7 files changed

+67
-64
lines changed

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/api/Azure.ResourceManager.ApplicationInsights.net8.0.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ public partial class ApplicationInsightsComponentProactiveDetectionConfiguration
742742
{
743743
public ApplicationInsightsComponentProactiveDetectionConfiguration() { }
744744
public System.Collections.Generic.IList<string> CustomEmails { get { throw null; } }
745-
public bool? IsEnabled { get { throw null; } set { } }
746-
public System.DateTimeOffset? LastUpdatedOn { get { throw null; } set { } }
745+
public bool? Enabled { get { throw null; } set { } }
746+
public string LastUpdatedTime { get { throw null; } set { } }
747747
public string Name { get { throw null; } set { } }
748748
public Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions RuleDefinitions { get { throw null; } set { } }
749749
public bool? SendEmailsToSubscriptionOwners { get { throw null; } set { } }

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/api/Azure.ResourceManager.ApplicationInsights.netstandard2.0.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ public partial class ApplicationInsightsComponentProactiveDetectionConfiguration
742742
{
743743
public ApplicationInsightsComponentProactiveDetectionConfiguration() { }
744744
public System.Collections.Generic.IList<string> CustomEmails { get { throw null; } }
745-
public bool? IsEnabled { get { throw null; } set { } }
746-
public System.DateTimeOffset? LastUpdatedOn { get { throw null; } set { } }
745+
public bool? Enabled { get { throw null; } set { } }
746+
public string LastUpdatedTime { get { throw null; } set { } }
747747
public string Name { get { throw null; } set { } }
748748
public Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions RuleDefinitions { get { throw null; } set { } }
749749
public bool? SendEmailsToSubscriptionOwners { get { throw null; } set { } }

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/samples/Generated/Samples/Sample_ApplicationInsightsComponentResource.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/src/Generated/Models/ApplicationInsightsComponentProactiveDetectionConfiguration.Serialization.cs

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/src/Generated/Models/ApplicationInsightsComponentProactiveDetectionConfiguration.cs

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/applicationinsights/Azure.ResourceManager.ApplicationInsights/src/autorest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ azure-arm: true
88
csharp: true
99
library-name: ApplicationInsights
1010
namespace: Azure.ResourceManager.ApplicationInsights
11-
require: https://github.com/Azure/azure-rest-api-specs/blob/d4f3374fc56a25acc5442a7efe5aee11413fdfe2/specification/applicationinsights/resource-manager/readme.md
11+
require: /mnt/vss/_work/1/s/azure-rest-api-specs/specification/applicationinsights/resource-manager/readme.md
1212
tag: package-2024-04-25-only
1313
output-folder: $(this-folder)/Generated
1414
clear-output-folder: true

sdk/resourcemanager/ci.mgmt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ trigger:
7979
- sdk/dnsresolver/Azure.ResourceManager.DnsResolver
8080
- sdk/dynatrace/Azure.ResourceManager.Dynatrace
8181
- sdk/edgeorder/Azure.ResourceManager.EdgeOrder
82-
- sdk/iotoperations/Azure.ResourceManager.IotOperations
8382
- sdk/edgezones/Azure.ResourceManager.EdgeZones
8483
- sdk/elastic/Azure.ResourceManager.Elastic
8584
- sdk/elasticsan/Azure.ResourceManager.ElasticSan
@@ -108,6 +107,7 @@ trigger:
108107
- sdk/iot/Azure.ResourceManager.IotFirmwareDefense
109108
- sdk/iotcentral/Azure.ResourceManager.IotCentral
110109
- sdk/iothub/Azure.ResourceManager.IotHub
110+
- sdk/iotoperations/Azure.ResourceManager.IotOperations
111111
- sdk/keyvault/Azure.ResourceManager.KeyVault
112112
- sdk/kubernetesconfiguration/Azure.ResourceManager.KubernetesConfiguration
113113
- sdk/kusto/Azure.ResourceManager.Kusto
@@ -285,7 +285,6 @@ pr:
285285
- sdk/dnsresolver/Azure.ResourceManager.DnsResolver
286286
- sdk/dynatrace/Azure.ResourceManager.Dynatrace
287287
- sdk/edgeorder/Azure.ResourceManager.EdgeOrder
288-
- sdk/iotoperations/Azure.ResourceManager.IotOperations
289288
- sdk/edgezones/Azure.ResourceManager.EdgeZones
290289
- sdk/elastic/Azure.ResourceManager.Elastic
291290
- sdk/elasticsan/Azure.ResourceManager.ElasticSan
@@ -314,6 +313,7 @@ pr:
314313
- sdk/iot/Azure.ResourceManager.IotFirmwareDefense
315314
- sdk/iotcentral/Azure.ResourceManager.IotCentral
316315
- sdk/iothub/Azure.ResourceManager.IotHub
316+
- sdk/iotoperations/Azure.ResourceManager.IotOperations
317317
- sdk/keyvault/Azure.ResourceManager.KeyVault
318318
- sdk/kubernetesconfiguration/Azure.ResourceManager.KubernetesConfiguration
319319
- sdk/kusto/Azure.ResourceManager.Kusto

0 commit comments

Comments
 (0)