diff --git a/sdk/durabletask/ci.mgmt.yml b/sdk/durabletask/ci.mgmt.yml index 5f63204cd804..32b11e75b082 100644 --- a/sdk/durabletask/ci.mgmt.yml +++ b/sdk/durabletask/ci.mgmt.yml @@ -1,7 +1,6 @@ # NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. trigger: none - pr: branches: include: diff --git a/sdk/informaticadatamanagement/Azure.ResourceManager.InformaticaDataManagement/tsp-location.yaml b/sdk/informaticadatamanagement/Azure.ResourceManager.InformaticaDataManagement/tsp-location.yaml index 2b3e253ddbf3..5a5161c7358f 100644 --- a/sdk/informaticadatamanagement/Azure.ResourceManager.InformaticaDataManagement/tsp-location.yaml +++ b/sdk/informaticadatamanagement/Azure.ResourceManager.InformaticaDataManagement/tsp-location.yaml @@ -1,3 +1,4 @@ directory: specification/informatica/Informatica.DataManagement.Management -commit: 462574dbd02088c209bb1da3eef0d93f699e8de2 -repo: Azure/azure-rest-api-specs \ No newline at end of file +commit: 4f35ed48a9fa7ee2e573260d06c1110be7c7cd01 +repo: Azure/azure-rest-api-specs +additionalDirectories: diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.net8.0.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.net8.0.cs index 69da539c4a18..518c7343ee09 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.net8.0.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.net8.0.cs @@ -476,7 +476,7 @@ public static partial class ArmIotOperationsModelFactory public static Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowProfileProperties IotOperationsDataflowProfileProperties(Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics diagnostics = null, int? instanceCount = default(int?), Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?)) { throw null; } public static Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowProperties IotOperationsDataflowProperties(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode? mode = default(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode?), System.Collections.Generic.IEnumerable operations = null, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?)) { throw null; } public static Azure.ResourceManager.IotOperations.IotOperationsInstanceData IotOperationsInstanceData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceProperties properties = null, Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocation extendedLocation = null, Azure.ResourceManager.Models.ManagedServiceIdentity identity = null) { throw null; } - public static Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceProperties IotOperationsInstanceProperties(string description = null, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?), string version = null, Azure.Core.ResourceIdentifier schemaRegistryRefResourceId = null) { throw null; } + public static Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceProperties IotOperationsInstanceProperties(string description = null, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?), string version = null, Azure.Core.ResourceIdentifier schemaRegistryRefResourceId = null, System.Collections.Generic.IDictionary features = null) { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct BlockerListenerServiceType : System.IEquatable @@ -1485,6 +1485,37 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer public static bool operator !=(Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod left, Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod right) { throw null; } public override string ToString() { throw null; } } + public partial class InstanceFeature : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel + { + public InstanceFeature() { } + public Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode? Mode { get { throw null; } set { } } + public System.Collections.Generic.IDictionary Settings { get { throw null; } } + protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { } + Azure.ResourceManager.IotOperations.Models.InstanceFeature System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { } + Azure.ResourceManager.IotOperations.Models.InstanceFeature System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct InstanceFeatureMode : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public InstanceFeatureMode(string value) { throw null; } + public static Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode Disabled { get { throw null; } } + public static Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode Preview { get { throw null; } } + public static Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode Stable { get { throw null; } } + public bool Equals(Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode left, Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode right) { throw null; } + public static implicit operator Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode left, Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode right) { throw null; } + public override string ToString() { throw null; } + } public partial class IotOperationsBatchingConfig : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel { public IotOperationsBatchingConfig() { } @@ -1641,6 +1672,7 @@ public partial class IotOperationsInstanceProperties : System.ClientModel.Primit { public IotOperationsInstanceProperties(Azure.ResourceManager.IotOperations.Models.SchemaRegistryRef schemaRegistryRef) { } public string Description { get { throw null; } set { } } + public System.Collections.Generic.IDictionary Features { get { throw null; } } public Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? ProvisioningState { get { throw null; } } public Azure.Core.ResourceIdentifier SchemaRegistryRefResourceId { get { throw null; } set { } } public string Version { get { throw null; } } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.netstandard2.0.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.netstandard2.0.cs index 69da539c4a18..518c7343ee09 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.netstandard2.0.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.netstandard2.0.cs @@ -476,7 +476,7 @@ public static partial class ArmIotOperationsModelFactory public static Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowProfileProperties IotOperationsDataflowProfileProperties(Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics diagnostics = null, int? instanceCount = default(int?), Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?)) { throw null; } public static Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowProperties IotOperationsDataflowProperties(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode? mode = default(Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode?), System.Collections.Generic.IEnumerable operations = null, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?)) { throw null; } public static Azure.ResourceManager.IotOperations.IotOperationsInstanceData IotOperationsInstanceData(Azure.Core.ResourceIdentifier id = null, string name = null, Azure.Core.ResourceType resourceType = default(Azure.Core.ResourceType), Azure.ResourceManager.Models.SystemData systemData = null, System.Collections.Generic.IDictionary tags = null, Azure.Core.AzureLocation location = default(Azure.Core.AzureLocation), Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceProperties properties = null, Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocation extendedLocation = null, Azure.ResourceManager.Models.ManagedServiceIdentity identity = null) { throw null; } - public static Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceProperties IotOperationsInstanceProperties(string description = null, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?), string version = null, Azure.Core.ResourceIdentifier schemaRegistryRefResourceId = null) { throw null; } + public static Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceProperties IotOperationsInstanceProperties(string description = null, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState?), string version = null, Azure.Core.ResourceIdentifier schemaRegistryRefResourceId = null, System.Collections.Generic.IDictionary features = null) { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct BlockerListenerServiceType : System.IEquatable @@ -1485,6 +1485,37 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer public static bool operator !=(Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod left, Azure.ResourceManager.IotOperations.Models.FabricOneLakeAuthMethod right) { throw null; } public override string ToString() { throw null; } } + public partial class InstanceFeature : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel + { + public InstanceFeature() { } + public Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode? Mode { get { throw null; } set { } } + public System.Collections.Generic.IDictionary Settings { get { throw null; } } + protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { } + Azure.ResourceManager.IotOperations.Models.InstanceFeature System.ClientModel.Primitives.IJsonModel.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + void System.ClientModel.Primitives.IJsonModel.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) { } + Azure.ResourceManager.IotOperations.Models.InstanceFeature System.ClientModel.Primitives.IPersistableModel.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + string System.ClientModel.Primitives.IPersistableModel.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + System.BinaryData System.ClientModel.Primitives.IPersistableModel.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct InstanceFeatureMode : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public InstanceFeatureMode(string value) { throw null; } + public static Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode Disabled { get { throw null; } } + public static Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode Preview { get { throw null; } } + public static Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode Stable { get { throw null; } } + public bool Equals(Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode left, Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode right) { throw null; } + public static implicit operator Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode left, Azure.ResourceManager.IotOperations.Models.InstanceFeatureMode right) { throw null; } + public override string ToString() { throw null; } + } public partial class IotOperationsBatchingConfig : System.ClientModel.Primitives.IJsonModel, System.ClientModel.Primitives.IPersistableModel { public IotOperationsBatchingConfig() { } @@ -1641,6 +1672,7 @@ public partial class IotOperationsInstanceProperties : System.ClientModel.Primit { public IotOperationsInstanceProperties(Azure.ResourceManager.IotOperations.Models.SchemaRegistryRef schemaRegistryRef) { } public string Description { get { throw null; } set { } } + public System.Collections.Generic.IDictionary Features { get { throw null; } } public Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? ProvisioningState { get { throw null; } } public Azure.Core.ResourceIdentifier SchemaRegistryRefResourceId { get { throw null; } set { } } public string Version { get { throw null; } } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationCollection.cs index 9f121cef1865..8621e0f7d59f 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_IotOperationsBrokerAuthenticationCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerAuthenticationCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerAuthenticationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task CreateOrUpdate_BrokerAuthenticationCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerAuthenticationCreateOrUpdate() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -156,7 +156,7 @@ public async Task CreateOrUpdate_BrokerAuthenticationCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Get_BrokerAuthenticationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -191,7 +191,7 @@ public async Task Get_BrokerAuthenticationGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_BrokerAuthenticationListByResourceGroup() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -228,7 +228,7 @@ public async Task GetAll_BrokerAuthenticationListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_BrokerAuthenticationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -259,7 +259,7 @@ public async Task Exists_BrokerAuthenticationGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_BrokerAuthenticationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationResource.cs index 6058e48bf430..0daca18d7293 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthenticationResource.cs @@ -21,7 +21,7 @@ public partial class Sample_IotOperationsBrokerAuthenticationResource [Ignore("Only validating compilation of examples")] public async Task Get_BrokerAuthenticationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -53,7 +53,7 @@ public async Task Get_BrokerAuthenticationGet() [Ignore("Only validating compilation of examples")] public async Task Delete_BrokerAuthenticationDelete() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_Delete_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Delete_BrokerAuthenticationDelete() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerAuthenticationCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerAuthenticationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -147,7 +147,7 @@ public async Task Update_BrokerAuthenticationCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerAuthenticationCreateOrUpdate() { - // Generated from example definition: 2024-11-01/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthentication_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthenticationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationCollection.cs index 8c81822dcbba..7f9098e197fd 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationCollection.cs @@ -21,7 +21,7 @@ public partial class Sample_IotOperationsBrokerAuthorizationCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerAuthorizationCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerAuthorizationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -90,7 +90,7 @@ public async Task CreateOrUpdate_BrokerAuthorizationCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerAuthorizationCreateOrUpdate() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -152,7 +152,7 @@ public async Task CreateOrUpdate_BrokerAuthorizationCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerAuthorizationCreateOrUpdateSimple() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_CreateOrUpdate_Simple.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_CreateOrUpdate_Simple.json // this example is just showing the usage of "BrokerAuthorizationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -214,7 +214,7 @@ public async Task CreateOrUpdate_BrokerAuthorizationCreateOrUpdateSimple() [Ignore("Only validating compilation of examples")] public async Task Get_BrokerAuthorizationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -249,7 +249,7 @@ public async Task Get_BrokerAuthorizationGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_BrokerAuthorizationListByResourceGroup() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -286,7 +286,7 @@ public async Task GetAll_BrokerAuthorizationListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_BrokerAuthorizationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -317,7 +317,7 @@ public async Task Exists_BrokerAuthorizationGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_BrokerAuthorizationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationResource.cs index 8284be4044ef..3e2b2d23115d 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerAuthorizationResource.cs @@ -21,7 +21,7 @@ public partial class Sample_IotOperationsBrokerAuthorizationResource [Ignore("Only validating compilation of examples")] public async Task Get_BrokerAuthorizationGet() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -53,7 +53,7 @@ public async Task Get_BrokerAuthorizationGet() [Ignore("Only validating compilation of examples")] public async Task Delete_BrokerAuthorizationDelete() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_Delete_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -81,7 +81,7 @@ public async Task Delete_BrokerAuthorizationDelete() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerAuthorizationCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerAuthorizationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -147,7 +147,7 @@ public async Task Update_BrokerAuthorizationCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerAuthorizationCreateOrUpdate() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerAuthorizationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -206,7 +206,7 @@ public async Task Update_BrokerAuthorizationCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerAuthorizationCreateOrUpdateSimple() { - // Generated from example definition: 2024-11-01/BrokerAuthorization_CreateOrUpdate_Simple.json + // Generated from example definition: 2025-04-01/BrokerAuthorization_CreateOrUpdate_Simple.json // this example is just showing the usage of "BrokerAuthorizationResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerCollection.cs index 2162fc3a56a4..852bfa4d7f69 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsBrokerCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -71,7 +71,7 @@ public async Task CreateOrUpdate_BrokerCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerCreateOrUpdate() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -240,7 +240,7 @@ public async Task CreateOrUpdate_BrokerCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerCreateOrUpdateMinimal() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_Minimal.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_Minimal.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -282,7 +282,7 @@ public async Task CreateOrUpdate_BrokerCreateOrUpdateMinimal() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerCreateOrUpdateSimple() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_Simple.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_Simple.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -332,7 +332,7 @@ public async Task CreateOrUpdate_BrokerCreateOrUpdateSimple() [Ignore("Only validating compilation of examples")] public async Task Get_BrokerGet() { - // Generated from example definition: 2024-11-01/Broker_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -366,7 +366,7 @@ public async Task Get_BrokerGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_BrokerListByResourceGroup() { - // Generated from example definition: 2024-11-01/Broker_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -402,7 +402,7 @@ public async Task GetAll_BrokerListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_BrokerGet() { - // Generated from example definition: 2024-11-01/Broker_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -432,7 +432,7 @@ public async Task Exists_BrokerGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_BrokerGet() { - // Generated from example definition: 2024-11-01/Broker_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerCollection.cs index 2b711a83140c..a93a530063fd 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsBrokerListenerCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerListenerCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/BrokerListener_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/BrokerListener_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerListenerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -91,7 +91,7 @@ public async Task CreateOrUpdate_BrokerListenerCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerListenerCreateOrUpdate() { - // Generated from example definition: 2024-11-01/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -156,7 +156,7 @@ public async Task CreateOrUpdate_BrokerListenerCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_BrokerListenerCreateOrUpdateSimple() { - // Generated from example definition: 2024-11-01/BrokerListener_CreateOrUpdate_Simple.json + // Generated from example definition: 2025-04-01/BrokerListener_CreateOrUpdate_Simple.json // this example is just showing the usage of "BrokerListenerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -199,7 +199,7 @@ public async Task CreateOrUpdate_BrokerListenerCreateOrUpdateSimple() [Ignore("Only validating compilation of examples")] public async Task Get_BrokerListenerGet() { - // Generated from example definition: 2024-11-01/BrokerListener_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -234,7 +234,7 @@ public async Task Get_BrokerListenerGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_BrokerListenerListByResourceGroup() { - // Generated from example definition: 2024-11-01/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -271,7 +271,7 @@ public async Task GetAll_BrokerListenerListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_BrokerListenerGet() { - // Generated from example definition: 2024-11-01/BrokerListener_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -302,7 +302,7 @@ public async Task Exists_BrokerListenerGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_BrokerListenerGet() { - // Generated from example definition: 2024-11-01/BrokerListener_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerResource.cs index cba233d24ac7..c5d662793df1 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerListenerResource.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsBrokerListenerResource [Ignore("Only validating compilation of examples")] public async Task Get_BrokerListenerGet() { - // Generated from example definition: 2024-11-01/BrokerListener_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task Get_BrokerListenerGet() [Ignore("Only validating compilation of examples")] public async Task Delete_BrokerListenerDelete() { - // Generated from example definition: 2024-11-01/BrokerListener_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_Delete_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -80,7 +80,7 @@ public async Task Delete_BrokerListenerDelete() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerListenerCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/BrokerListener_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/BrokerListener_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerListenerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -148,7 +148,7 @@ public async Task Update_BrokerListenerCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerListenerCreateOrUpdate() { - // Generated from example definition: 2024-11-01/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/BrokerListener_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerListenerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -210,7 +210,7 @@ public async Task Update_BrokerListenerCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerListenerCreateOrUpdateSimple() { - // Generated from example definition: 2024-11-01/BrokerListener_CreateOrUpdate_Simple.json + // Generated from example definition: 2025-04-01/BrokerListener_CreateOrUpdate_Simple.json // this example is just showing the usage of "BrokerListenerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerResource.cs index 47157e7c8f23..465b2d6f0560 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsBrokerResource.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsBrokerResource [Ignore("Only validating compilation of examples")] public async Task Get_BrokerGet() { - // Generated from example definition: 2024-11-01/Broker_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_Get_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_BrokerGet() [Ignore("Only validating compilation of examples")] public async Task Delete_BrokerDelete() { - // Generated from example definition: 2024-11-01/Broker_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_Delete_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -78,7 +78,7 @@ public async Task Delete_BrokerDelete() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerCreateOrUpdateComplex() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_Complex.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_Complex.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -126,7 +126,7 @@ public async Task Update_BrokerCreateOrUpdateComplex() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerCreateOrUpdate() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -292,7 +292,7 @@ public async Task Update_BrokerCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerCreateOrUpdateMinimal() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_Minimal.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_Minimal.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -331,7 +331,7 @@ public async Task Update_BrokerCreateOrUpdateMinimal() [Ignore("Only validating compilation of examples")] public async Task Update_BrokerCreateOrUpdateSimple() { - // Generated from example definition: 2024-11-01/Broker_CreateOrUpdate_Simple.json + // Generated from example definition: 2025-04-01/Broker_CreateOrUpdate_Simple.json // this example is just showing the usage of "BrokerResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowCollection.cs index 728994d656b3..9dfd9f14bc2c 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsDataflowCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowCreateOrUpdateComplexContextualization() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_ComplexContextualization.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_ComplexContextualization.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -87,7 +87,7 @@ public async Task CreateOrUpdate_DataflowCreateOrUpdateComplexContextualization( [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowCreateOrUpdateComplexEventHub() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_ComplexEventHub.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_ComplexEventHub.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -168,7 +168,7 @@ public async Task CreateOrUpdate_DataflowCreateOrUpdateComplexEventHub() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowCreateOrUpdateFilterToTopic() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_FilterToTopic.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_FilterToTopic.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -239,7 +239,7 @@ public async Task CreateOrUpdate_DataflowCreateOrUpdateFilterToTopic() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowCreateOrUpdate() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -317,7 +317,7 @@ public async Task CreateOrUpdate_DataflowCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowCreateOrUpdateSimpleEventGrid() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_SimpleEventGrid.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_SimpleEventGrid.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -372,7 +372,7 @@ public async Task CreateOrUpdate_DataflowCreateOrUpdateSimpleEventGrid() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowCreateOrUpdateSimpleFabric() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_SimpleFabric.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_SimpleFabric.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -435,7 +435,7 @@ public async Task CreateOrUpdate_DataflowCreateOrUpdateSimpleFabric() [Ignore("Only validating compilation of examples")] public async Task Get_DataflowGet() { - // Generated from example definition: 2024-11-01/Dataflow_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -470,7 +470,7 @@ public async Task Get_DataflowGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_DataflowListByProfileResource() { - // Generated from example definition: 2024-11-01/Dataflow_ListByProfileResource_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_ListByProfileResource_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -507,7 +507,7 @@ public async Task GetAll_DataflowListByProfileResource() [Ignore("Only validating compilation of examples")] public async Task Exists_DataflowGet() { - // Generated from example definition: 2024-11-01/Dataflow_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -538,7 +538,7 @@ public async Task Exists_DataflowGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_DataflowGet() { - // Generated from example definition: 2024-11-01/Dataflow_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointCollection.cs index 5a7b23188428..fe8f4f1b05bc 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsDataflowEndpointCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateADLSv2() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_ADLSv2.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_ADLSv2.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -65,7 +65,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateADLSv2() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateADX() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_ADX.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_ADX.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -114,7 +114,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateADX() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateAIO() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_AIO.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_AIO.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -167,7 +167,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateAIO() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateEventGrid() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_EventGrid.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_EventGrid.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -216,7 +216,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateEventGrid() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateEventHub() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_EventHub.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_EventHub.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -265,7 +265,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateEventHub() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateFabric() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_Fabric.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_Fabric.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -307,7 +307,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateFabric() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateKafka() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_Kafka.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_Kafka.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -372,7 +372,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateKafka() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateLocalStorage() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_LocalStorage.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_LocalStorage.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -414,7 +414,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateLocalStorage() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateMQTT() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_MQTT.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_MQTT.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -473,7 +473,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdateMQTT() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdate() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -617,7 +617,7 @@ public async Task CreateOrUpdate_DataflowEndpointCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Get_DataflowEndpointGet() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -651,7 +651,7 @@ public async Task Get_DataflowEndpointGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_DataflowEndpointListByResourceGroup() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -687,7 +687,7 @@ public async Task GetAll_DataflowEndpointListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_DataflowEndpointGet() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -717,7 +717,7 @@ public async Task Exists_DataflowEndpointGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_DataflowEndpointGet() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointResource.cs index a625776d2c9d..ac51f4fb1e4f 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowEndpointResource.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsDataflowEndpointResource [Ignore("Only validating compilation of examples")] public async Task Get_DataflowEndpointGet() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_DataflowEndpointGet() [Ignore("Only validating compilation of examples")] public async Task Delete_DataflowEndpointDelete() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_Delete_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -78,7 +78,7 @@ public async Task Delete_DataflowEndpointDelete() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateADLSv2() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_ADLSv2.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_ADLSv2.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -120,7 +120,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateADLSv2() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateADX() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_ADX.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_ADX.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -166,7 +166,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateADX() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateAIO() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_AIO.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_AIO.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -216,7 +216,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateAIO() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateEventGrid() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_EventGrid.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_EventGrid.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -262,7 +262,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateEventGrid() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateEventHub() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_EventHub.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_EventHub.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -308,7 +308,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateEventHub() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateFabric() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_Fabric.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_Fabric.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -347,7 +347,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateFabric() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateKafka() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_Kafka.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_Kafka.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -409,7 +409,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateKafka() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateLocalStorage() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_LocalStorage.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_LocalStorage.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -448,7 +448,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateLocalStorage() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdateMQTT() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_MQTT.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_MQTT.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -504,7 +504,7 @@ public async Task Update_DataflowEndpointCreateOrUpdateMQTT() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowEndpointCreateOrUpdate() { - // Generated from example definition: 2024-11-01/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowEndpoint_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "DataflowEndpointResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileCollection.cs index ab1001d1c18b..3a52b10c42ed 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileCollection.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsDataflowProfileCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowProfileCreateOrUpdate() { - // Generated from example definition: 2024-11-01/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -67,7 +67,7 @@ public async Task CreateOrUpdate_DataflowProfileCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowProfileCreateOrUpdateMinimal() { - // Generated from example definition: 2024-11-01/DataflowProfile_CreateOrUpdate_Minimal.json + // Generated from example definition: 2025-04-01/DataflowProfile_CreateOrUpdate_Minimal.json // this example is just showing the usage of "DataflowProfileResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -109,7 +109,7 @@ public async Task CreateOrUpdate_DataflowProfileCreateOrUpdateMinimal() [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_DataflowProfileCreateOrUpdateMulti() { - // Generated from example definition: 2024-11-01/DataflowProfile_CreateOrUpdate_Multi.json + // Generated from example definition: 2025-04-01/DataflowProfile_CreateOrUpdate_Multi.json // this example is just showing the usage of "DataflowProfileResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -151,7 +151,7 @@ public async Task CreateOrUpdate_DataflowProfileCreateOrUpdateMulti() [Ignore("Only validating compilation of examples")] public async Task Get_DataflowProfileGet() { - // Generated from example definition: 2024-11-01/DataflowProfile_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -185,7 +185,7 @@ public async Task Get_DataflowProfileGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_DataflowProfileListByResourceGroup() { - // Generated from example definition: 2024-11-01/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -221,7 +221,7 @@ public async Task GetAll_DataflowProfileListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_DataflowProfileGet() { - // Generated from example definition: 2024-11-01/DataflowProfile_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -251,7 +251,7 @@ public async Task Exists_DataflowProfileGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_DataflowProfileGet() { - // Generated from example definition: 2024-11-01/DataflowProfile_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileResource.cs index 7f685cfb02cd..2f26b4ceb91f 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowProfileResource.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsDataflowProfileResource [Ignore("Only validating compilation of examples")] public async Task Get_DataflowProfileGet() { - // Generated from example definition: 2024-11-01/DataflowProfile_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_DataflowProfileGet() [Ignore("Only validating compilation of examples")] public async Task Delete_DataflowProfileDelete() { - // Generated from example definition: 2024-11-01/DataflowProfile_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_Delete_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -78,7 +78,7 @@ public async Task Delete_DataflowProfileDelete() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowProfileCreateOrUpdate() { - // Generated from example definition: 2024-11-01/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/DataflowProfile_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "DataflowProfileResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -122,7 +122,7 @@ public async Task Update_DataflowProfileCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowProfileCreateOrUpdateMinimal() { - // Generated from example definition: 2024-11-01/DataflowProfile_CreateOrUpdate_Minimal.json + // Generated from example definition: 2025-04-01/DataflowProfile_CreateOrUpdate_Minimal.json // this example is just showing the usage of "DataflowProfileResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -161,7 +161,7 @@ public async Task Update_DataflowProfileCreateOrUpdateMinimal() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowProfileCreateOrUpdateMulti() { - // Generated from example definition: 2024-11-01/DataflowProfile_CreateOrUpdate_Multi.json + // Generated from example definition: 2025-04-01/DataflowProfile_CreateOrUpdate_Multi.json // this example is just showing the usage of "DataflowProfileResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowResource.cs index 399b936a023e..03e045ff8ab0 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsDataflowResource.cs @@ -20,7 +20,7 @@ public partial class Sample_IotOperationsDataflowResource [Ignore("Only validating compilation of examples")] public async Task Get_DataflowGet() { - // Generated from example definition: 2024-11-01/Dataflow_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_Get_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -52,7 +52,7 @@ public async Task Get_DataflowGet() [Ignore("Only validating compilation of examples")] public async Task Delete_DataflowDelete() { - // Generated from example definition: 2024-11-01/Dataflow_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_Delete_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -80,7 +80,7 @@ public async Task Delete_DataflowDelete() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowCreateOrUpdateComplexContextualization() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_ComplexContextualization.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_ComplexContextualization.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -144,7 +144,7 @@ public async Task Update_DataflowCreateOrUpdateComplexContextualization() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowCreateOrUpdateComplexEventHub() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_ComplexEventHub.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_ComplexEventHub.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -222,7 +222,7 @@ public async Task Update_DataflowCreateOrUpdateComplexEventHub() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowCreateOrUpdateFilterToTopic() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_FilterToTopic.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_FilterToTopic.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -290,7 +290,7 @@ public async Task Update_DataflowCreateOrUpdateFilterToTopic() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowCreateOrUpdate() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -365,7 +365,7 @@ public async Task Update_DataflowCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowCreateOrUpdateSimpleEventGrid() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_SimpleEventGrid.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_SimpleEventGrid.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -417,7 +417,7 @@ public async Task Update_DataflowCreateOrUpdateSimpleEventGrid() [Ignore("Only validating compilation of examples")] public async Task Update_DataflowCreateOrUpdateSimpleFabric() { - // Generated from example definition: 2024-11-01/Dataflow_CreateOrUpdate_SimpleFabric.json + // Generated from example definition: 2025-04-01/Dataflow_CreateOrUpdate_SimpleFabric.json // this example is just showing the usage of "DataflowResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceCollection.cs index 8ccae2220ee2..daef37664495 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceCollection.cs @@ -22,7 +22,7 @@ public partial class Sample_IotOperationsInstanceCollection [Ignore("Only validating compilation of examples")] public async Task CreateOrUpdate_InstanceCreateOrUpdate() { - // Generated from example definition: 2024-11-01/Instance_CreateOrUpdate_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_CreateOrUpdate_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_CreateOrUpdate" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -68,7 +68,7 @@ public async Task CreateOrUpdate_InstanceCreateOrUpdate() [Ignore("Only validating compilation of examples")] public async Task Get_InstanceGet() { - // Generated from example definition: 2024-11-01/Instance_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_Get_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -101,7 +101,7 @@ public async Task Get_InstanceGet() [Ignore("Only validating compilation of examples")] public async Task GetAll_InstanceListByResourceGroup() { - // Generated from example definition: 2024-11-01/Instance_ListByResourceGroup_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_ListByResourceGroup_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_ListByResourceGroup" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -136,7 +136,7 @@ public async Task GetAll_InstanceListByResourceGroup() [Ignore("Only validating compilation of examples")] public async Task Exists_InstanceGet() { - // Generated from example definition: 2024-11-01/Instance_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_Get_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -165,7 +165,7 @@ public async Task Exists_InstanceGet() [Ignore("Only validating compilation of examples")] public async Task GetIfExists_InstanceGet() { - // Generated from example definition: 2024-11-01/Instance_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_Get_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceResource.cs index 00889943d261..5386224484b7 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_IotOperationsInstanceResource.cs @@ -21,7 +21,7 @@ public partial class Sample_IotOperationsInstanceResource [Ignore("Only validating compilation of examples")] public async Task Get_InstanceGet() { - // Generated from example definition: 2024-11-01/Instance_Get_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_Get_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_Get" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -51,7 +51,7 @@ public async Task Get_InstanceGet() [Ignore("Only validating compilation of examples")] public async Task Delete_InstanceDelete() { - // Generated from example definition: 2024-11-01/Instance_Delete_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_Delete_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_Delete" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line @@ -77,7 +77,7 @@ public async Task Delete_InstanceDelete() [Ignore("Only validating compilation of examples")] public async Task Update_InstanceUpdate() { - // Generated from example definition: 2024-11-01/Instance_Update_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_Update_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_Update" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs index 07082aafb691..1536d8db0927 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/samples/Generated/Samples/Sample_SubscriptionResourceExtensions.cs @@ -20,7 +20,7 @@ public partial class Sample_SubscriptionResourceExtensions [Ignore("Only validating compilation of examples")] public async Task GetIotOperationsInstances_InstanceListBySubscription() { - // Generated from example definition: 2024-11-01/Instance_ListBySubscription_MaximumSet_Gen.json + // Generated from example definition: 2025-04-01/Instance_ListBySubscription_MaximumSet_Gen.json // this example is just showing the usage of "InstanceResource_ListBySubscription" operation, for the dependent resources, they will have to be created separately. // get your azure access token, for more details of how Azure SDK get your access token, please refer to https://learn.microsoft.com/en-us/dotnet/azure/sdk/authentication?tabs=command-line diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/ArmIotOperationsModelFactory.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/ArmIotOperationsModelFactory.cs index 81a2f6961d81..257a1dfd23ea 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/ArmIotOperationsModelFactory.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/ArmIotOperationsModelFactory.cs @@ -49,10 +49,19 @@ public static IotOperationsInstanceData IotOperationsInstanceData(ResourceIdenti /// The status of the last operation. /// The Azure IoT Operations version. /// The reference to the Schema Registry for this AIO Instance. + /// The features of the AIO Instance. /// A new instance for mocking. - public static IotOperationsInstanceProperties IotOperationsInstanceProperties(string description = null, IotOperationsProvisioningState? provisioningState = null, string version = null, ResourceIdentifier schemaRegistryRefResourceId = null) + public static IotOperationsInstanceProperties IotOperationsInstanceProperties(string description = null, IotOperationsProvisioningState? provisioningState = null, string version = null, ResourceIdentifier schemaRegistryRefResourceId = null, IDictionary features = null) { - return new IotOperationsInstanceProperties(description, provisioningState, version, schemaRegistryRefResourceId != null ? new SchemaRegistryRef(schemaRegistryRefResourceId, serializedAdditionalRawData: null) : null, serializedAdditionalRawData: null); + features ??= new Dictionary(); + + return new IotOperationsInstanceProperties( + description, + provisioningState, + version, + schemaRegistryRefResourceId != null ? new SchemaRegistryRef(schemaRegistryRefResourceId, serializedAdditionalRawData: null) : null, + features, + serializedAdditionalRawData: null); } /// Initializes a new instance of . diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/IotOperationsExtensions.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/IotOperationsExtensions.cs index 76652d258092..ee46f33feb99 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/IotOperationsExtensions.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/IotOperationsExtensions.cs @@ -214,7 +214,7 @@ public static IotOperationsInstanceCollection GetIotOperationsInstances(this Res /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public static async Task> GetIotOperatio /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -290,7 +290,7 @@ public static Response GetIotOperationsInstance(t /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -326,7 +326,7 @@ public static AsyncPageable GetIotOperationsInsta /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsResourceGroupResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsResourceGroupResource.cs index c61784d10f4a..e72dca208313 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsResourceGroupResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsResourceGroupResource.cs @@ -53,7 +53,7 @@ public virtual IotOperationsInstanceCollection GetIotOperationsInstances() /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -84,7 +84,7 @@ public virtual async Task> GetIotOperati /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsSubscriptionResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsSubscriptionResource.cs index af819a8e6e37..afa3ce873b0c 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsSubscriptionResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Extensions/MockableIotOperationsSubscriptionResource.cs @@ -52,7 +52,7 @@ private string GetApiVersionOrNull(ResourceType resourceType) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -82,7 +82,7 @@ public virtual AsyncPageable GetIotOperationsInst /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationCollection.cs index 2a905732e2dd..c1fb3713a3df 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrU /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> G /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string au /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAs /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(Cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string authenticationName, /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string authenticationName, CancellationToke /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationResource.cs index 2cb2a50a0086..1059b33131d8 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthenticationResource.cs @@ -102,7 +102,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -142,7 +142,7 @@ public virtual async Task> G /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -182,7 +182,7 @@ public virtual Response Get(Cancellat /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -224,7 +224,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -266,7 +266,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual async Task /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationCollection.cs index 93e0d25c6b5f..8816d5d02efa 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrUp /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string aut /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAsy /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string authorizationName, /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string authorizationName, CancellationToken /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationResource.cs index 54adbeb12365..392f26166f6a 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerAuthorizationResource.cs @@ -102,7 +102,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -142,7 +142,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -182,7 +182,7 @@ public virtual Response Get(Cancellati /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -224,7 +224,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -266,7 +266,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerCollection.cs index 5331bfff92f5..3dc365b079c1 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task> CreateOrUpd /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUnti /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> GetAsync(string /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string brokerName, Canc /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAsync(Cancellati /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(CancellationToken ca /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string brokerName, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string brokerName, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task> GetIfEx /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerCollection.cs index c68e6df73e83..fd360f84f115 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task> Cre /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrUpdate( /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> GetAsyn /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string listener /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAsync(Ca /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(Cancellation /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string listenerName, Cance /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string listenerName, CancellationToken canc /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task> /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerResource.cs index 4f9676032a2c..db36be170e6d 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerListenerResource.cs @@ -102,7 +102,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -142,7 +142,7 @@ public virtual async Task> GetAsyn /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -182,7 +182,7 @@ public virtual Response Get(CancellationTok /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -224,7 +224,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -266,7 +266,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual async Task> Upd /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerResource.cs index 21c066d6a4fd..4fc9c3126d0d 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsBrokerResource.cs @@ -108,7 +108,7 @@ public virtual IotOperationsBrokerListenerCollection GetIotOperationsBrokerListe /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -139,7 +139,7 @@ public virtual async Task> GetIotO /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -177,7 +177,7 @@ public virtual IotOperationsBrokerAuthenticationCollection GetIotOperationsBroke /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -208,7 +208,7 @@ public virtual async Task> G /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -246,7 +246,7 @@ public virtual IotOperationsBrokerAuthorizationCollection GetIotOperationsBroker /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -277,7 +277,7 @@ public virtual async Task> Ge /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -308,7 +308,7 @@ public virtual Response GetIotOperatio /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -348,7 +348,7 @@ public virtual async Task> GetAsync(Cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -388,7 +388,7 @@ public virtual Response Get(CancellationToken cance /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -430,7 +430,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -472,7 +472,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -518,7 +518,7 @@ public virtual async Task> UpdateAsync /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowCollection.cs index ea521ae9658e..10ec511cf9e4 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task> CreateOrU /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUn /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> GetAsync(stri /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string dataflowName, /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAsync(Cancella /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(CancellationToken /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string dataflowName, Cance /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string dataflowName, CancellationToken canc /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task> GetIf /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointCollection.cs index 79d1d438bc3f..37c17566dcce 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task> C /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrUpdat /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> GetAs /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string datafl /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAsync( /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(Cancellati /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string dataflowEndpointNam /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string dataflowEndpointName, CancellationTo /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointResource.cs index ec4dc201e2ef..4e47c8fa7046 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowEndpointResource.cs @@ -101,7 +101,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -141,7 +141,7 @@ public virtual async Task> GetAs /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -181,7 +181,7 @@ public virtual Response Get(CancellationT /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -223,7 +223,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -265,7 +265,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -311,7 +311,7 @@ public virtual async Task> U /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileCollection.cs index 1fe882d17472..87c493e11842 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileCollection.cs @@ -64,7 +64,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -113,7 +113,7 @@ public virtual async Task> Cr /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -162,7 +162,7 @@ public virtual ArmOperation CreateOrUpdate /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -207,7 +207,7 @@ public virtual async Task> GetAsy /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -252,7 +252,7 @@ public virtual Response Get(string dataflo /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -282,7 +282,7 @@ public virtual AsyncPageable GetAllAsync(C /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual Pageable GetAll(Cancellatio /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -355,7 +355,7 @@ public virtual async Task> ExistsAsync(string dataflowProfileName /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -398,7 +398,7 @@ public virtual Response Exists(string dataflowProfileName, CancellationTok /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -443,7 +443,7 @@ public virtual async Task /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileResource.cs index 291abc4283b7..2d9e22660860 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowProfileResource.cs @@ -108,7 +108,7 @@ public virtual IotOperationsDataflowCollection GetIotOperationsDataflows() /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -139,7 +139,7 @@ public virtual async Task> GetIotOperati /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -170,7 +170,7 @@ public virtual Response GetIotOperationsDataflow( /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -210,7 +210,7 @@ public virtual async Task> GetAsy /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -250,7 +250,7 @@ public virtual Response Get(CancellationTo /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -292,7 +292,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -334,7 +334,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -380,7 +380,7 @@ public virtual async Task> Up /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowResource.cs index 779f4114c9f1..0774f12ca11f 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsDataflowResource.cs @@ -102,7 +102,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -142,7 +142,7 @@ public virtual async Task> GetAsync(Canc /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -182,7 +182,7 @@ public virtual Response Get(CancellationToken can /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -224,7 +224,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -266,7 +266,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -312,7 +312,7 @@ public virtual async Task> UpdateAsy /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceCollection.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceCollection.cs index 31af78f0ebba..5f8c104b5112 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceCollection.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceCollection.cs @@ -65,7 +65,7 @@ internal static void ValidateResourceId(ResourceIdentifier id) /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -114,7 +114,7 @@ public virtual async Task> CreateOrU /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -163,7 +163,7 @@ public virtual ArmOperation CreateOrUpdate(WaitUn /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -208,7 +208,7 @@ public virtual async Task> GetAsync(stri /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -253,7 +253,7 @@ public virtual Response Get(string instanceName, /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -283,7 +283,7 @@ public virtual AsyncPageable GetAllAsync(Cancella /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -313,7 +313,7 @@ public virtual Pageable GetAll(CancellationToken /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -356,7 +356,7 @@ public virtual async Task> ExistsAsync(string instanceName, Cance /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -399,7 +399,7 @@ public virtual Response Exists(string instanceName, CancellationToken canc /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -444,7 +444,7 @@ public virtual async Task> GetIf /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceResource.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceResource.cs index eb00248a5e78..69888259a67f 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceResource.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/IotOperationsInstanceResource.cs @@ -110,7 +110,7 @@ public virtual IotOperationsBrokerCollection GetIotOperationsBrokers() /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -141,7 +141,7 @@ public virtual async Task> GetIotOperation /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -179,7 +179,7 @@ public virtual IotOperationsDataflowProfileCollection GetIotOperationsDataflowPr /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -210,7 +210,7 @@ public virtual async Task> GetIot /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -248,7 +248,7 @@ public virtual IotOperationsDataflowEndpointCollection GetIotOperationsDataflowE /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -279,7 +279,7 @@ public virtual async Task> GetIo /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -310,7 +310,7 @@ public virtual Response GetIotOperationsD /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -350,7 +350,7 @@ public virtual async Task> GetAsync(Canc /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -390,7 +390,7 @@ public virtual Response Get(CancellationToken can /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -432,7 +432,7 @@ public virtual async Task DeleteAsync(WaitUntil waitUntil, Cancell /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -474,7 +474,7 @@ public virtual ArmOperation Delete(WaitUntil waitUntil, CancellationToken cancel /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -516,7 +516,7 @@ public virtual async Task> UpdateAsync(I /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -558,7 +558,7 @@ public virtual Response Update(IotOperationsInsta /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -620,7 +620,7 @@ public virtual async Task> AddTagAsync(s /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -682,7 +682,7 @@ public virtual Response AddTag(string key, string /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -739,7 +739,7 @@ public virtual async Task> SetTagsAsync( /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -796,7 +796,7 @@ public virtual Response SetTags(IDictionary /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource @@ -856,7 +856,7 @@ public virtual async Task> RemoveTagAsyn /// /// /// Default Api Version - /// 2024-11-01 + /// 2025-04-01 /// /// /// Resource diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeature.Serialization.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeature.Serialization.cs new file mode 100644 index 000000000000..f64eababbcd6 --- /dev/null +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeature.Serialization.cs @@ -0,0 +1,159 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ClientModel.Primitives; +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.IotOperations.Models +{ + public partial class InstanceFeature : IUtf8JsonSerializable, IJsonModel + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) => ((IJsonModel)this).Write(writer, ModelSerializationExtensions.WireOptions); + + void IJsonModel.Write(Utf8JsonWriter writer, ModelReaderWriterOptions options) + { + writer.WriteStartObject(); + JsonModelWriteCore(writer, options); + writer.WriteEndObject(); + } + + /// The JSON writer. + /// The client options for reading and writing models. + protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWriterOptions options) + { + var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + if (format != "J") + { + throw new FormatException($"The model {nameof(InstanceFeature)} does not support writing '{format}' format."); + } + + if (Optional.IsDefined(Mode)) + { + writer.WritePropertyName("mode"u8); + writer.WriteStringValue(Mode.Value.ToString()); + } + if (Optional.IsCollectionDefined(Settings)) + { + writer.WritePropertyName("settings"u8); + writer.WriteStartObject(); + foreach (var item in Settings) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value.ToString()); + } + writer.WriteEndObject(); + } + if (options.Format != "W" && _serializedAdditionalRawData != null) + { + foreach (var item in _serializedAdditionalRawData) + { + writer.WritePropertyName(item.Key); +#if NET6_0_OR_GREATER + writer.WriteRawValue(item.Value); +#else + using (JsonDocument document = JsonDocument.Parse(item.Value, ModelSerializationExtensions.JsonDocumentOptions)) + { + JsonSerializer.Serialize(writer, document.RootElement); + } +#endif + } + } + } + + InstanceFeature IJsonModel.Create(ref Utf8JsonReader reader, ModelReaderWriterOptions options) + { + var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + if (format != "J") + { + throw new FormatException($"The model {nameof(InstanceFeature)} does not support reading '{format}' format."); + } + + using JsonDocument document = JsonDocument.ParseValue(ref reader); + return DeserializeInstanceFeature(document.RootElement, options); + } + + internal static InstanceFeature DeserializeInstanceFeature(JsonElement element, ModelReaderWriterOptions options = null) + { + options ??= ModelSerializationExtensions.WireOptions; + + if (element.ValueKind == JsonValueKind.Null) + { + return null; + } + InstanceFeatureMode? mode = default; + IDictionary settings = default; + IDictionary serializedAdditionalRawData = default; + Dictionary rawDataDictionary = new Dictionary(); + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("mode"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + mode = new InstanceFeatureMode(property.Value.GetString()); + continue; + } + if (property.NameEquals("settings"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, new IotOperationsOperationalMode(property0.Value.GetString())); + } + settings = dictionary; + continue; + } + if (options.Format != "W") + { + rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText())); + } + } + serializedAdditionalRawData = rawDataDictionary; + return new InstanceFeature(mode, settings ?? new ChangeTrackingDictionary(), serializedAdditionalRawData); + } + + BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) + { + var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + + switch (format) + { + case "J": + return ModelReaderWriter.Write(this, options); + default: + throw new FormatException($"The model {nameof(InstanceFeature)} does not support writing '{options.Format}' format."); + } + } + + InstanceFeature IPersistableModel.Create(BinaryData data, ModelReaderWriterOptions options) + { + var format = options.Format == "W" ? ((IPersistableModel)this).GetFormatFromOptions(options) : options.Format; + + switch (format) + { + case "J": + { + using JsonDocument document = JsonDocument.Parse(data, ModelSerializationExtensions.JsonDocumentOptions); + return DeserializeInstanceFeature(document.RootElement, options); + } + default: + throw new FormatException($"The model {nameof(InstanceFeature)} does not support reading '{options.Format}' format."); + } + } + + string IPersistableModel.GetFormatFromOptions(ModelReaderWriterOptions options) => "J"; + } +} diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeature.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeature.cs new file mode 100644 index 000000000000..7c3a878a78de --- /dev/null +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeature.cs @@ -0,0 +1,70 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; + +namespace Azure.ResourceManager.IotOperations.Models +{ + /// The features of the AIO Instance. + public partial class InstanceFeature + { + /// + /// Keeps track of any properties unknown to the library. + /// + /// To assign an object to the value of this property use . + /// + /// + /// To assign an already formatted json string to this property use . + /// + /// + /// Examples: + /// + /// + /// BinaryData.FromObjectAsJson("foo") + /// Creates a payload of "foo". + /// + /// + /// BinaryData.FromString("\"foo\"") + /// Creates a payload of "foo". + /// + /// + /// BinaryData.FromObjectAsJson(new { key = "value" }) + /// Creates a payload of { "key": "value" }. + /// + /// + /// BinaryData.FromString("{\"key\": \"value\"}") + /// Creates a payload of { "key": "value" }. + /// + /// + /// + /// + private IDictionary _serializedAdditionalRawData; + + /// Initializes a new instance of . + public InstanceFeature() + { + Settings = new ChangeTrackingDictionary(); + } + + /// Initializes a new instance of . + /// The state of the feature. + /// The settings of the feature. + /// Keeps track of any properties unknown to the library. + internal InstanceFeature(InstanceFeatureMode? mode, IDictionary settings, IDictionary serializedAdditionalRawData) + { + Mode = mode; + Settings = settings; + _serializedAdditionalRawData = serializedAdditionalRawData; + } + + /// The state of the feature. + public InstanceFeatureMode? Mode { get; set; } + /// The settings of the feature. + public IDictionary Settings { get; } + } +} diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeatureMode.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeatureMode.cs new file mode 100644 index 000000000000..f32fc9dcb482 --- /dev/null +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/InstanceFeatureMode.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.IotOperations.Models +{ + /// The enum defining mode of a feature. + public readonly partial struct InstanceFeatureMode : IEquatable + { + private readonly string _value; + + /// Initializes a new instance of . + /// is null. + public InstanceFeatureMode(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string StableValue = "Stable"; + private const string PreviewValue = "Preview"; + private const string DisabledValue = "Disabled"; + + /// Opt in to enable a stable feature. + public static InstanceFeatureMode Stable { get; } = new InstanceFeatureMode(StableValue); + /// Opt in to enable a preview feature. + public static InstanceFeatureMode Preview { get; } = new InstanceFeatureMode(PreviewValue); + /// Opt out of a feature. + public static InstanceFeatureMode Disabled { get; } = new InstanceFeatureMode(DisabledValue); + /// Determines if two values are the same. + public static bool operator ==(InstanceFeatureMode left, InstanceFeatureMode right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(InstanceFeatureMode left, InstanceFeatureMode right) => !left.Equals(right); + /// Converts a to a . + public static implicit operator InstanceFeatureMode(string value) => new InstanceFeatureMode(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is InstanceFeatureMode other && Equals(other); + /// + public bool Equals(InstanceFeatureMode other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value != null ? StringComparer.InvariantCultureIgnoreCase.GetHashCode(_value) : 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.Serialization.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.Serialization.cs index ef79a1fab63c..b2504926eb02 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.Serialization.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.Serialization.cs @@ -51,6 +51,17 @@ protected virtual void JsonModelWriteCore(Utf8JsonWriter writer, ModelReaderWrit } writer.WritePropertyName("schemaRegistryRef"u8); writer.WriteObjectValue(SchemaRegistryRef, options); + if (Optional.IsCollectionDefined(Features)) + { + writer.WritePropertyName("features"u8); + writer.WriteStartObject(); + foreach (var item in Features) + { + writer.WritePropertyName(item.Key); + writer.WriteObjectValue(item.Value, options); + } + writer.WriteEndObject(); + } if (options.Format != "W" && _serializedAdditionalRawData != null) { foreach (var item in _serializedAdditionalRawData) @@ -92,6 +103,7 @@ internal static IotOperationsInstanceProperties DeserializeIotOperationsInstance IotOperationsProvisioningState? provisioningState = default; string version = default; SchemaRegistryRef schemaRegistryRef = default; + IDictionary features = default; IDictionary serializedAdditionalRawData = default; Dictionary rawDataDictionary = new Dictionary(); foreach (var property in element.EnumerateObject()) @@ -120,13 +132,33 @@ internal static IotOperationsInstanceProperties DeserializeIotOperationsInstance schemaRegistryRef = SchemaRegistryRef.DeserializeSchemaRegistryRef(property.Value, options); continue; } + if (property.NameEquals("features"u8)) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, InstanceFeature.DeserializeInstanceFeature(property0.Value, options)); + } + features = dictionary; + continue; + } if (options.Format != "W") { rawDataDictionary.Add(property.Name, BinaryData.FromString(property.Value.GetRawText())); } } serializedAdditionalRawData = rawDataDictionary; - return new IotOperationsInstanceProperties(description, provisioningState, version, schemaRegistryRef, serializedAdditionalRawData); + return new IotOperationsInstanceProperties( + description, + provisioningState, + version, + schemaRegistryRef, + features ?? new ChangeTrackingDictionary(), + serializedAdditionalRawData); } BinaryData IPersistableModel.Write(ModelReaderWriterOptions options) diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.cs index da45d642b4d5..f58c2515caa6 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/Models/IotOperationsInstanceProperties.cs @@ -54,6 +54,7 @@ public IotOperationsInstanceProperties(SchemaRegistryRef schemaRegistryRef) Argument.AssertNotNull(schemaRegistryRef, nameof(schemaRegistryRef)); SchemaRegistryRef = schemaRegistryRef; + Features = new ChangeTrackingDictionary(); } /// Initializes a new instance of . @@ -61,13 +62,15 @@ public IotOperationsInstanceProperties(SchemaRegistryRef schemaRegistryRef) /// The status of the last operation. /// The Azure IoT Operations version. /// The reference to the Schema Registry for this AIO Instance. + /// The features of the AIO Instance. /// Keeps track of any properties unknown to the library. - internal IotOperationsInstanceProperties(string description, IotOperationsProvisioningState? provisioningState, string version, SchemaRegistryRef schemaRegistryRef, IDictionary serializedAdditionalRawData) + internal IotOperationsInstanceProperties(string description, IotOperationsProvisioningState? provisioningState, string version, SchemaRegistryRef schemaRegistryRef, IDictionary features, IDictionary serializedAdditionalRawData) { Description = description; ProvisioningState = provisioningState; Version = version; SchemaRegistryRef = schemaRegistryRef; + Features = features; _serializedAdditionalRawData = serializedAdditionalRawData; } @@ -90,5 +93,8 @@ public ResourceIdentifier SchemaRegistryRefResourceId get => SchemaRegistryRef is null ? default : SchemaRegistryRef.ResourceId; set => SchemaRegistryRef = new SchemaRegistryRef(value); } + + /// The features of the AIO Instance. + public IDictionary Features { get; } } } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthenticationRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthenticationRestOperations.cs index f8249f3cc94d..2c606fe20796 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthenticationRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthenticationRestOperations.cs @@ -32,7 +32,7 @@ public BrokerAuthenticationRestOperations(HttpPipeline pipeline, string applicat { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthorizationRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthorizationRestOperations.cs index 5b465eb60fc6..512491218cb8 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthorizationRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerAuthorizationRestOperations.cs @@ -32,7 +32,7 @@ public BrokerAuthorizationRestOperations(HttpPipeline pipeline, string applicati { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerListenerRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerListenerRestOperations.cs index 21c3440b6825..09cae3c99478 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerListenerRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerListenerRestOperations.cs @@ -32,7 +32,7 @@ public BrokerListenerRestOperations(HttpPipeline pipeline, string applicationId, { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerRestOperations.cs index a97d1d01f335..95a0e7153976 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/BrokerRestOperations.cs @@ -32,7 +32,7 @@ public BrokerRestOperations(HttpPipeline pipeline, string applicationId, Uri end { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowEndpointRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowEndpointRestOperations.cs index 4006f7a48b9a..4c03cdab6af6 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowEndpointRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowEndpointRestOperations.cs @@ -32,7 +32,7 @@ public DataflowEndpointRestOperations(HttpPipeline pipeline, string applicationI { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowProfileRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowProfileRestOperations.cs index de82bbd53d59..058ff6f38625 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowProfileRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowProfileRestOperations.cs @@ -32,7 +32,7 @@ public DataflowProfileRestOperations(HttpPipeline pipeline, string applicationId { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowRestOperations.cs index 47da4ba3f339..f72f5c92d829 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/DataflowRestOperations.cs @@ -32,7 +32,7 @@ public DataflowRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/InstanceRestOperations.cs b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/InstanceRestOperations.cs index 902afd49c1a7..e1a0a6a5d518 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/InstanceRestOperations.cs +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/src/Generated/RestOperations/InstanceRestOperations.cs @@ -32,7 +32,7 @@ public InstanceRestOperations(HttpPipeline pipeline, string applicationId, Uri e { _pipeline = pipeline ?? throw new ArgumentNullException(nameof(pipeline)); _endpoint = endpoint ?? new Uri("https://management.azure.com"); - _apiVersion = apiVersion ?? "2024-11-01"; + _apiVersion = apiVersion ?? "2025-04-01"; _userAgent = new TelemetryDetails(GetType().Assembly, applicationId); } diff --git a/sdk/iotoperations/Azure.ResourceManager.IotOperations/tsp-location.yaml b/sdk/iotoperations/Azure.ResourceManager.IotOperations/tsp-location.yaml index 25a72265e2a6..97d03f9f588d 100644 --- a/sdk/iotoperations/Azure.ResourceManager.IotOperations/tsp-location.yaml +++ b/sdk/iotoperations/Azure.ResourceManager.IotOperations/tsp-location.yaml @@ -1,3 +1,4 @@ directory: specification/iotoperations/IoTOperations.Management -commit: 81f881effe41b9bdad29bc449dbf8a99ca894f2d +commit: 4f35ed48a9fa7ee2e573260d06c1110be7c7cd01 repo: Azure/azure-rest-api-specs +additionalDirectories: diff --git a/sdk/pineconevectordb/ci.yml b/sdk/pineconevectordb/ci.yml deleted file mode 100644 index 0b8325c8c903..000000000000 --- a/sdk/pineconevectordb/ci.yml +++ /dev/null @@ -1,35 +0,0 @@ -# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. - -trigger: - branches: - include: - - main - - hotfix/* - - release/* - paths: - include: - - sdk/pineconevectordb - - sdk/pineconevectordb/ci.yml - - sdk/pineconevectordb/Azure.ResourceManager.PineconeVectorDb - -pr: - branches: - include: - - main - - feature/* - - hotfix/* - - release/* - paths: - include: - - sdk/pineconevectordb - - sdk/pineconevectordb/ci.yml - - sdk/pineconevectordb/Azure.ResourceManager.PineconeVectorDb - -extends: - template: /eng/pipelines/templates/stages/archetype-sdk-client.yml - parameters: - ServiceDirectory: pineconevectordb - ArtifactName: packages - Artifacts: - - name: Azure.ResourceManager.PineconeVectorDb - safeName: AzureResourceManagerPineconeVectorDb diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml index 2ca0501b60bd..85d4fb9f75a5 100644 --- a/sdk/storage/ci.yml +++ b/sdk/storage/ci.yml @@ -11,7 +11,11 @@ trigger: - sdk/storage/ - sdk/storage/Azure.Storage.DataMovement/ - sdk/storage/Azure.Storage.DataMovement.Blobs/ + exclude: + - sdk/storage/Azure.ResourceManager.Storage/ - sdk/storage/Azure.Storage.DataMovement.Files/ + exclude: + - sdk/storage/Azure.ResourceManager.Storage/ - sdk/storage/Azure.Storage.DataMovement.Blobs.Files.Shares/ exclude: - sdk/storage/Azure.ResourceManager.Storage/