Skip to content

Commit

Permalink
Fix incorrect namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bkoelman committed Feb 27, 2024
1 parent 7f10c8a commit fccd8dd
Show file tree
Hide file tree
Showing 150 changed files with 195 additions and 195 deletions.
4 changes: 2 additions & 2 deletions test/OpenApiKiotaEndToEndTests/Headers/ETagTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using Microsoft.Kiota.Http.HttpClientLibrary;
using Microsoft.Kiota.Http.HttpClientLibrary.Middleware.Options;
using Microsoft.Net.Http.Headers;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models;
using OpenApiTests;
using OpenApiTests.Headers;
using TestBuildingBlocks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// <auto-generated/>
using Microsoft.Kiota.Abstractions.Serialization;
using Microsoft.Kiota.Abstractions;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries {
/// <summary>
/// Builds and executes requests for operations under \countries
/// </summary>
public class CountriesRequestBuilder : BaseRequestBuilder {
/// <summary>Gets an item from the OpenApiNSwagEndToEndTests.Headers.GeneratedCode.countries.item collection</summary>
/// <summary>Gets an item from the OpenApiKiotaEndToEndTests.Headers.GeneratedCode.countries.item collection</summary>
/// <param name="position">The identifier of the country to retrieve.</param>
public CountriesItemRequestBuilder this[string position] { get {
var urlTplParams = new Dictionary<string, object>(PathParameters);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// <auto-generated/>
using Microsoft.Kiota.Abstractions.Serialization;
using Microsoft.Kiota.Abstractions;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item.Languages;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item.Languages;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item {
/// <summary>
/// Builds and executes requests for operations under \countries\{id}
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// <auto-generated/>
using Microsoft.Kiota.Abstractions.Serialization;
using Microsoft.Kiota.Abstractions;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item.Languages {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item.Languages {
/// <summary>
/// Builds and executes requests for operations under \countries\{id}\languages
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// <auto-generated/>
using Microsoft.Kiota.Abstractions.Serialization;
using Microsoft.Kiota.Abstractions;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.Threading;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships.Languages {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships.Languages {
/// <summary>
/// Builds and executes requests for operations under \countries\{id}\relationships\languages
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// <auto-generated/>
using Microsoft.Kiota.Abstractions;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships.Languages;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships.Languages;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries.Item.Relationships {
/// <summary>
/// Builds and executes requests for operations under \countries\{id}\relationships
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
using Microsoft.Kiota.Serialization.Json;
using Microsoft.Kiota.Serialization.Multipart;
using Microsoft.Kiota.Serialization.Text;
using OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Countries;
using OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Countries;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode {
/// <summary>
/// The main entry point of the SDK, exposes the configuration and the fluent API.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class Countries : DataInResponse, IParsable {
/// <summary>The attributes property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class Countries_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryAttributesInPatchRequest : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryAttributesInPostRequest : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryAttributesInResponse : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryCollectionResponseDocument : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryCollectionResponseDocument_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryDataInPatchRequest : IBackedModel, IParsable {
/// <summary>The attributes property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryDataInPostRequest : IBackedModel, IParsable {
/// <summary>The attributes property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryDataInResponse : DataInResponse, IParsable {
/// <summary>The attributes property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryDataInResponse_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryPatchRequestDocument : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryPostRequestDocument : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryPrimaryResponseDocument : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryPrimaryResponseDocument_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryRelationshipsInPatchRequest : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryRelationshipsInPostRequest : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class CountryRelationshipsInResponse : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// <auto-generated/>
using System.Runtime.Serialization;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public enum CountryResourceType {
[EnumMember(Value = "countries")]
Countries,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class DataInResponse : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class ErrorLinks : IBackedModel, IParsable {
/// <summary>The about property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class ErrorObject : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class ErrorObject_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class ErrorResponseDocument : ApiException, IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class ErrorSource : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class LanguageAttributesInResponse : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class LanguageCollectionResponseDocument : IBackedModel, IParsable {
/// <summary>Stores model information.</summary>
public IBackingStore BackingStore { get; private set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class LanguageCollectionResponseDocument_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class LanguageDataInResponse : DataInResponse, IParsable {
/// <summary>The attributes property</summary>
#if NETSTANDARD2_1_OR_GREATER || NETCOREAPP3_1_OR_GREATER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.IO;
using System.Linq;
using System;
namespace OpenApiNSwagEndToEndTests.Headers.GeneratedCode.Models {
namespace OpenApiKiotaEndToEndTests.Headers.GeneratedCode.Models {
public class LanguageDataInResponse_meta : IAdditionalDataHolder, IBackedModel, IParsable {
/// <summary>Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.</summary>
public IDictionary<string, object> AdditionalData {
Expand Down
Loading

0 comments on commit fccd8dd

Please sign in to comment.