-
Notifications
You must be signed in to change notification settings - Fork 5k
Update Azure.ResourceManager.IotOperations
#51838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Hanagmb
wants to merge
13
commits into
main
Choose a base branch
from
hanasheto/sdktestupdating
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
07d1963
change in the autogeneration to check add to point to new commit and …
11e616d
working with test to push to asset file
5438ded
update in test
24d377d
fix on DataflowGraphtest test result
27227f4
update for AkriConnector, ans registryendpoint
5327883
spellcheck fix
3732e16
generated new models based on main
6a205d0
Regenerate TypeSpec + export API for iotoperations
157c0be
reference change
f98667c
Merge branch 'main' into iotoperation
ArthurMa1978 e684849
update
ArthurMa1978 0b65cff
update
ArthurMa1978 c50d285
updated the test
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,425 changes: 1,421 additions & 4 deletions
1,425
...ons/Azure.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.net8.0.cs
Large diffs are not rendered by default.
Oops, something went wrong.
1,425 changes: 1,421 additions & 4 deletions
1,425
...e.ResourceManager.IotOperations/api/Azure.ResourceManager.IotOperations.netstandard2.0.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...esourceManager.IotOperations/src/Customization/Models/AkriConnectorTemplateDiagnostics.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)); | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...ceManager.IotOperations/src/Customization/Models/IotOperationsBrokerAuthenticationData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...rceManager.IotOperations/src/Customization/Models/IotOperationsBrokerAuthorizationData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...s/Azure.ResourceManager.IotOperations/src/Customization/Models/IotOperationsBrokerData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
...ResourceManager.IotOperations/src/Customization/Models/IotOperationsBrokerListenerData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...Azure.ResourceManager.IotOperations/src/Customization/Models/IotOperationsDataflowData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
|
||
} |
30 changes: 30 additions & 0 deletions
30
...sourceManager.IotOperations/src/Customization/Models/IotOperationsDataflowEndpointData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} | ||
|
||
} |
28 changes: 28 additions & 0 deletions
28
...esourceManager.IotOperations/src/Customization/Models/IotOperationsDataflowprofileData.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
Hanagmb marked this conversation as resolved.
Show resolved
Hide resolved
|
||
/// <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; | ||
} | ||
} | ||
|
||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.