Skip to content

Commit

Permalink
IDE0130 Namespace should match folder structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Nov 18, 2024
1 parent bc46414 commit 020b6ac
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Meraki.Api.Test/Appliance/Vpn/ThirdPartyVpnPeers/Tests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Test.Organizations.Appliance.Vpn.ThirdPartyVpnPeers;
namespace Meraki.Api.Test.Appliance.Vpn.ThirdPartyVpnPeers;

public class Tests(ITestOutputHelper iTestOutputHelper) : MerakiClientTest(iTestOutputHelper)
{
Expand Down
2 changes: 1 addition & 1 deletion Meraki.Api/Interfaces/General/Devices/IDevices.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces;
namespace Meraki.Api.Interfaces.General.Devices;

/// <summary>
/// Represents a collection of functions to interact with the API endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces;
namespace Meraki.Api.Interfaces.General.Organizations;

/// <summary>
/// Represents a collection of functions to interact with the API endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces;
namespace Meraki.Api.Interfaces.General.Organizations;

/// <summary>
/// Represents a collection of functions to interact with the API endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces;
namespace Meraki.Api.Interfaces.General.Organizations;

/// <summary>
/// Represents a collection of functions to interact with the API endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces.General.Networks;
namespace Meraki.Api.Interfaces.General.Organizations;

public interface IOrganizationsWebhooksCallbacks

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces.General.Networks;
namespace Meraki.Api.Interfaces.General.Organizations;

public interface IOrganizationsWebhooksHttpServers

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces.Products.Appliances;
namespace Meraki.Api.Interfaces.Products.Appliance;

public interface IAppliancePrefixesDelegatedStatics

Expand Down
2 changes: 1 addition & 1 deletion Meraki.Api/Interfaces/Products/Camera/ICamera.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces;
namespace Meraki.Api.Interfaces.Products.Camera;

/// <summary>
/// Represents a collection of functions to interact with the API endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Meraki.Api.Interfaces;
namespace Meraki.Api.Interfaces.Products.Camera;

/// <summary>
/// Represents a collection of functions to interact with the API endpoints
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Meraki.Api.Interfaces.Products.Appliances;

namespace Meraki.Api.Sections.Products.Appliance;
namespace Meraki.Api.Sections.Products.Appliance;

public class AppliancePrefixesDelegatedSection
{
Expand Down

0 comments on commit 020b6ac

Please sign in to comment.