Skip to content
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,13 @@
"Acks",
"acks"
]
},
{
"filename": "**/sdk/iotoperations/**/*.cs",
"words": [
"Akri",
"Bucketized"
]
}
],
"allowCompoundWords": true
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/iotoperations/Azure.ResourceManager.IotOperations",
"Tag": "net/iotoperations/Azure.ResourceManager.IotOperations_a3fcc3bc2c"
"Tag": "net/iotoperations/Azure.ResourceManager.IotOperations_7256afd83e"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// 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
{
/// <summary> AkriConnectorTemplateDiagnostics properties. </summary>
internal partial class AkriConnectorTemplateDiagnostics
{
/// <summary> Initializes a new instance of <see cref="AkriConnectorTemplateDiagnostics"/>. </summary>
/// <param name="logs"> The log settings for the Connector template. </param>
/// <exception cref="ArgumentNullException"> <paramref name="logs"/> is null. </exception>
public AkriConnectorTemplateDiagnostics(string logs)
{
Argument.AssertNotNull(logs, nameof(logs));
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
/// <summary>
/// A class representing the IotOperationsBrokerAuthentication data model.
/// Instance broker authentication resource
/// </summary>
public partial class IotOperationsBrokerAuthenticationData : ResourceData
{
/// <summary> Initializes a new instance of <see cref="IotOperationsBrokerAuthenticationData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsBrokerAuthenticationData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
/// <summary>
/// A class representing the IotOperationsBrokerAuthorization data model.
/// Instance broker authorizations resource
/// </summary>
public partial class IotOperationsBrokerAuthorizationData : ResourceData
{
/// <summary> Initializes a new instance of <see cref="IotOperationsBrokerAuthorizationData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsBrokerAuthorizationData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
/// <summary>
/// A class representing the IotOperationsBroker data model.
/// Instance broker resource
/// </summary>
public partial class IotOperationsBrokerData : ResourceData
{

/// <summary> Initializes a new instance of <see cref="IotOperationsBrokerData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsBrokerData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
/// <summary>
/// A class representing the IotOperationsBrokerListener data model.
/// Instance broker resource
/// </summary>
public partial class IotOperationsBrokerListenerData : ResourceData
{
/// <summary> Initializes a new instance of <see cref="IotOperationsBrokerListenerData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsBrokerListenerData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
/// <summary>
/// A class representing the IotOperationsDataflow data model.
/// Dataflow resource for instance dataflow profiles
/// </summary>
public partial class IotOperationsDataflowData : ResourceData
{
/// <summary> Initializes a new instance of <see cref="IotOperationsDataflowData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsDataflowData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
public partial class IotOperationsDataflowEndpointData : ResourceData
{


/// <summary> Initializes a new instance of <see cref="IotOperationsDataflowEndpointData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsDataflowEndpointData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

// <auto-generated/>

#nullable disable

using System;
using System.Collections.Generic;
using Azure.Core;
using Azure.ResourceManager.IotOperations.Models;
using Azure.ResourceManager.Models;

namespace Azure.ResourceManager.IotOperations
{
public partial class IotOperationsDataflowProfileData : ResourceData
{
/// <summary> Initializes a new instance of <see cref="IotOperationsDataflowProfileData"/>. </summary>
/// <param name="extendedLocation"> Edge location of the resource. </param>
/// <exception cref="ArgumentNullException"> <paramref name="extendedLocation"/> is null. </exception>
public IotOperationsDataflowProfileData(IotOperationsExtendedLocation extendedLocation) : base()
{
Argument.AssertNotNull(extendedLocation, nameof(extendedLocation));
ExtendedLocation = extendedLocation;
}
}

}
Loading