diff --git a/eng/mgmt/mgmtmetadata/kubernetesconfiguration_resource-manager.txt b/eng/mgmt/mgmtmetadata/kubernetesconfiguration_resource-manager.txt index 82af1ff9f410..9bf23c811385 100644 --- a/eng/mgmt/mgmtmetadata/kubernetesconfiguration_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/kubernetesconfiguration_resource-manager.txt @@ -3,12 +3,12 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/kubernetesconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --opt-in-extensible-enums --csharp-sdks-folder=D:\Git\azure-sdk-for-net\sdk -2020-04-21 21:30:32 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/kubernetesconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\joinnis\github\azure-sdk-for-net\sdk +2021-02-12 01:11:10 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: cda732a85c755cf7b4e86477a6d6f92d856d6ad6 +Commit: e6a4cb677ad0d3b5567ae98024b7c7d360469393 AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/AzSdk.RP.props b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/AzSdk.RP.props index 8c5f6ac80527..3b2f8e5bf5bb 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/AzSdk.RP.props +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/AzSdk.RP.props @@ -1,7 +1,7 @@ - KubernetesConfiguration_2019-11-01-preview; + KubernetesConfiguration_2021-03-01; $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/IOperations.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/IOperations.cs index f08d0bb8a147..79f823358901 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/IOperations.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/IOperations.cs @@ -27,16 +27,13 @@ public partial interface IOperations /// List all the available operations the KubernetesConfiguration /// resource provider supports. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -45,7 +42,7 @@ public partial interface IOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// List all the available operations the KubernetesConfiguration /// resource provider supports. @@ -59,7 +56,7 @@ public partial interface IOperations /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationClient.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationClient.cs index 6514f2912692..eb4dbd625cce 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationClient.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationClient.cs @@ -47,6 +47,11 @@ public partial interface ISourceControlConfigurationClient : System.IDisposable /// string SubscriptionId { get; set; } + /// + /// The API version to be used with the HTTP request. + /// + string ApiVersion { get; } + /// /// The preferred language for the response. /// diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationsOperations.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationsOperations.cs index 3289f5b7d0e3..974330427f53 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationsOperations.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/ISourceControlConfigurationsOperations.cs @@ -46,9 +46,6 @@ public partial interface ISourceControlConfigurationsOperations /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The headers that will be added to request. /// @@ -64,7 +61,7 @@ public partial interface ISourceControlConfigurationsOperations /// /// Thrown when a required parameter is null /// - Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// Create a new Kubernetes Source Control Configuration. /// @@ -88,9 +85,6 @@ public partial interface ISourceControlConfigurationsOperations /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Properties necessary to Create KubernetesConfiguration. /// @@ -109,7 +103,7 @@ public partial interface ISourceControlConfigurationsOperations /// /// Thrown when a required parameter is null /// - Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, SourceControlConfiguration sourceControlConfiguration, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, SourceControlConfiguration sourceControlConfiguration, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// This will delete the YAML file used to set up the Source control /// configuration, thus stopping future sync from the source repo. @@ -134,9 +128,6 @@ public partial interface ISourceControlConfigurationsOperations /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The headers that will be added to request. /// @@ -149,7 +140,7 @@ public partial interface ISourceControlConfigurationsOperations /// /// Thrown when a required parameter is null /// - Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// List all Source Control Configurations. /// @@ -170,9 +161,6 @@ public partial interface ISourceControlConfigurationsOperations /// /// The name of the kubernetes cluster. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The headers that will be added to request. /// @@ -188,7 +176,7 @@ public partial interface ISourceControlConfigurationsOperations /// /// Thrown when a required parameter is null /// - Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// This will delete the YAML file used to set up the Source control /// configuration, thus stopping future sync from the source repo. @@ -213,9 +201,6 @@ public partial interface ISourceControlConfigurationsOperations /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The headers that will be added to request. /// @@ -228,7 +213,7 @@ public partial interface ISourceControlConfigurationsOperations /// /// Thrown when a required parameter is null /// - Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); + Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)); /// /// List all Source Control Configurations. /// diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/AzureEntityResource.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/AzureEntityResource.cs new file mode 100644 index 000000000000..17e55a988895 --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/AzureEntityResource.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Entity Resource + /// + /// + /// The resource model definition for an Azure Resource Manager resource + /// with an etag. + /// + public partial class AzureEntityResource : Resource + { + /// + /// Initializes a new instance of the AzureEntityResource class. + /// + public AzureEntityResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the AzureEntityResource class. + /// + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// Resource Etag. + public AzureEntityResource(string id = default(string), string name = default(string), string type = default(string), string etag = default(string)) + : base(id, name, type) + { + Etag = etag; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets resource Etag. + /// + [JsonProperty(PropertyName = "etag")] + public string Etag { get; private set; } + + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceState.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceState.cs deleted file mode 100644 index 9979797bd8d6..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceState.cs +++ /dev/null @@ -1,107 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - /// - /// Defines values for ComplianceState. - /// - /// - /// Determine base value for a given allowed value if exists, else return - /// the value itself - /// - [JsonConverter(typeof(ComplianceStateConverter))] - public struct ComplianceState : System.IEquatable - { - private ComplianceState(string underlyingValue) - { - UnderlyingValue=underlyingValue; - } - - public static readonly ComplianceState Pending = "Pending"; - - public static readonly ComplianceState Compliant = "Compliant"; - - public static readonly ComplianceState Noncompliant = "Noncompliant"; - - - /// - /// Underlying value of enum ComplianceState - /// - private readonly string UnderlyingValue; - - /// - /// Returns string representation for ComplianceState - /// - public override string ToString() - { - return UnderlyingValue == null ? null : UnderlyingValue.ToString(); - } - - /// - /// Compares enums of type ComplianceState - /// - public bool Equals(ComplianceState e) - { - return UnderlyingValue.Equals(e.UnderlyingValue); - } - - /// - /// Implicit operator to convert string to ComplianceState - /// - public static implicit operator ComplianceState(string value) - { - return new ComplianceState(value); - } - - /// - /// Implicit operator to convert ComplianceState to string - /// - public static implicit operator string(ComplianceState e) - { - return e.UnderlyingValue; - } - - /// - /// Overriding == operator for enum ComplianceState - /// - public static bool operator == (ComplianceState e1, ComplianceState e2) - { - return e2.Equals(e1); - } - - /// - /// Overriding != operator for enum ComplianceState - /// - public static bool operator != (ComplianceState e1, ComplianceState e2) - { - return !e2.Equals(e1); - } - - /// - /// Overrides Equals operator for ComplianceState - /// - public override bool Equals(object obj) - { - return obj is ComplianceState && Equals((ComplianceState)obj); - } - - /// - /// Returns for hashCode ComplianceState - /// - public override int GetHashCode() - { - return UnderlyingValue.GetHashCode(); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStateConverter.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStateConverter.cs deleted file mode 100644 index 37acc8d242a6..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStateConverter.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - using System.Reflection; - - /// - /// Defines values for ComplianceState. - /// - public sealed class ComplianceStateConverter : JsonConverter - { - - /// - /// Returns if objectType can be converted to ComplianceState by the - /// converter. - /// - public override bool CanConvert(System.Type objectType) - { - return typeof(ComplianceState).GetTypeInfo().IsAssignableFrom(objectType.GetTypeInfo()); - } - - /// - /// Overrides ReadJson and converts token to ComplianceState. - /// - public override object ReadJson(JsonReader reader, System.Type objectType, object existingValue, JsonSerializer serializer) - { - if (reader.TokenType == Newtonsoft.Json.JsonToken.Null) - { - return null; - } - return (ComplianceState)serializer.Deserialize(reader); - } - - /// - /// Overriding WriteJson for ComplianceState for serialization. - /// - public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) - { - writer.WriteValue(value.ToString()); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStateType.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStateType.cs new file mode 100644 index 000000000000..5a8da2923388 --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStateType.cs @@ -0,0 +1,25 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + + /// + /// Defines values for ComplianceStateType. + /// + public static class ComplianceStateType + { + public const string Pending = "Pending"; + public const string Compliant = "Compliant"; + public const string Noncompliant = "Noncompliant"; + public const string Installed = "Installed"; + public const string Failed = "Failed"; + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStatus.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStatus.cs index dd243347cbbf..8052f5f64385 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStatus.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ComplianceStatus.cs @@ -31,14 +31,14 @@ public ComplianceStatus() /// /// The compliance state of the /// configuration. Possible values include: 'Pending', 'Compliant', - /// 'Noncompliant' + /// 'Noncompliant', 'Installed', 'Failed' /// Datetime the configuration was last /// applied. /// Message from when the configuration was /// applied. /// Level of the message. Possible values /// include: 'Error', 'Warning', 'Information' - public ComplianceStatus(ComplianceState? complianceState = default(ComplianceState?), System.DateTime? lastConfigApplied = default(System.DateTime?), string message = default(string), MessageLevel? messageLevel = default(MessageLevel?)) + public ComplianceStatus(string complianceState = default(string), System.DateTime? lastConfigApplied = default(System.DateTime?), string message = default(string), string messageLevel = default(string)) { ComplianceState = complianceState; LastConfigApplied = lastConfigApplied; @@ -54,10 +54,11 @@ public ComplianceStatus() /// /// Gets the compliance state of the configuration. Possible values - /// include: 'Pending', 'Compliant', 'Noncompliant' + /// include: 'Pending', 'Compliant', 'Noncompliant', 'Installed', + /// 'Failed' /// [JsonProperty(PropertyName = "complianceState")] - public ComplianceState? ComplianceState { get; private set; } + public string ComplianceState { get; private set; } /// /// Gets or sets datetime the configuration was last applied. @@ -76,7 +77,7 @@ public ComplianceStatus() /// 'Error', 'Warning', 'Information' /// [JsonProperty(PropertyName = "messageLevel")] - public MessageLevel? MessageLevel { get; set; } + public string MessageLevel { get; set; } } } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/CreatedByType.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/CreatedByType.cs new file mode 100644 index 000000000000..ae1bff8dfdbd --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/CreatedByType.cs @@ -0,0 +1,24 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + + /// + /// Defines values for CreatedByType. + /// + public static class CreatedByType + { + public const string User = "User"; + public const string Application = "Application"; + public const string ManagedIdentity = "ManagedIdentity"; + public const string Key = "Key"; + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/EnableHelmOperator.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/EnableHelmOperator.cs deleted file mode 100644 index f1251da610c9..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/EnableHelmOperator.cs +++ /dev/null @@ -1,105 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - /// - /// Defines values for EnableHelmOperator. - /// - /// - /// Determine base value for a given allowed value if exists, else return - /// the value itself - /// - [JsonConverter(typeof(EnableHelmOperatorConverter))] - public struct EnableHelmOperator : System.IEquatable - { - private EnableHelmOperator(string underlyingValue) - { - UnderlyingValue=underlyingValue; - } - - public static readonly EnableHelmOperator True = "true"; - - public static readonly EnableHelmOperator False = "false"; - - - /// - /// Underlying value of enum EnableHelmOperator - /// - private readonly string UnderlyingValue; - - /// - /// Returns string representation for EnableHelmOperator - /// - public override string ToString() - { - return UnderlyingValue == null ? null : UnderlyingValue.ToString(); - } - - /// - /// Compares enums of type EnableHelmOperator - /// - public bool Equals(EnableHelmOperator e) - { - return UnderlyingValue.Equals(e.UnderlyingValue); - } - - /// - /// Implicit operator to convert string to EnableHelmOperator - /// - public static implicit operator EnableHelmOperator(string value) - { - return new EnableHelmOperator(value); - } - - /// - /// Implicit operator to convert EnableHelmOperator to string - /// - public static implicit operator string(EnableHelmOperator e) - { - return e.UnderlyingValue; - } - - /// - /// Overriding == operator for enum EnableHelmOperator - /// - public static bool operator == (EnableHelmOperator e1, EnableHelmOperator e2) - { - return e2.Equals(e1); - } - - /// - /// Overriding != operator for enum EnableHelmOperator - /// - public static bool operator != (EnableHelmOperator e1, EnableHelmOperator e2) - { - return !e2.Equals(e1); - } - - /// - /// Overrides Equals operator for EnableHelmOperator - /// - public override bool Equals(object obj) - { - return obj is EnableHelmOperator && Equals((EnableHelmOperator)obj); - } - - /// - /// Returns for hashCode EnableHelmOperator - /// - public override int GetHashCode() - { - return UnderlyingValue.GetHashCode(); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/EnableHelmOperatorConverter.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/EnableHelmOperatorConverter.cs deleted file mode 100644 index fd9a0293f2f3..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/EnableHelmOperatorConverter.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - using System.Reflection; - - /// - /// Defines values for EnableHelmOperator. - /// - public sealed class EnableHelmOperatorConverter : JsonConverter - { - - /// - /// Returns if objectType can be converted to EnableHelmOperator by the - /// converter. - /// - public override bool CanConvert(System.Type objectType) - { - return typeof(EnableHelmOperator).GetTypeInfo().IsAssignableFrom(objectType.GetTypeInfo()); - } - - /// - /// Overrides ReadJson and converts token to EnableHelmOperator. - /// - public override object ReadJson(JsonReader reader, System.Type objectType, object existingValue, JsonSerializer serializer) - { - if (reader.TokenType == Newtonsoft.Json.JsonToken.Null) - { - return null; - } - return (EnableHelmOperator)serializer.Deserialize(reader); - } - - /// - /// Overriding WriteJson for EnableHelmOperator for serialization. - /// - public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) - { - writer.WriteValue(value.ToString()); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ErrorDefinition.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ErrorDefinition.cs index ce9bd9c1fc1e..4cdf144a398b 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ErrorDefinition.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ErrorDefinition.cs @@ -11,8 +11,6 @@ namespace Microsoft.Azure.Management.KubernetesConfiguration.Models { using Newtonsoft.Json; - using System.Collections; - using System.Collections.Generic; using System.Linq; /// @@ -34,12 +32,10 @@ public ErrorDefinition() /// Service specific error code which serves as the /// substatus for the HTTP error code. /// Description of the error. - /// Internal error details. - public ErrorDefinition(string code = default(string), string message = default(string), IList details = default(IList)) + public ErrorDefinition(string code, string message) { Code = code; Message = message; - Details = details; CustomInit(); } @@ -49,23 +45,17 @@ public ErrorDefinition() partial void CustomInit(); /// - /// Gets service specific error code which serves as the substatus for - /// the HTTP error code. + /// Gets or sets service specific error code which serves as the + /// substatus for the HTTP error code. /// [JsonProperty(PropertyName = "code")] - public string Code { get; private set; } + public string Code { get; set; } /// - /// Gets description of the error. + /// Gets or sets description of the error. /// [JsonProperty(PropertyName = "message")] - public string Message { get; private set; } - - /// - /// Gets internal error details. - /// - [JsonProperty(PropertyName = "details")] - public IList Details { get; private set; } + public string Message { get; set; } } } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevel.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevel.cs deleted file mode 100644 index 407ef1cc6218..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevel.cs +++ /dev/null @@ -1,107 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - /// - /// Defines values for MessageLevel. - /// - /// - /// Determine base value for a given allowed value if exists, else return - /// the value itself - /// - [JsonConverter(typeof(MessageLevelConverter))] - public struct MessageLevel : System.IEquatable - { - private MessageLevel(string underlyingValue) - { - UnderlyingValue=underlyingValue; - } - - public static readonly MessageLevel Error = "Error"; - - public static readonly MessageLevel Warning = "Warning"; - - public static readonly MessageLevel Information = "Information"; - - - /// - /// Underlying value of enum MessageLevel - /// - private readonly string UnderlyingValue; - - /// - /// Returns string representation for MessageLevel - /// - public override string ToString() - { - return UnderlyingValue == null ? null : UnderlyingValue.ToString(); - } - - /// - /// Compares enums of type MessageLevel - /// - public bool Equals(MessageLevel e) - { - return UnderlyingValue.Equals(e.UnderlyingValue); - } - - /// - /// Implicit operator to convert string to MessageLevel - /// - public static implicit operator MessageLevel(string value) - { - return new MessageLevel(value); - } - - /// - /// Implicit operator to convert MessageLevel to string - /// - public static implicit operator string(MessageLevel e) - { - return e.UnderlyingValue; - } - - /// - /// Overriding == operator for enum MessageLevel - /// - public static bool operator == (MessageLevel e1, MessageLevel e2) - { - return e2.Equals(e1); - } - - /// - /// Overriding != operator for enum MessageLevel - /// - public static bool operator != (MessageLevel e1, MessageLevel e2) - { - return !e2.Equals(e1); - } - - /// - /// Overrides Equals operator for MessageLevel - /// - public override bool Equals(object obj) - { - return obj is MessageLevel && Equals((MessageLevel)obj); - } - - /// - /// Returns for hashCode MessageLevel - /// - public override int GetHashCode() - { - return UnderlyingValue.GetHashCode(); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevelConverter.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevelConverter.cs deleted file mode 100644 index c4c202adc424..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevelConverter.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - using System.Reflection; - - /// - /// Defines values for MessageLevel. - /// - public sealed class MessageLevelConverter : JsonConverter - { - - /// - /// Returns if objectType can be converted to MessageLevel by the - /// converter. - /// - public override bool CanConvert(System.Type objectType) - { - return typeof(MessageLevel).GetTypeInfo().IsAssignableFrom(objectType.GetTypeInfo()); - } - - /// - /// Overrides ReadJson and converts token to MessageLevel. - /// - public override object ReadJson(JsonReader reader, System.Type objectType, object existingValue, JsonSerializer serializer) - { - if (reader.TokenType == Newtonsoft.Json.JsonToken.Null) - { - return null; - } - return (MessageLevel)serializer.Deserialize(reader); - } - - /// - /// Overriding WriteJson for MessageLevel for serialization. - /// - public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) - { - writer.WriteValue(value.ToString()); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevelType.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevelType.cs new file mode 100644 index 000000000000..89a10ea72f5f --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/MessageLevelType.cs @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + + /// + /// Defines values for MessageLevelType. + /// + public static class MessageLevelType + { + public const string Error = "Error"; + public const string Warning = "Warning"; + public const string Information = "Information"; + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScope.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScope.cs deleted file mode 100644 index d04b088e8ca2..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScope.cs +++ /dev/null @@ -1,105 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - /// - /// Defines values for OperatorScope. - /// - /// - /// Determine base value for a given allowed value if exists, else return - /// the value itself - /// - [JsonConverter(typeof(OperatorScopeConverter))] - public struct OperatorScope : System.IEquatable - { - private OperatorScope(string underlyingValue) - { - UnderlyingValue=underlyingValue; - } - - public static readonly OperatorScope Cluster = "cluster"; - - public static readonly OperatorScope Namespace = "namespace"; - - - /// - /// Underlying value of enum OperatorScope - /// - private readonly string UnderlyingValue; - - /// - /// Returns string representation for OperatorScope - /// - public override string ToString() - { - return UnderlyingValue == null ? null : UnderlyingValue.ToString(); - } - - /// - /// Compares enums of type OperatorScope - /// - public bool Equals(OperatorScope e) - { - return UnderlyingValue.Equals(e.UnderlyingValue); - } - - /// - /// Implicit operator to convert string to OperatorScope - /// - public static implicit operator OperatorScope(string value) - { - return new OperatorScope(value); - } - - /// - /// Implicit operator to convert OperatorScope to string - /// - public static implicit operator string(OperatorScope e) - { - return e.UnderlyingValue; - } - - /// - /// Overriding == operator for enum OperatorScope - /// - public static bool operator == (OperatorScope e1, OperatorScope e2) - { - return e2.Equals(e1); - } - - /// - /// Overriding != operator for enum OperatorScope - /// - public static bool operator != (OperatorScope e1, OperatorScope e2) - { - return !e2.Equals(e1); - } - - /// - /// Overrides Equals operator for OperatorScope - /// - public override bool Equals(object obj) - { - return obj is OperatorScope && Equals((OperatorScope)obj); - } - - /// - /// Returns for hashCode OperatorScope - /// - public override int GetHashCode() - { - return UnderlyingValue.GetHashCode(); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScopeConverter.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScopeConverter.cs deleted file mode 100644 index a560a4671ed5..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScopeConverter.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - using System.Reflection; - - /// - /// Defines values for OperatorScope. - /// - public sealed class OperatorScopeConverter : JsonConverter - { - - /// - /// Returns if objectType can be converted to OperatorScope by the - /// converter. - /// - public override bool CanConvert(System.Type objectType) - { - return typeof(OperatorScope).GetTypeInfo().IsAssignableFrom(objectType.GetTypeInfo()); - } - - /// - /// Overrides ReadJson and converts token to OperatorScope. - /// - public override object ReadJson(JsonReader reader, System.Type objectType, object existingValue, JsonSerializer serializer) - { - if (reader.TokenType == Newtonsoft.Json.JsonToken.Null) - { - return null; - } - return (OperatorScope)serializer.Deserialize(reader); - } - - /// - /// Overriding WriteJson for OperatorScope for serialization. - /// - public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) - { - writer.WriteValue(value.ToString()); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScopeType.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScopeType.cs new file mode 100644 index 000000000000..59c5756fa436 --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorScopeType.cs @@ -0,0 +1,22 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + + /// + /// Defines values for OperatorScopeType. + /// + public static class OperatorScopeType + { + public const string Cluster = "cluster"; + public const string Namespace = "namespace"; + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorType.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorType.cs index d31e4aac12b0..627c0dad67c4 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorType.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorType.cs @@ -10,94 +10,12 @@ namespace Microsoft.Azure.Management.KubernetesConfiguration.Models { - using Newtonsoft.Json; /// /// Defines values for OperatorType. /// - /// - /// Determine base value for a given allowed value if exists, else return - /// the value itself - /// - [JsonConverter(typeof(OperatorTypeConverter))] - public struct OperatorType : System.IEquatable + public static class OperatorType { - private OperatorType(string underlyingValue) - { - UnderlyingValue=underlyingValue; - } - - public static readonly OperatorType Flux = "Flux"; - - - /// - /// Underlying value of enum OperatorType - /// - private readonly string UnderlyingValue; - - /// - /// Returns string representation for OperatorType - /// - public override string ToString() - { - return UnderlyingValue == null ? null : UnderlyingValue.ToString(); - } - - /// - /// Compares enums of type OperatorType - /// - public bool Equals(OperatorType e) - { - return UnderlyingValue.Equals(e.UnderlyingValue); - } - - /// - /// Implicit operator to convert string to OperatorType - /// - public static implicit operator OperatorType(string value) - { - return new OperatorType(value); - } - - /// - /// Implicit operator to convert OperatorType to string - /// - public static implicit operator string(OperatorType e) - { - return e.UnderlyingValue; - } - - /// - /// Overriding == operator for enum OperatorType - /// - public static bool operator == (OperatorType e1, OperatorType e2) - { - return e2.Equals(e1); - } - - /// - /// Overriding != operator for enum OperatorType - /// - public static bool operator != (OperatorType e1, OperatorType e2) - { - return !e2.Equals(e1); - } - - /// - /// Overrides Equals operator for OperatorType - /// - public override bool Equals(object obj) - { - return obj is OperatorType && Equals((OperatorType)obj); - } - - /// - /// Returns for hashCode OperatorType - /// - public override int GetHashCode() - { - return UnderlyingValue.GetHashCode(); - } - + public const string Flux = "Flux"; } } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorTypeConverter.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorTypeConverter.cs deleted file mode 100644 index 35d93112816b..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/OperatorTypeConverter.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - using System.Reflection; - - /// - /// Defines values for OperatorType. - /// - public sealed class OperatorTypeConverter : JsonConverter - { - - /// - /// Returns if objectType can be converted to OperatorType by the - /// converter. - /// - public override bool CanConvert(System.Type objectType) - { - return typeof(OperatorType).GetTypeInfo().IsAssignableFrom(objectType.GetTypeInfo()); - } - - /// - /// Overrides ReadJson and converts token to OperatorType. - /// - public override object ReadJson(JsonReader reader, System.Type objectType, object existingValue, JsonSerializer serializer) - { - if (reader.TokenType == Newtonsoft.Json.JsonToken.Null) - { - return null; - } - return (OperatorType)serializer.Deserialize(reader); - } - - /// - /// Overriding WriteJson for OperatorType for serialization. - /// - public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) - { - writer.WriteValue(value.ToString()); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningState.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningState.cs deleted file mode 100644 index 95d90660f55d..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningState.cs +++ /dev/null @@ -1,111 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - /// - /// Defines values for ProvisioningState. - /// - /// - /// Determine base value for a given allowed value if exists, else return - /// the value itself - /// - [JsonConverter(typeof(ProvisioningStateConverter))] - public struct ProvisioningState : System.IEquatable - { - private ProvisioningState(string underlyingValue) - { - UnderlyingValue=underlyingValue; - } - - public static readonly ProvisioningState Accepted = "Accepted"; - - public static readonly ProvisioningState Deleting = "Deleting"; - - public static readonly ProvisioningState Running = "Running"; - - public static readonly ProvisioningState Succeeded = "Succeeded"; - - public static readonly ProvisioningState Failed = "Failed"; - - - /// - /// Underlying value of enum ProvisioningState - /// - private readonly string UnderlyingValue; - - /// - /// Returns string representation for ProvisioningState - /// - public override string ToString() - { - return UnderlyingValue == null ? null : UnderlyingValue.ToString(); - } - - /// - /// Compares enums of type ProvisioningState - /// - public bool Equals(ProvisioningState e) - { - return UnderlyingValue.Equals(e.UnderlyingValue); - } - - /// - /// Implicit operator to convert string to ProvisioningState - /// - public static implicit operator ProvisioningState(string value) - { - return new ProvisioningState(value); - } - - /// - /// Implicit operator to convert ProvisioningState to string - /// - public static implicit operator string(ProvisioningState e) - { - return e.UnderlyingValue; - } - - /// - /// Overriding == operator for enum ProvisioningState - /// - public static bool operator == (ProvisioningState e1, ProvisioningState e2) - { - return e2.Equals(e1); - } - - /// - /// Overriding != operator for enum ProvisioningState - /// - public static bool operator != (ProvisioningState e1, ProvisioningState e2) - { - return !e2.Equals(e1); - } - - /// - /// Overrides Equals operator for ProvisioningState - /// - public override bool Equals(object obj) - { - return obj is ProvisioningState && Equals((ProvisioningState)obj); - } - - /// - /// Returns for hashCode ProvisioningState - /// - public override int GetHashCode() - { - return UnderlyingValue.GetHashCode(); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningStateConverter.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningStateConverter.cs deleted file mode 100644 index e7dc2ea27a25..000000000000 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningStateConverter.cs +++ /dev/null @@ -1,53 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.KubernetesConfiguration.Models -{ - using Newtonsoft.Json; - - using System.Reflection; - - /// - /// Defines values for ProvisioningState. - /// - public sealed class ProvisioningStateConverter : JsonConverter - { - - /// - /// Returns if objectType can be converted to ProvisioningState by the - /// converter. - /// - public override bool CanConvert(System.Type objectType) - { - return typeof(ProvisioningState).GetTypeInfo().IsAssignableFrom(objectType.GetTypeInfo()); - } - - /// - /// Overrides ReadJson and converts token to ProvisioningState. - /// - public override object ReadJson(JsonReader reader, System.Type objectType, object existingValue, JsonSerializer serializer) - { - if (reader.TokenType == Newtonsoft.Json.JsonToken.Null) - { - return null; - } - return (ProvisioningState)serializer.Deserialize(reader); - } - - /// - /// Overriding WriteJson for ProvisioningState for serialization. - /// - public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) - { - writer.WriteValue(value.ToString()); - } - - } -} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningStateType.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningStateType.cs new file mode 100644 index 000000000000..840989feced9 --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProvisioningStateType.cs @@ -0,0 +1,25 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + + /// + /// Defines values for ProvisioningStateType. + /// + public static class ProvisioningStateType + { + public const string Accepted = "Accepted"; + public const string Deleting = "Deleting"; + public const string Running = "Running"; + public const string Succeeded = "Succeeded"; + public const string Failed = "Failed"; + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProxyResource.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProxyResource.cs index 5c120a076b04..7a213f24b458 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProxyResource.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ProxyResource.cs @@ -13,8 +13,12 @@ namespace Microsoft.Azure.Management.KubernetesConfiguration.Models using System.Linq; /// - /// ARM proxy resource. + /// Proxy Resource /// + /// + /// The resource model definition for a Azure Resource Manager proxy + /// resource. It will not have tags and a location + /// public partial class ProxyResource : Resource { /// @@ -28,9 +32,12 @@ public ProxyResource() /// /// Initializes a new instance of the ProxyResource class. /// - /// Resource Id - /// Resource name - /// Resource type + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" public ProxyResource(string id = default(string), string name = default(string), string type = default(string)) : base(id, name, type) { diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/Resource.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/Resource.cs index 52e2fc72fc7a..3e105316237f 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/Resource.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/Resource.cs @@ -16,8 +16,12 @@ namespace Microsoft.Azure.Management.KubernetesConfiguration.Models using System.Linq; /// - /// The Resource model definition. + /// Resource /// + /// + /// Common fields that are returned in the response for all Azure Resource + /// Manager resources + /// public partial class Resource : IResource { /// @@ -31,9 +35,12 @@ public Resource() /// /// Initializes a new instance of the Resource class. /// - /// Resource Id - /// Resource name - /// Resource type + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" public Resource(string id = default(string), string name = default(string), string type = default(string)) { Id = id; @@ -48,19 +55,22 @@ public Resource() partial void CustomInit(); /// - /// Gets resource Id + /// Gets fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} /// [JsonProperty(PropertyName = "id")] public string Id { get; private set; } /// - /// Gets resource name + /// Gets the name of the resource /// [JsonProperty(PropertyName = "name")] public string Name { get; private set; } /// - /// Gets resource type + /// Gets the type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// [JsonProperty(PropertyName = "type")] public string Type { get; private set; } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ResourceProviderOperation.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ResourceProviderOperation.cs index 6b6ff77e604f..3276cdaa20cb 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ResourceProviderOperation.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/ResourceProviderOperation.cs @@ -33,10 +33,13 @@ public ResourceProviderOperation() /// {provider}/{resource}/{operation} /// Display metadata associated with the /// operation. - public ResourceProviderOperation(string name = default(string), ResourceProviderOperationDisplay display = default(ResourceProviderOperationDisplay)) + /// The flag that indicates whether the + /// operation applies to data plane. + public ResourceProviderOperation(string name = default(string), ResourceProviderOperationDisplay display = default(ResourceProviderOperationDisplay), bool? isDataAction = default(bool?)) { Name = name; Display = display; + IsDataAction = isDataAction; CustomInit(); } @@ -58,5 +61,12 @@ public ResourceProviderOperation() [JsonProperty(PropertyName = "display")] public ResourceProviderOperationDisplay Display { get; set; } + /// + /// Gets the flag that indicates whether the operation applies to data + /// plane. + /// + [JsonProperty(PropertyName = "isDataAction")] + public bool? IsDataAction { get; private set; } + } } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SourceControlConfiguration.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SourceControlConfiguration.cs index ce218689d5b5..d4da86bba1c2 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SourceControlConfiguration.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SourceControlConfiguration.cs @@ -13,10 +13,13 @@ namespace Microsoft.Azure.Management.KubernetesConfiguration.Models using Microsoft.Rest; using Microsoft.Rest.Serialization; using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; using System.Linq; /// - /// The SourceControl Configuration object. + /// The SourceControl Configuration object returned in Get & Put + /// response. /// [Rest.Serialization.JsonTransformation] public partial class SourceControlConfiguration : ProxyResource @@ -32,9 +35,12 @@ public SourceControlConfiguration() /// /// Initializes a new instance of the SourceControlConfiguration class. /// - /// Resource Id - /// Resource name - /// Resource type + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" /// Url of the SourceControl /// Repository. /// The namespace to which this @@ -46,14 +52,18 @@ public SourceControlConfiguration() /// include: 'Flux' /// Any Parameters for the Operator /// instance in string format. + /// Name-value pairs of + /// protected configuration settings for the configuration /// Scope at which the operator will be /// installed. Possible values include: 'cluster', 'namespace' /// Public Key associated with this /// SourceControl configuration (either generated within the cluster or /// provided by the user). + /// Base64-encoded known_hosts + /// contents containing public SSH keys required to access private Git + /// instances /// Option to enable Helm Operator for - /// this git configuration. Possible values include: 'true', - /// 'false' + /// this git configuration. /// Properties for Helm /// operator. /// The provisioning state of the @@ -61,7 +71,9 @@ public SourceControlConfiguration() /// 'Running', 'Succeeded', 'Failed' /// Compliance Status of the /// Configuration - public SourceControlConfiguration(string id = default(string), string name = default(string), string type = default(string), string repositoryUrl = default(string), string operatorNamespace = default(string), string operatorInstanceName = default(string), OperatorType? operatorType = default(OperatorType?), string operatorParams = default(string), OperatorScope? operatorScope = default(OperatorScope?), string repositoryPublicKey = default(string), EnableHelmOperator? enableHelmOperator = default(EnableHelmOperator?), HelmOperatorProperties helmOperatorProperties = default(HelmOperatorProperties), ProvisioningState? provisioningState = default(ProvisioningState?), ComplianceStatus complianceStatus = default(ComplianceStatus)) + /// Top level metadata + /// https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources + public SourceControlConfiguration(string id = default(string), string name = default(string), string type = default(string), string repositoryUrl = default(string), string operatorNamespace = default(string), string operatorInstanceName = default(string), string operatorType = default(string), string operatorParams = default(string), IDictionary configurationProtectedSettings = default(IDictionary), string operatorScope = default(string), string repositoryPublicKey = default(string), string sshKnownHostsContents = default(string), bool? enableHelmOperator = default(bool?), HelmOperatorProperties helmOperatorProperties = default(HelmOperatorProperties), string provisioningState = default(string), ComplianceStatus complianceStatus = default(ComplianceStatus), SystemData systemData = default(SystemData)) : base(id, name, type) { RepositoryUrl = repositoryUrl; @@ -69,12 +81,15 @@ public SourceControlConfiguration() OperatorInstanceName = operatorInstanceName; OperatorType = operatorType; OperatorParams = operatorParams; + ConfigurationProtectedSettings = configurationProtectedSettings; OperatorScope = operatorScope; RepositoryPublicKey = repositoryPublicKey; + SshKnownHostsContents = sshKnownHostsContents; EnableHelmOperator = enableHelmOperator; HelmOperatorProperties = helmOperatorProperties; ProvisioningState = provisioningState; ComplianceStatus = complianceStatus; + SystemData = systemData; CustomInit(); } @@ -108,7 +123,7 @@ public SourceControlConfiguration() /// Gets or sets type of the operator. Possible values include: 'Flux' /// [JsonProperty(PropertyName = "properties.operatorType")] - public OperatorType? OperatorType { get; set; } + public string OperatorType { get; set; } /// /// Gets or sets any Parameters for the Operator instance in string @@ -117,12 +132,19 @@ public SourceControlConfiguration() [JsonProperty(PropertyName = "properties.operatorParams")] public string OperatorParams { get; set; } + /// + /// Gets or sets name-value pairs of protected configuration settings + /// for the configuration + /// + [JsonProperty(PropertyName = "properties.configurationProtectedSettings")] + public IDictionary ConfigurationProtectedSettings { get; set; } + /// /// Gets or sets scope at which the operator will be installed. /// Possible values include: 'cluster', 'namespace' /// [JsonProperty(PropertyName = "properties.operatorScope")] - public OperatorScope? OperatorScope { get; set; } + public string OperatorScope { get; set; } /// /// Gets public Key associated with this SourceControl configuration @@ -131,12 +153,19 @@ public SourceControlConfiguration() [JsonProperty(PropertyName = "properties.repositoryPublicKey")] public string RepositoryPublicKey { get; private set; } + /// + /// Gets or sets base64-encoded known_hosts contents containing public + /// SSH keys required to access private Git instances + /// + [JsonProperty(PropertyName = "properties.sshKnownHostsContents")] + public string SshKnownHostsContents { get; set; } + /// /// Gets or sets option to enable Helm Operator for this git - /// configuration. Possible values include: 'true', 'false' + /// configuration. /// [JsonProperty(PropertyName = "properties.enableHelmOperator")] - public EnableHelmOperator? EnableHelmOperator { get; set; } + public bool? EnableHelmOperator { get; set; } /// /// Gets or sets properties for Helm operator. @@ -150,7 +179,7 @@ public SourceControlConfiguration() /// 'Failed' /// [JsonProperty(PropertyName = "properties.provisioningState")] - public ProvisioningState? ProvisioningState { get; private set; } + public string ProvisioningState { get; private set; } /// /// Gets compliance Status of the Configuration @@ -158,5 +187,12 @@ public SourceControlConfiguration() [JsonProperty(PropertyName = "properties.complianceStatus")] public ComplianceStatus ComplianceStatus { get; private set; } + /// + /// Gets or sets top level metadata + /// https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources + /// + [JsonProperty(PropertyName = "systemData")] + public SystemData SystemData { get; set; } + } } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SystemData.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SystemData.cs new file mode 100644 index 000000000000..ea78eb5ec794 --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/SystemData.cs @@ -0,0 +1,103 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Metadata pertaining to creation and last modification of the resource. + /// + public partial class SystemData + { + /// + /// Initializes a new instance of the SystemData class. + /// + public SystemData() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the SystemData class. + /// + /// The identity that created the + /// resource. + /// The type of identity that created the + /// resource. Possible values include: 'User', 'Application', + /// 'ManagedIdentity', 'Key' + /// The timestamp of resource creation + /// (UTC). + /// The identity that last modified the + /// resource. + /// The type of identity that last + /// modified the resource. Possible values include: 'User', + /// 'Application', 'ManagedIdentity', 'Key' + /// The timestamp of resource last + /// modification (UTC) + public SystemData(string createdBy = default(string), string createdByType = default(string), System.DateTime? createdAt = default(System.DateTime?), string lastModifiedBy = default(string), string lastModifiedByType = default(string), System.DateTime? lastModifiedAt = default(System.DateTime?)) + { + CreatedBy = createdBy; + CreatedByType = createdByType; + CreatedAt = createdAt; + LastModifiedBy = lastModifiedBy; + LastModifiedByType = lastModifiedByType; + LastModifiedAt = lastModifiedAt; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the identity that created the resource. + /// + [JsonProperty(PropertyName = "createdBy")] + public string CreatedBy { get; set; } + + /// + /// Gets or sets the type of identity that created the resource. + /// Possible values include: 'User', 'Application', 'ManagedIdentity', + /// 'Key' + /// + [JsonProperty(PropertyName = "createdByType")] + public string CreatedByType { get; set; } + + /// + /// Gets or sets the timestamp of resource creation (UTC). + /// + [JsonProperty(PropertyName = "createdAt")] + public System.DateTime? CreatedAt { get; set; } + + /// + /// Gets or sets the identity that last modified the resource. + /// + [JsonProperty(PropertyName = "lastModifiedBy")] + public string LastModifiedBy { get; set; } + + /// + /// Gets or sets the type of identity that last modified the resource. + /// Possible values include: 'User', 'Application', 'ManagedIdentity', + /// 'Key' + /// + [JsonProperty(PropertyName = "lastModifiedByType")] + public string LastModifiedByType { get; set; } + + /// + /// Gets or sets the timestamp of resource last modification (UTC) + /// + [JsonProperty(PropertyName = "lastModifiedAt")] + public System.DateTime? LastModifiedAt { get; set; } + + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/TrackedResource.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/TrackedResource.cs new file mode 100644 index 000000000000..58399b93718e --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Models/TrackedResource.cs @@ -0,0 +1,73 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.KubernetesConfiguration.Models +{ + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Tracked Resource + /// + /// + /// The resource model definition for an Azure Resource Manager tracked top + /// level resource which has 'tags' and a 'location' + /// + public partial class TrackedResource : Resource + { + /// + /// Initializes a new instance of the TrackedResource class. + /// + public TrackedResource() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the TrackedResource class. + /// + /// The geo-location where the resource + /// lives + /// Fully qualified resource ID for the resource. Ex - + /// /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} + /// The name of the resource + /// The type of the resource. E.g. + /// "Microsoft.Compute/virtualMachines" or + /// "Microsoft.Storage/storageAccounts" + /// Resource tags. + public TrackedResource(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary)) + : base(id, name, type) + { + Tags = tags; + Location = location; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets resource tags. + /// + [JsonProperty(PropertyName = "tags")] + public IDictionary Tags { get; set; } + + /// + /// Gets or sets the geo-location where the resource lives + /// + [JsonProperty(PropertyName = "location")] + public string Location { get; set; } + + } +} diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Operations.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Operations.cs index 8eed38eaf616..c04a24e87286 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Operations.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/Operations.cs @@ -54,16 +54,13 @@ internal Operations(SourceControlConfigurationClient client) /// List all the available operations the KubernetesConfiguration resource /// provider supports. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Headers that will be added to request. /// /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -78,11 +75,11 @@ internal Operations(SourceControlConfigurationClient client) /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { - if (apiVersion == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -91,7 +88,6 @@ internal Operations(SourceControlConfigurationClient client) { _invocationId = ServiceClientTracing.NextInvocationId.ToString(); Dictionary tracingParameters = new Dictionary(); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -99,9 +95,9 @@ internal Operations(SourceControlConfigurationClient client) var _baseUrl = Client.BaseUri.AbsoluteUri; var _url = new System.Uri(new System.Uri(_baseUrl + (_baseUrl.EndsWith("/") ? "" : "/")), "providers/Microsoft.KubernetesConfiguration/operations").ToString(); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -163,14 +159,13 @@ internal Operations(SourceControlConfigurationClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -180,10 +175,6 @@ internal Operations(SourceControlConfigurationClient client) } ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } if (_shouldTrace) { ServiceClientTracing.Error(_invocationId, ex); @@ -241,7 +232,7 @@ internal Operations(SourceControlConfigurationClient client) /// /// The cancellation token. /// - /// + /// /// Thrown when the operation returned an invalid status code /// /// @@ -337,14 +328,13 @@ internal Operations(SourceControlConfigurationClient client) string _responseContent = null; if ((int)_statusCode != 200) { - var ex = new CloudException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); + var ex = new ErrorResponseException(string.Format("Operation returned an invalid status code '{0}'", _statusCode)); try { _responseContent = await _httpResponse.Content.ReadAsStringAsync().ConfigureAwait(false); - CloudError _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); + ErrorResponse _errorBody = Rest.Serialization.SafeJsonConvert.DeserializeObject(_responseContent, Client.DeserializationSettings); if (_errorBody != null) { - ex = new CloudException(_errorBody.Message); ex.Body = _errorBody; } } @@ -354,10 +344,6 @@ internal Operations(SourceControlConfigurationClient client) } ex.Request = new HttpRequestMessageWrapper(_httpRequest, _requestContent); ex.Response = new HttpResponseMessageWrapper(_httpResponse, _responseContent); - if (_httpResponse.Headers.Contains("x-ms-request-id")) - { - ex.RequestId = _httpResponse.Headers.GetValues("x-ms-request-id").FirstOrDefault(); - } if (_shouldTrace) { ServiceClientTracing.Error(_invocationId, ex); diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/OperationsExtensions.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/OperationsExtensions.cs index ffaf56b68016..05350290992d 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/OperationsExtensions.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/OperationsExtensions.cs @@ -28,12 +28,9 @@ public static partial class OperationsExtensions /// /// The operations group for this extension method. /// - /// - /// The API version to be used with the HTTP request. - /// - public static IPage List(this IOperations operations, string apiVersion) + public static IPage List(this IOperations operations) { - return operations.ListAsync(apiVersion).GetAwaiter().GetResult(); + return operations.ListAsync().GetAwaiter().GetResult(); } /// @@ -43,15 +40,12 @@ public static IPage List(this IOperations operations, /// /// The operations group for this extension method. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The cancellation token. /// - public static async Task> ListAsync(this IOperations operations, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this IOperations operations, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(apiVersion, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SdkInfo_SourceControlConfigurationClient.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SdkInfo_SourceControlConfigurationClient.cs index 6b617a67925d..6df0f7014e4c 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SdkInfo_SourceControlConfigurationClient.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SdkInfo_SourceControlConfigurationClient.cs @@ -19,10 +19,21 @@ public static IEnumerable> ApiInfo_SourceControlCo { return new Tuple[] { - new Tuple("KubernetesConfiguration", "Operations", "2019-11-01-preview"), - new Tuple("KubernetesConfiguration", "SourceControlConfigurations", "2019-11-01-preview"), + new Tuple("KubernetesConfiguration", "Operations", "2021-03-01"), + new Tuple("KubernetesConfiguration", "SourceControlConfigurations", "2021-03-01"), }.AsEnumerable(); } } + // BEGIN: Code Generation Metadata Section + public static readonly String AutoRestVersion = "v2"; + public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; + public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/kubernetesconfiguration/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\joinnis\\github\\azure-sdk-for-net\\sdk"; + public static readonly String GithubForkName = "Azure"; + public static readonly String GithubBranchName = "master"; + public static readonly String GithubCommidId = "e6a4cb677ad0d3b5567ae98024b7c7d360469393"; + public static readonly String CodeGenerationErrors = ""; + public static readonly String GithubRepoName = "azure-rest-api-specs"; + // END: Code Generation Metadata Section } } + diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationClient.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationClient.cs index 7f5414a5be55..3191da2cce8f 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationClient.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationClient.cs @@ -53,6 +53,11 @@ public partial class SourceControlConfigurationClient : ServiceClient public string SubscriptionId { get; set; } + /// + /// The API version to be used with the HTTP request. + /// + public string ApiVersion { get; private set; } + /// /// The preferred language for the response. /// @@ -325,6 +330,7 @@ private void Initialize() SourceControlConfigurations = new SourceControlConfigurationsOperations(this); Operations = new Operations(this); BaseUri = new System.Uri("https://management.azure.com"); + ApiVersion = "2021-03-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperations.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperations.cs index 94be6868ee08..05a48bd34a4c 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperations.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperations.cs @@ -72,9 +72,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Headers that will be added to request. /// @@ -96,7 +93,7 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// A response object containing the response body and response headers. /// - public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> GetWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { @@ -122,9 +119,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient { throw new ValidationException(ValidationRules.CannotBeNull, "sourceControlConfigurationName"); } - if (apiVersion == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -138,7 +135,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient tracingParameters.Add("clusterResourceName", clusterResourceName); tracingParameters.Add("clusterName", clusterName); tracingParameters.Add("sourceControlConfigurationName", sourceControlConfigurationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "Get", tracingParameters); } @@ -152,9 +148,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); _url = _url.Replace("{sourceControlConfigurationName}", System.Uri.EscapeDataString(sourceControlConfigurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -298,9 +294,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Properties necessary to Create KubernetesConfiguration. /// @@ -325,7 +318,7 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// A response object containing the response body and response headers. /// - public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, SourceControlConfiguration sourceControlConfiguration, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task> CreateOrUpdateWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, SourceControlConfiguration sourceControlConfiguration, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { @@ -351,9 +344,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient { throw new ValidationException(ValidationRules.CannotBeNull, "sourceControlConfigurationName"); } - if (apiVersion == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } if (sourceControlConfiguration == null) { @@ -371,7 +364,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient tracingParameters.Add("clusterResourceName", clusterResourceName); tracingParameters.Add("clusterName", clusterName); tracingParameters.Add("sourceControlConfigurationName", sourceControlConfigurationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("sourceControlConfiguration", sourceControlConfiguration); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "CreateOrUpdate", tracingParameters); @@ -386,9 +378,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); _url = _url.Replace("{sourceControlConfigurationName}", System.Uri.EscapeDataString(sourceControlConfigurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -557,19 +549,16 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The headers that will be added to request. /// /// /// The cancellation token. /// - public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task DeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { // Send request - AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion, customHeaders, cancellationToken).ConfigureAwait(false); + AzureOperationResponse _response = await BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, customHeaders, cancellationToken).ConfigureAwait(false); return await Client.GetPostOrDeleteOperationResultAsync(_response, customHeaders, cancellationToken).ConfigureAwait(false); } @@ -592,9 +581,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// The name of the kubernetes cluster. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Headers that will be added to request. /// @@ -616,7 +602,7 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// A response object containing the response body and response headers. /// - public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task>> ListWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { @@ -638,9 +624,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient { throw new ValidationException(ValidationRules.CannotBeNull, "clusterName"); } - if (apiVersion == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -653,7 +639,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient tracingParameters.Add("clusterRp", clusterRp); tracingParameters.Add("clusterResourceName", clusterResourceName); tracingParameters.Add("clusterName", clusterName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "List", tracingParameters); } @@ -666,9 +651,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient _url = _url.Replace("{clusterResourceName}", System.Uri.EscapeDataString(Rest.Serialization.SafeJsonConvert.SerializeObject(clusterResourceName, Client.SerializationSettings).Trim('"'))); _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { @@ -813,9 +798,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Headers that will be added to request. /// @@ -834,7 +816,7 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient /// /// A response object containing the response body and response headers. /// - public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) + public async Task BeginDeleteWithHttpMessagesAsync(string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, Dictionary> customHeaders = null, CancellationToken cancellationToken = default(CancellationToken)) { if (Client.SubscriptionId == null) { @@ -860,9 +842,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient { throw new ValidationException(ValidationRules.CannotBeNull, "sourceControlConfigurationName"); } - if (apiVersion == null) + if (Client.ApiVersion == null) { - throw new ValidationException(ValidationRules.CannotBeNull, "apiVersion"); + throw new ValidationException(ValidationRules.CannotBeNull, "this.Client.ApiVersion"); } // Tracing bool _shouldTrace = ServiceClientTracing.IsEnabled; @@ -876,7 +858,6 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient tracingParameters.Add("clusterResourceName", clusterResourceName); tracingParameters.Add("clusterName", clusterName); tracingParameters.Add("sourceControlConfigurationName", sourceControlConfigurationName); - tracingParameters.Add("apiVersion", apiVersion); tracingParameters.Add("cancellationToken", cancellationToken); ServiceClientTracing.Enter(_invocationId, this, "BeginDelete", tracingParameters); } @@ -890,9 +871,9 @@ internal SourceControlConfigurationsOperations(SourceControlConfigurationClient _url = _url.Replace("{clusterName}", System.Uri.EscapeDataString(clusterName)); _url = _url.Replace("{sourceControlConfigurationName}", System.Uri.EscapeDataString(sourceControlConfigurationName)); List _queryParameters = new List(); - if (apiVersion != null) + if (Client.ApiVersion != null) { - _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(apiVersion))); + _queryParameters.Add(string.Format("api-version={0}", System.Uri.EscapeDataString(Client.ApiVersion))); } if (_queryParameters.Count > 0) { diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperationsExtensions.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperationsExtensions.cs index 0fe53d62387c..b1fc6069b997 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperationsExtensions.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Generated/SourceControlConfigurationsOperationsExtensions.cs @@ -46,12 +46,9 @@ public static partial class SourceControlConfigurationsOperationsExtensions /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// - public static SourceControlConfiguration Get(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion) + public static SourceControlConfiguration Get(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName) { - return operations.GetAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion).GetAwaiter().GetResult(); + return operations.GetAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName).GetAwaiter().GetResult(); } /// @@ -79,15 +76,12 @@ public static SourceControlConfiguration Get(this ISourceControlConfigurationsOp /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The cancellation token. /// - public static async Task GetAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task GetAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.GetWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -118,15 +112,12 @@ public static SourceControlConfiguration Get(this ISourceControlConfigurationsOp /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Properties necessary to Create KubernetesConfiguration. /// - public static SourceControlConfiguration CreateOrUpdate(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, SourceControlConfiguration sourceControlConfiguration) + public static SourceControlConfiguration CreateOrUpdate(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, SourceControlConfiguration sourceControlConfiguration) { - return operations.CreateOrUpdateAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion, sourceControlConfiguration).GetAwaiter().GetResult(); + return operations.CreateOrUpdateAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, sourceControlConfiguration).GetAwaiter().GetResult(); } /// @@ -154,18 +145,15 @@ public static SourceControlConfiguration CreateOrUpdate(this ISourceControlConfi /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// Properties necessary to Create KubernetesConfiguration. /// /// /// The cancellation token. /// - public static async Task CreateOrUpdateAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, SourceControlConfiguration sourceControlConfiguration, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task CreateOrUpdateAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, SourceControlConfiguration sourceControlConfiguration, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion, sourceControlConfiguration, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.CreateOrUpdateWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, sourceControlConfiguration, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -197,12 +185,9 @@ public static SourceControlConfiguration CreateOrUpdate(this ISourceControlConfi /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// - public static void Delete(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion) + public static void Delete(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName) { - operations.DeleteAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion).GetAwaiter().GetResult(); + operations.DeleteAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName).GetAwaiter().GetResult(); } /// @@ -231,15 +216,12 @@ public static void Delete(this ISourceControlConfigurationsOperations operations /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The cancellation token. /// - public static async Task DeleteAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task DeleteAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// @@ -264,12 +246,9 @@ public static void Delete(this ISourceControlConfigurationsOperations operations /// /// The name of the kubernetes cluster. /// - /// - /// The API version to be used with the HTTP request. - /// - public static IPage List(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion) + public static IPage List(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName) { - return operations.ListAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, apiVersion).GetAwaiter().GetResult(); + return operations.ListAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName).GetAwaiter().GetResult(); } /// @@ -294,15 +273,12 @@ public static IPage List(this ISourceControlConfigur /// /// The name of the kubernetes cluster. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The cancellation token. /// - public static async Task> ListAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task> ListAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, CancellationToken cancellationToken = default(CancellationToken)) { - using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, apiVersion, null, cancellationToken).ConfigureAwait(false)) + using (var _result = await operations.ListWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, null, cancellationToken).ConfigureAwait(false)) { return _result.Body; } @@ -334,12 +310,9 @@ public static IPage List(this ISourceControlConfigur /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// - public static void BeginDelete(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion) + public static void BeginDelete(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName) { - operations.BeginDeleteAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion).GetAwaiter().GetResult(); + operations.BeginDeleteAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName).GetAwaiter().GetResult(); } /// @@ -368,15 +341,12 @@ public static void BeginDelete(this ISourceControlConfigurationsOperations opera /// /// Name of the Source Control Configuration. /// - /// - /// The API version to be used with the HTTP request. - /// /// /// The cancellation token. /// - public static async Task BeginDeleteAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, string apiVersion, CancellationToken cancellationToken = default(CancellationToken)) + public static async Task BeginDeleteAsync(this ISourceControlConfigurationsOperations operations, string resourceGroupName, string clusterRp, string clusterResourceName, string clusterName, string sourceControlConfigurationName, CancellationToken cancellationToken = default(CancellationToken)) { - (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, apiVersion, null, cancellationToken).ConfigureAwait(false)).Dispose(); + (await operations.BeginDeleteWithHttpMessagesAsync(resourceGroupName, clusterRp, clusterResourceName, clusterName, sourceControlConfigurationName, null, cancellationToken).ConfigureAwait(false)).Dispose(); } /// diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Microsoft.Azure.Management.KubernetesConfiguration.csproj b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Microsoft.Azure.Management.KubernetesConfiguration.csproj index 0867f9595ae3..c126b5c10128 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Microsoft.Azure.Management.KubernetesConfiguration.csproj +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Microsoft.Azure.Management.KubernetesConfiguration.csproj @@ -6,16 +6,11 @@ Microsoft.Azure.Management.KubernetesConfiguration Provides Microsoft Azure KubernetesConfiguration management operations including the ability to create, update and delete runbooks and schedules. - 1.0.0-preview.1 - + 1.0.0 Microsoft Azure KubernetesConfiguration Management Library Microsoft.Azure.Management.KubernetesConfiguration KubernetesConfiguration; - - + Release official public api version 2021-03-01 diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Properties/AssemblyInfo.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Properties/AssemblyInfo.cs new file mode 100644 index 000000000000..08f217c01a2f --- /dev/null +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/Properties/AssemblyInfo.cs @@ -0,0 +1,18 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for license information. + +using System.Reflection; +using System.Resources; + +[assembly: AssemblyTitle("Microsoft Azure KubernetesConfiguration Management Library")] +[assembly: AssemblyDescription("Provides Microsoft Azure KubernetesConfiguration management operations including the ability to create, update and delete runbooks and schedules.")] + +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("Microsoft Azure .NET SDK")] +[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: NeutralResourcesLanguage("en")] \ No newline at end of file diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/generate.ps1 b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/generate.ps1 index fef7483cba9a..4bbfe983f1e6 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/generate.ps1 +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/src/generate.ps1 @@ -1 +1 @@ -Start-AutoRestCodeGeneration -ResourceProvider "kubernetesconfiguration/resource-manager" -AutoRestVersion "v2" -AutoRestCodeGenerationFlags --opt-in-extensible-enums +Start-AutoRestCodeGeneration -ResourceProvider "kubernetesconfiguration/resource-manager" -AutoRestVersion "v2" diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/ScenarioTests/SourceControlConfigurationTests.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/ScenarioTests/SourceControlConfigurationTests.cs index 2d859fbf7817..4063ce175c18 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/ScenarioTests/SourceControlConfigurationTests.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/ScenarioTests/SourceControlConfigurationTests.cs @@ -4,6 +4,7 @@ namespace KubernetesConfiguration.Tests.ScenarioTests { using System.Linq; + using System.Collections.Generic; using Microsoft.Rest.ClientRuntime.Azure.TestFramework; using Xunit; using Microsoft.Azure.Management.KubernetesConfiguration.Models; @@ -16,10 +17,10 @@ public class SourceControlConfigurationTest public void CanCreateUpdateDeleteSourceControlConfiguration() { ClusterInfo cluster = new ClusterInfo( - name: "azure-arc5", + name: "nanthicluster0923", type: ClusterInfo.ClusterType.connectedClusters, location: "eastus2euap", - resourceGroup: "haikudevtesting" + resourceGroup: "nanthirg0923" ); SourceControlConfiguration configuration = new SourceControlConfiguration( @@ -30,8 +31,15 @@ public void CanCreateUpdateDeleteSourceControlConfiguration() operatorInstanceName: "netsdktestconfig01a-opin", operatorParams: "--git-readonly", operatorScope: "namespace", - enableHelmOperator: "true" - ); + enableHelmOperator: true, + helmOperatorProperties: new HelmOperatorProperties( + chartVersion: "1.2.0", + chartValues: "--set helm.versions=v3" + ), + configurationProtectedSettings: new Dictionary(){ + {"dummyArg", "ZHVtbXlQYXJhbQ=="} + } + ); using (var context = MockContext.Start(this.GetType())) { diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/SessionRecords/SourceControlConfigurationTest/CanCreateUpdateDeleteSourceControlConfiguration.json b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/SessionRecords/SourceControlConfigurationTest/CanCreateUpdateDeleteSourceControlConfiguration.json index fe32ac0febe5..82acc218951a 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/SessionRecords/SourceControlConfigurationTest/CanCreateUpdateDeleteSourceControlConfiguration.json +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/SessionRecords/SourceControlConfigurationTest/CanCreateUpdateDeleteSourceControlConfiguration.json @@ -1,60 +1,63 @@ { "Entries": [ { - "RequestUri": "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations?api-version=2019-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2Q0NWYyM2ItYjgzMi00ZmE0LWE0MzQtMWJmN2U2ZjE0YTVhL3Jlc291cmNlR3JvdXBzL2hhaWt1ZGV2dGVzdGluZy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvYXp1cmUtYXJjNS9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXNDb25maWd1cmF0aW9uL3NvdXJjZUNvbnRyb2xDb25maWd1cmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGU3NTA0NTctNTI1Mi00OTNlLTk1YTMtZTQwZTZhNDYwYmYwL3Jlc291cmNlR3JvdXBzL25hbnRoaXJnMDkyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvbmFudGhpY2x1c3RlcjA5MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5LdWJlcm5ldGVzQ29uZmlndXJhdGlvbi9zb3VyY2VDb250cm9sQ29uZmlndXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "d565be1d-91ef-4e17-9be6-ec4d7d3a54e2" + "ba69dd82-a1d4-4136-8fe1-69d981201b56" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/3.8.2.preview" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 May 2020 05:47:27 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "openresty/1.15.8.2" + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "12ee8c60-7192-411b-9941-280b9a6de6f6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "api-supported-versions": [ - "2019-11-01-Preview" + "2019-11-01-Preview, 2020-07-01-Preview, 2020-10-01-Preview, 2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "a133e9f4-ed0a-4f0e-8bcf-b14ef94e38d9" + "Server": [ + "openresty/1.15.8.2" ], "x-ms-correlation-request-id": [ - "a133e9f4-ed0a-4f0e-8bcf-b14ef94e38d9" + "12ee8c60-7192-411b-9941-280b9a6de6f6" ], "x-ms-routing-request-id": [ - "WESTUS:20200521T054728Z:a133e9f4-ed0a-4f0e-8bcf-b14ef94e38d9" + "WESTUS2:20210211T215259Z:12ee8c60-7192-411b-9941-280b9a6de6f6" + ], + "Date": [ + "Thu, 11 Feb 2021 21:52:58 GMT" ], "Content-Length": [ - "28" + "37472" ], "Content-Type": [ "application/json; charset=utf-8" @@ -63,67 +66,67 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/config0201a\",\r\n \"name\": \"config0201a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"config0201a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.6.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/config0201a/flux-get-started\",\r\n \"operatorInstanceName\": \"config0201a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"cluster\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-02-01T14:33:15.9187568-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-02-01T14:33:15.9187569-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/config0129a\",\r\n \"name\": \"config0129a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"config0129a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.6.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/config0403b/flux-get-started\",\r\n \"operatorInstanceName\": \"config0129a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-01-29T19:04:34.1530627-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-01-29T19:04:34.1530628-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/nanthiconfig1112a\",\r\n \"name\": \"nanthiconfig1112a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"nanthiconfig1112a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.3.0\",\r\n \"chartValues\": null\r\n },\r\n \"repositoryUrl\": \"git://github.com/config/flux-get-started\",\r\n \"operatorInstanceName\": \"nanthiconfig1112a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-11T11:49:16.6784352-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-01-08T15:18:45.3151525-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/nanthiconfig1211a\",\r\n \"name\": \"nanthiconfig1211a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"nanthiconfig1211a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.3.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git@github.com:config/flux-get-started\",\r\n \"operatorInstanceName\": \"nanthiconfig1211a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-12-11T11:44:41.7211153-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-12-11T11:44:41.7211154-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/testresfresf\",\r\n \"name\": \"testresfresf\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"testresfresf\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"htps://git.com\",\r\n \"operatorInstanceName\": \"testresfresf\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:18:29.6709798-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:18:29.67098-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/konfig\",\r\n \"name\": \"konfig\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"konfig\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://server.git\",\r\n \"operatorInstanceName\": \"konfig\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:14:38.0825694-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:14:38.0825695-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/test1\",\r\n \"name\": \"test1\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"test1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://server/repo.git\",\r\n \"operatorInstanceName\": \"test1\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:11:05.0728168-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:11:05.072817-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoe-private-ssh\",\r\n \"name\": \"angoe-private-ssh\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoe1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoe1\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-20T12:46:31.9551297-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-20T12:46:31.95513-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoehttps\",\r\n \"name\": \"angoehttps\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens3\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com/nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoeinst3\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:22:18.7835452-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:22:18.7835453-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoeknownhost1\",\r\n \"name\": \"angoeknownhost1\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"ssh://git@gitops-bitbucket-test-server.eastus.cloudapp.azure.com/git/gitops-privatehost-test.git\",\r\n \"operatorInstanceName\": \"angoeinst\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:18:11.3945084-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:18:11.3945085-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoetest2\",\r\n \"name\": \"angoetest2\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoeinst2\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:04:53.7538524-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:04:53.7538525-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/abhave-config\",\r\n \"name\": \"abhave-config\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"cluster-config\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"2020-11-12T06:34:20.763-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"Error: {Failed to provision protected parameters with sshPrivateKey is not a valid format for a private key} occurred while doing the operation : {Installing the operator} on the config\\\",\\\"ClusterState\\\":\\\"Failed the install of the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:abhave/test.git\",\r\n \"operatorInstanceName\": \"cluster-config\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"cluster\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVSgqwn3NnvIXAhxYNDCEerXaXMecrH8WPTSY1h4vc4/hi8gxwd1MDciIQLKQwPJgTomqvUjFl78o+p/5LNVoBO3flh+kkDoMz6+QMg7mnEJUyTen7LaKZiWVdlr9ZLKZ1ZRqCHK4s7cDX9/W1CUoTQ1BpO14gU3AgmjePRXc9+ClsjSx7A84iJuaA1JMMpvNm0jOsdg7Vep7HQ5VWG5AdlhDfRwLZrolxfepDVXGFJnnQPhwg0RlMdfJ2Iikf0Ja0Zy6iN39p7B1ECuuKiJb1AH+lVVKksirDvsqknQ5DNYnJAsIydWNl3Q2BDN7BGfdMiDsEp/8jNfChG0spoXEP\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T06:35:41.6291772-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoetest\",\r\n \"name\": \"angoetest\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"2020-11-12T06:34:20.432-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"Error: {Fluxctl failed with error Error: unknown flag: --flux-annotations\\\\nRun 'fluxctl install --help' for usage.\\\\n and exitcode 1} occurred while doing the operation : {Installing the operator} on the config\\\",\\\"ClusterState\\\":\\\"Failed the install of the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com/openconfig/public.git\",\r\n \"operatorInstanceName\": \"angoetestinstance\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T06:35:29.9921539-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/httpsnoauth\",\r\n \"name\": \"httpsnoauth\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"httpsno\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Installed\",\r\n \"lastConfigApplied\": \"2020-11-11T13:44:11.31-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"ts=2020-11-11T17:37:54.84130606Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone709965210'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:42:54.848348051Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone233833421'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:47:54.85508192Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone672657347'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:52:54.862749547Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone734694546'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:57:54.870430763Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone861889792'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:02:54.883867844Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone509693723'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:07:54.88995118Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone052617866'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:12:54.900492016Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone864798264'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:17:54.908327508Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone506188659'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:22:54.915882104Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone760278265'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:27:54.924393055Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone026710640'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:32:54.931852056Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone093458350'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:37:54.940619996Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone238332049'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:42:54.948663503Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone638602152'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:47:54.956549543Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone402501411'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:52:54.966336256Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone063927922'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:57:54.9749401Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone750268384'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:02:54.984323187Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone001061499'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:07:54.992447958Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone008161386'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:12:55.00004702Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone771133789'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:17:55.008544519Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone825275972'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:22:55.015516209Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone981422671'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:27:55.024330324Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone255835253'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:32:55.0316085Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone869535484'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:37:55.038439545Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone123336743'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:42:55.045929155Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone875617382'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:47:55.055080528Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone129497193'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:52:55.062021027Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone622015520'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:57:55.068919165Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone226550203'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:02:55.083115767Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone350432769'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:07:55.090656772Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone615803736'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:12:55.100496703Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone063559187'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:17:55.109681081Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone368557721'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:22:55.118765808Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone428548496'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:27:55.127820926Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone418903915'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:32:55.135396953Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone023609754'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:37:55.14345376Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone020192456'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:42:55.150496695Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone970516931'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:47:55.159119195Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone844294857'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:52:55.167144375Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone874617600'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:57:55.176966865Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone623181595'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:02:55.184699566Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone113855626'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:07:55.190629686Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone965462269'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:12:55.198452904Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone572632932'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:17:55.205106784Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone958550767'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:22:55.213219167Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone972495893'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:27:55.223801341Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone364305611'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:32:55.232342314Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone970131834'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:37:55.239704052Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone166880301'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:42:55.256182635Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone090548692'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\n\\\",\\\"ClusterState\\\":\\\"{\\\\\\\"flux-operator\\\\\\\":\\\\\\\"Successfully installed the operator\\\\\\\",\\\\\\\"helm-operator\\\\\\\":\\\\\\\"Downloading client succeeded \\\\\\\"}\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com\",\r\n \"operatorInstanceName\": \"httpsnoauth\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-10-27T02:55:23.0192813-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-11T13:45:03.4983907-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/abhave5\",\r\n \"name\": \"abhave5\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"abhave5\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Installed\",\r\n \"lastConfigApplied\": \"2020-11-11T13:44:28.868-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"ts=2020-11-11T21:44:38.554800927Z caller=main.go:259 version=1.20.0\\\\nts=2020-11-11T21:44:38.554869732Z caller=main.go:284 warning=\\\\\\\"--git-readonly prevents use of --sync-state=git. Forcing to --sync-state=secret\\\\\\\"\\\\nts=2020-11-11T21:44:38.554925937Z caller=main.go:303 warning=\\\\\\\"configuring any of {git-user} has no effect when --git-readonly is set\\\\\\\"\\\\nts=2020-11-11T21:44:38.554981141Z caller=main.go:412 msg=\\\\\\\"using kube config: \\\\\\\\\\\\\\\"/root/.kube/config\\\\\\\\\\\\\\\" to connect to the cluster\\\\\\\"\\\\nts=2020-11-11T21:44:39.06544026Z caller=main.go:492 component=cluster identity=/var/fluxd/keygen/identity\\\\nts=2020-11-11T21:44:39.065489764Z caller=main.go:493 component=cluster identity.pub=\\\\\\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoYmTKf728gLg/IFwMQUkTKzIGNXe0B+Q8Irzsjy+sWaPV3XFPEYcfUTmlQZSr+Bjag4ZJI0WemLSvvdlFiSi/Khz65rlU8V1YjID0BgYALAu3vZVonQno0nZYOepoizUK9AlnScjyXS7wHmAC2iJ/tNshk+dce958k0r74iHNkwDDFE5jEyIzelJ9NvpU6q32KRacl/7lCyhSSR/IrEad3ieHmYw/UnmThxGj8ADBbIyiQc6xOjBImCOwp2H+ZZ+9jInofK9nZkKihKVLc7Bn0J0182tvpz7eJ9XHgZV/VsxV1W7Dbe1IujzLuFTVRcWPXnTVSX0mvVpEg6Nrrg5zmf2llcWqs5XLJXs6VOZ5Y9sbBU2vxjLQq38Sp4CFzD3NE5fnFyGHllJE4Sxsdnl3rlc5FWk66xsGhEKcWmDGQ7y3OSYpgXnTztGApWdKw8aUZeCzDO5T+tYCbhZ8njEOq2mYe4325+uLNfIFhodH9pEZ7505hjRo6ePrgPM25b0= root@abhave5-669cdb6965-wzk2b\\\\\\\"\\\\nts=2020-11-11T21:44:39.065525167Z caller=main.go:498 host=https://10.0.0.1:443 version=kubernetes-v1.15.11\\\\nts=2020-11-11T21:44:39.065588472Z caller=main.go:510 kubectl=/usr/local/bin/kubectl\\\\nts=2020-11-11T21:44:39.067138195Z caller=main.go:527 ping=true\\\\nts=2020-11-11T21:44:39.070479061Z caller=main.go:666 url=ssh://git@github.com/abhave/test.git user=Flux email=support@weave.works signing-key= verify-signatures-mode=none sync-tag=flux state=secret readonly=true registry-disable-scanning=false notes-ref=flux set-author=false git-secret=false sops=false\\\\nts=2020-11-11T21:44:39.074000941Z caller=main.go:751 component=upstream URL=ws://flux-logs-agent.azure-arc/abhave5/abhave5\\\\nts=2020-11-11T21:44:39.076353129Z caller=main.go:803 metrics-addr=:3031\\\\nts=2020-11-11T21:44:39.079216156Z caller=upstream.go:133 component=upstream connecting=true\\\\nts=2020-11-11T21:44:39.080633269Z caller=loop.go:62 component=sync-loop info=\\\\\\\"Repo is read-only; no image updates will be attempted\\\\\\\"\\\\nts=2020-11-11T21:44:39.088902827Z caller=main.go:795 addr=:3030\\\\nts=2020-11-11T21:44:39.115367933Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git repo has not been cloned yet\\\\\\\"\\\\nts=2020-11-11T21:44:39.119145534Z caller=upstream.go:147 component=upstream connected=true\\\\nts=2020-11-11T21:44:39.645875048Z caller=checkpoint.go:21 component=checkpoint msg=\\\\\\\"update available\\\\\\\" latest=1.20.1 URL=https://github.com/fluxcd/flux/releases/tag/1.20.1\\\\n\\\",\\\"ClusterState\\\":\\\"Successfully installed the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"\",\r\n \"chartValues\": null\r\n },\r\n \"repositoryUrl\": \"git@github.com:abhave/test.git\",\r\n \"operatorInstanceName\": \"abhave5\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoYmTKf728gLg/IFwMQUkTKzIGNXe0B+Q8Irzsjy+sWaPV3XFPEYcfUTmlQZSr+Bjag4ZJI0WemLSvvdlFiSi/Khz65rlU8V1YjID0BgYALAu3vZVonQno0nZYOepoizUK9AlnScjyXS7wHmAC2iJ/tNshk+dce958k0r74iHNkwDDFE5jEyIzelJ9NvpU6q32KRacl/7lCyhSSR/IrEad3ieHmYw/UnmThxGj8ADBbIyiQc6xOjBImCOwp2H+ZZ+9jInofK9nZkKihKVLc7Bn0J0182tvpz7eJ9XHgZV/VsxV1W7Dbe1IujzLuFTVRcWPXnTVSX0mvVpEg6Nrrg5zmf2llcWqs5XLJXs6VOZ5Y9sbBU2vxjLQq38Sp4CFzD3NE5fnFyGHllJE4Sxsdnl3rlc5FWk66xsGhEKcWmDGQ7y3OSYpgXnTztGApWdKw8aUZeCzDO5T+tYCbhZ8njEOq2mYe4325+uLNfIFhodH9pEZ7505hjRo6ePrgPM25b0= root@abhave5-669cdb6965-wzk2b\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-11T13:45:02.1828816-08:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations?api-version=2019-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2Q0NWYyM2ItYjgzMi00ZmE0LWE0MzQtMWJmN2U2ZjE0YTVhL3Jlc291cmNlR3JvdXBzL2hhaWt1ZGV2dGVzdGluZy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvYXp1cmUtYXJjNS9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXNDb25maWd1cmF0aW9uL3NvdXJjZUNvbnRyb2xDb25maWd1cmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGU3NTA0NTctNTI1Mi00OTNlLTk1YTMtZTQwZTZhNDYwYmYwL3Jlc291cmNlR3JvdXBzL25hbnRoaXJnMDkyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvbmFudGhpY2x1c3RlcjA5MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5LdWJlcm5ldGVzQ29uZmlndXJhdGlvbi9zb3VyY2VDb250cm9sQ29uZmlndXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "481f8689-7bbf-4c69-b178-c779dd60c7ca" + "7c37f7c5-e8ea-4d92-8a83-bd566ba95661" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/3.8.2.preview" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 May 2020 05:47:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "openresty/1.15.8.2" - ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "b252b58c-ce13-413f-ad20-25482be75326" + "f066b60a-eca2-4e5c-acb6-1824ac876fd6" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "api-supported-versions": [ - "2019-11-01-Preview" + "2019-11-01-Preview, 2020-07-01-Preview, 2020-10-01-Preview, 2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "openresty/1.15.8.2" + ], "x-ms-correlation-request-id": [ - "b252b58c-ce13-413f-ad20-25482be75326" + "f066b60a-eca2-4e5c-acb6-1824ac876fd6" ], "x-ms-routing-request-id": [ - "WESTUS:20200521T054729Z:b252b58c-ce13-413f-ad20-25482be75326" + "WESTUS2:20210211T215302Z:f066b60a-eca2-4e5c-acb6-1824ac876fd6" + ], + "Date": [ + "Thu, 11 Feb 2021 21:53:01 GMT" ], "Content-Length": [ - "1001" + "38705" ], "Content-Type": [ "application/json; charset=utf-8" @@ -132,64 +135,67 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a\",\r\n \"name\": \"netsdktestconfig01a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Pending\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": 3\r\n },\r\n \"enableHelmOperator\": true,\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"repositoryPublicKey\": \"\",\r\n \"configKind\": 0,\r\n \"createdDate\": \"2020-05-20T22:47:28.9579829-07:00\",\r\n \"lastModifiedDate\": \"2020-05-20T22:47:28.957983-07:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a\",\r\n \"name\": \"netsdktestconfig01a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Pending\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"1.2.0\",\r\n \"chartValues\": \"--set helm.versions=v3\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-02-11T13:53:00.7788858-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-02-11T13:53:00.7788859-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/config0201a\",\r\n \"name\": \"config0201a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"config0201a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.6.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/config0201a/flux-get-started\",\r\n \"operatorInstanceName\": \"config0201a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"cluster\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-02-01T14:33:15.9187568-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-02-01T14:33:15.9187569-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/config0129a\",\r\n \"name\": \"config0129a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"config0129a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.6.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/config0403b/flux-get-started\",\r\n \"operatorInstanceName\": \"config0129a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-01-29T19:04:34.1530627-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-01-29T19:04:34.1530628-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/nanthiconfig1112a\",\r\n \"name\": \"nanthiconfig1112a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"nanthiconfig1112a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.3.0\",\r\n \"chartValues\": null\r\n },\r\n \"repositoryUrl\": \"git://github.com/config/flux-get-started\",\r\n \"operatorInstanceName\": \"nanthiconfig1112a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-11T11:49:16.6784352-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-01-08T15:18:45.3151525-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/nanthiconfig1211a\",\r\n \"name\": \"nanthiconfig1211a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"nanthiconfig1211a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.3.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git@github.com:config/flux-get-started\",\r\n \"operatorInstanceName\": \"nanthiconfig1211a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-12-11T11:44:41.7211153-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-12-11T11:44:41.7211154-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/testresfresf\",\r\n \"name\": \"testresfresf\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"testresfresf\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"htps://git.com\",\r\n \"operatorInstanceName\": \"testresfresf\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:18:29.6709798-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:18:29.67098-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/konfig\",\r\n \"name\": \"konfig\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"konfig\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://server.git\",\r\n \"operatorInstanceName\": \"konfig\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:14:38.0825694-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:14:38.0825695-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/test1\",\r\n \"name\": \"test1\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"test1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://server/repo.git\",\r\n \"operatorInstanceName\": \"test1\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:11:05.0728168-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:11:05.072817-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoe-private-ssh\",\r\n \"name\": \"angoe-private-ssh\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoe1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoe1\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-20T12:46:31.9551297-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-20T12:46:31.95513-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoehttps\",\r\n \"name\": \"angoehttps\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens3\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com/nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoeinst3\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:22:18.7835452-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:22:18.7835453-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoeknownhost1\",\r\n \"name\": \"angoeknownhost1\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"ssh://git@gitops-bitbucket-test-server.eastus.cloudapp.azure.com/git/gitops-privatehost-test.git\",\r\n \"operatorInstanceName\": \"angoeinst\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:18:11.3945084-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:18:11.3945085-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoetest2\",\r\n \"name\": \"angoetest2\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoeinst2\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:04:53.7538524-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:04:53.7538525-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/abhave-config\",\r\n \"name\": \"abhave-config\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"cluster-config\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"2020-11-12T06:34:20.763-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"Error: {Failed to provision protected parameters with sshPrivateKey is not a valid format for a private key} occurred while doing the operation : {Installing the operator} on the config\\\",\\\"ClusterState\\\":\\\"Failed the install of the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:abhave/test.git\",\r\n \"operatorInstanceName\": \"cluster-config\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"cluster\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVSgqwn3NnvIXAhxYNDCEerXaXMecrH8WPTSY1h4vc4/hi8gxwd1MDciIQLKQwPJgTomqvUjFl78o+p/5LNVoBO3flh+kkDoMz6+QMg7mnEJUyTen7LaKZiWVdlr9ZLKZ1ZRqCHK4s7cDX9/W1CUoTQ1BpO14gU3AgmjePRXc9+ClsjSx7A84iJuaA1JMMpvNm0jOsdg7Vep7HQ5VWG5AdlhDfRwLZrolxfepDVXGFJnnQPhwg0RlMdfJ2Iikf0Ja0Zy6iN39p7B1ECuuKiJb1AH+lVVKksirDvsqknQ5DNYnJAsIydWNl3Q2BDN7BGfdMiDsEp/8jNfChG0spoXEP\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T06:35:41.6291772-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoetest\",\r\n \"name\": \"angoetest\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"2020-11-12T06:34:20.432-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"Error: {Fluxctl failed with error Error: unknown flag: --flux-annotations\\\\nRun 'fluxctl install --help' for usage.\\\\n and exitcode 1} occurred while doing the operation : {Installing the operator} on the config\\\",\\\"ClusterState\\\":\\\"Failed the install of the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com/openconfig/public.git\",\r\n \"operatorInstanceName\": \"angoetestinstance\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T06:35:29.9921539-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/httpsnoauth\",\r\n \"name\": \"httpsnoauth\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"httpsno\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Installed\",\r\n \"lastConfigApplied\": \"2020-11-11T13:44:11.31-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"ts=2020-11-11T17:37:54.84130606Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone709965210'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:42:54.848348051Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone233833421'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:47:54.85508192Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone672657347'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:52:54.862749547Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone734694546'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:57:54.870430763Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone861889792'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:02:54.883867844Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone509693723'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:07:54.88995118Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone052617866'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:12:54.900492016Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone864798264'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:17:54.908327508Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone506188659'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:22:54.915882104Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone760278265'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:27:54.924393055Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone026710640'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:32:54.931852056Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone093458350'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:37:54.940619996Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone238332049'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:42:54.948663503Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone638602152'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:47:54.956549543Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone402501411'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:52:54.966336256Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone063927922'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:57:54.9749401Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone750268384'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:02:54.984323187Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone001061499'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:07:54.992447958Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone008161386'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:12:55.00004702Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone771133789'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:17:55.008544519Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone825275972'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:22:55.015516209Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone981422671'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:27:55.024330324Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone255835253'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:32:55.0316085Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone869535484'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:37:55.038439545Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone123336743'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:42:55.045929155Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone875617382'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:47:55.055080528Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone129497193'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:52:55.062021027Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone622015520'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:57:55.068919165Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone226550203'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:02:55.083115767Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone350432769'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:07:55.090656772Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone615803736'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:12:55.100496703Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone063559187'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:17:55.109681081Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone368557721'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:22:55.118765808Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone428548496'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:27:55.127820926Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone418903915'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:32:55.135396953Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone023609754'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:37:55.14345376Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone020192456'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:42:55.150496695Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone970516931'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:47:55.159119195Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone844294857'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:52:55.167144375Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone874617600'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:57:55.176966865Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone623181595'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:02:55.184699566Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone113855626'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:07:55.190629686Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone965462269'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:12:55.198452904Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone572632932'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:17:55.205106784Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone958550767'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:22:55.213219167Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone972495893'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:27:55.223801341Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone364305611'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:32:55.232342314Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone970131834'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:37:55.239704052Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone166880301'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:42:55.256182635Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone090548692'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\n\\\",\\\"ClusterState\\\":\\\"{\\\\\\\"flux-operator\\\\\\\":\\\\\\\"Successfully installed the operator\\\\\\\",\\\\\\\"helm-operator\\\\\\\":\\\\\\\"Downloading client succeeded \\\\\\\"}\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com\",\r\n \"operatorInstanceName\": \"httpsnoauth\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-10-27T02:55:23.0192813-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-11T13:45:03.4983907-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/abhave5\",\r\n \"name\": \"abhave5\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"abhave5\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Installed\",\r\n \"lastConfigApplied\": \"2020-11-11T13:44:28.868-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"ts=2020-11-11T21:44:38.554800927Z caller=main.go:259 version=1.20.0\\\\nts=2020-11-11T21:44:38.554869732Z caller=main.go:284 warning=\\\\\\\"--git-readonly prevents use of --sync-state=git. Forcing to --sync-state=secret\\\\\\\"\\\\nts=2020-11-11T21:44:38.554925937Z caller=main.go:303 warning=\\\\\\\"configuring any of {git-user} has no effect when --git-readonly is set\\\\\\\"\\\\nts=2020-11-11T21:44:38.554981141Z caller=main.go:412 msg=\\\\\\\"using kube config: \\\\\\\\\\\\\\\"/root/.kube/config\\\\\\\\\\\\\\\" to connect to the cluster\\\\\\\"\\\\nts=2020-11-11T21:44:39.06544026Z caller=main.go:492 component=cluster identity=/var/fluxd/keygen/identity\\\\nts=2020-11-11T21:44:39.065489764Z caller=main.go:493 component=cluster identity.pub=\\\\\\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoYmTKf728gLg/IFwMQUkTKzIGNXe0B+Q8Irzsjy+sWaPV3XFPEYcfUTmlQZSr+Bjag4ZJI0WemLSvvdlFiSi/Khz65rlU8V1YjID0BgYALAu3vZVonQno0nZYOepoizUK9AlnScjyXS7wHmAC2iJ/tNshk+dce958k0r74iHNkwDDFE5jEyIzelJ9NvpU6q32KRacl/7lCyhSSR/IrEad3ieHmYw/UnmThxGj8ADBbIyiQc6xOjBImCOwp2H+ZZ+9jInofK9nZkKihKVLc7Bn0J0182tvpz7eJ9XHgZV/VsxV1W7Dbe1IujzLuFTVRcWPXnTVSX0mvVpEg6Nrrg5zmf2llcWqs5XLJXs6VOZ5Y9sbBU2vxjLQq38Sp4CFzD3NE5fnFyGHllJE4Sxsdnl3rlc5FWk66xsGhEKcWmDGQ7y3OSYpgXnTztGApWdKw8aUZeCzDO5T+tYCbhZ8njEOq2mYe4325+uLNfIFhodH9pEZ7505hjRo6ePrgPM25b0= root@abhave5-669cdb6965-wzk2b\\\\\\\"\\\\nts=2020-11-11T21:44:39.065525167Z caller=main.go:498 host=https://10.0.0.1:443 version=kubernetes-v1.15.11\\\\nts=2020-11-11T21:44:39.065588472Z caller=main.go:510 kubectl=/usr/local/bin/kubectl\\\\nts=2020-11-11T21:44:39.067138195Z caller=main.go:527 ping=true\\\\nts=2020-11-11T21:44:39.070479061Z caller=main.go:666 url=ssh://git@github.com/abhave/test.git user=Flux email=support@weave.works signing-key= verify-signatures-mode=none sync-tag=flux state=secret readonly=true registry-disable-scanning=false notes-ref=flux set-author=false git-secret=false sops=false\\\\nts=2020-11-11T21:44:39.074000941Z caller=main.go:751 component=upstream URL=ws://flux-logs-agent.azure-arc/abhave5/abhave5\\\\nts=2020-11-11T21:44:39.076353129Z caller=main.go:803 metrics-addr=:3031\\\\nts=2020-11-11T21:44:39.079216156Z caller=upstream.go:133 component=upstream connecting=true\\\\nts=2020-11-11T21:44:39.080633269Z caller=loop.go:62 component=sync-loop info=\\\\\\\"Repo is read-only; no image updates will be attempted\\\\\\\"\\\\nts=2020-11-11T21:44:39.088902827Z caller=main.go:795 addr=:3030\\\\nts=2020-11-11T21:44:39.115367933Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git repo has not been cloned yet\\\\\\\"\\\\nts=2020-11-11T21:44:39.119145534Z caller=upstream.go:147 component=upstream connected=true\\\\nts=2020-11-11T21:44:39.645875048Z caller=checkpoint.go:21 component=checkpoint msg=\\\\\\\"update available\\\\\\\" latest=1.20.1 URL=https://github.com/fluxcd/flux/releases/tag/1.20.1\\\\n\\\",\\\"ClusterState\\\":\\\"Successfully installed the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"\",\r\n \"chartValues\": null\r\n },\r\n \"repositoryUrl\": \"git@github.com:abhave/test.git\",\r\n \"operatorInstanceName\": \"abhave5\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoYmTKf728gLg/IFwMQUkTKzIGNXe0B+Q8Irzsjy+sWaPV3XFPEYcfUTmlQZSr+Bjag4ZJI0WemLSvvdlFiSi/Khz65rlU8V1YjID0BgYALAu3vZVonQno0nZYOepoizUK9AlnScjyXS7wHmAC2iJ/tNshk+dce958k0r74iHNkwDDFE5jEyIzelJ9NvpU6q32KRacl/7lCyhSSR/IrEad3ieHmYw/UnmThxGj8ADBbIyiQc6xOjBImCOwp2H+ZZ+9jInofK9nZkKihKVLc7Bn0J0182tvpz7eJ9XHgZV/VsxV1W7Dbe1IujzLuFTVRcWPXnTVSX0mvVpEg6Nrrg5zmf2llcWqs5XLJXs6VOZ5Y9sbBU2vxjLQq38Sp4CFzD3NE5fnFyGHllJE4Sxsdnl3rlc5FWk66xsGhEKcWmDGQ7y3OSYpgXnTztGApWdKw8aUZeCzDO5T+tYCbhZ8njEOq2mYe4325+uLNfIFhodH9pEZ7505hjRo6ePrgPM25b0= root@abhave5-669cdb6965-wzk2b\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-11T13:45:02.1828816-08:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations?api-version=2019-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2Q0NWYyM2ItYjgzMi00ZmE0LWE0MzQtMWJmN2U2ZjE0YTVhL3Jlc291cmNlR3JvdXBzL2hhaWt1ZGV2dGVzdGluZy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvYXp1cmUtYXJjNS9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXNDb25maWd1cmF0aW9uL3NvdXJjZUNvbnRyb2xDb25maWd1cmF0aW9ucz9hcGktdmVyc2lvbj0yMDE5LTExLTAxLXByZXZpZXc=", + "RequestUri": "/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGU3NTA0NTctNTI1Mi00OTNlLTk1YTMtZTQwZTZhNDYwYmYwL3Jlc291cmNlR3JvdXBzL25hbnRoaXJnMDkyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvbmFudGhpY2x1c3RlcjA5MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5LdWJlcm5ldGVzQ29uZmlndXJhdGlvbi9zb3VyY2VDb250cm9sQ29uZmlndXJhdGlvbnM/YXBpLXZlcnNpb249MjAyMS0wMy0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4e3d1e12-b27e-4a58-980e-506ee6015916" + "6704f0b9-502c-4ffc-98c9-0214db6f774e" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/3.8.2.preview" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 May 2020 05:47:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "openresty/1.15.8.2" + "Vary": [ + "Accept-Encoding" + ], + "x-ms-request-id": [ + "3c841b7f-75ff-4b29-bcff-aadcc48cd559" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "api-supported-versions": [ - "2019-11-01-Preview" + "2019-11-01-Preview, 2020-07-01-Preview, 2020-10-01-Preview, 2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], - "x-ms-request-id": [ - "8ee236bc-919c-4e19-888b-1339032dea96" + "Server": [ + "openresty/1.15.8.2" ], "x-ms-correlation-request-id": [ - "8ee236bc-919c-4e19-888b-1339032dea96" + "3c841b7f-75ff-4b29-bcff-aadcc48cd559" ], "x-ms-routing-request-id": [ - "WESTUS:20200521T054730Z:8ee236bc-919c-4e19-888b-1339032dea96" + "WESTUS2:20210211T215303Z:3c841b7f-75ff-4b29-bcff-aadcc48cd559" + ], + "Date": [ + "Thu, 11 Feb 2021 21:53:02 GMT" ], "Content-Length": [ - "28" + "37472" ], "Content-Type": [ "application/json; charset=utf-8" @@ -198,49 +204,43 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [],\r\n \"nextLink\": null\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/config0201a\",\r\n \"name\": \"config0201a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"config0201a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.6.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/config0201a/flux-get-started\",\r\n \"operatorInstanceName\": \"config0201a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"cluster\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-02-01T14:33:15.9187568-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-02-01T14:33:15.9187569-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/config0129a\",\r\n \"name\": \"config0129a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"config0129a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.6.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/config0403b/flux-get-started\",\r\n \"operatorInstanceName\": \"config0129a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-01-29T19:04:34.1530627-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-01-29T19:04:34.1530628-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/nanthiconfig1112a\",\r\n \"name\": \"nanthiconfig1112a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"nanthiconfig1112a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.3.0\",\r\n \"chartValues\": null\r\n },\r\n \"repositoryUrl\": \"git://github.com/config/flux-get-started\",\r\n \"operatorInstanceName\": \"nanthiconfig1112a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-11T11:49:16.6784352-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-01-08T15:18:45.3151525-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/nanthiconfig1211a\",\r\n \"name\": \"nanthiconfig1211a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"nanthiconfig1211a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"0.3.0\",\r\n \"chartValues\": \"\"\r\n },\r\n \"repositoryUrl\": \"git@github.com:config/flux-get-started\",\r\n \"operatorInstanceName\": \"nanthiconfig1211a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly --git-poll-interval=1m\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-12-11T11:44:41.7211153-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-12-11T11:44:41.7211154-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/testresfresf\",\r\n \"name\": \"testresfresf\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"testresfresf\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"htps://git.com\",\r\n \"operatorInstanceName\": \"testresfresf\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:18:29.6709798-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:18:29.67098-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/konfig\",\r\n \"name\": \"konfig\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"konfig\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://server.git\",\r\n \"operatorInstanceName\": \"konfig\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:14:38.0825694-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:14:38.0825695-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/test1\",\r\n \"name\": \"test1\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"test1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://server/repo.git\",\r\n \"operatorInstanceName\": \"test1\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-25T06:11:05.0728168-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-25T06:11:05.072817-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoe-private-ssh\",\r\n \"name\": \"angoe-private-ssh\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoe1\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoe1\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-20T12:46:31.9551297-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-20T12:46:31.95513-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoehttps\",\r\n \"name\": \"angoehttps\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens3\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com/nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoeinst3\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:22:18.7835452-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:22:18.7835453-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoeknownhost1\",\r\n \"name\": \"angoeknownhost1\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"ssh://git@gitops-bitbucket-test-server.eastus.cloudapp.azure.com/git/gitops-privatehost-test.git\",\r\n \"operatorInstanceName\": \"angoeinst\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:18:11.3945084-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:18:11.3945085-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoetest2\",\r\n \"name\": \"angoetest2\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens2\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:nizlati/private-vote-sample.git\",\r\n \"operatorInstanceName\": \"angoeinst2\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"Namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-11-12T15:04:53.7538524-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T15:04:53.7538525-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/abhave-config\",\r\n \"name\": \"abhave-config\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"cluster-config\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"2020-11-12T06:34:20.763-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"Error: {Failed to provision protected parameters with sshPrivateKey is not a valid format for a private key} occurred while doing the operation : {Installing the operator} on the config\\\",\\\"ClusterState\\\":\\\"Failed the install of the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"git@github.com:abhave/test.git\",\r\n \"operatorInstanceName\": \"cluster-config\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"cluster\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCVSgqwn3NnvIXAhxYNDCEerXaXMecrH8WPTSY1h4vc4/hi8gxwd1MDciIQLKQwPJgTomqvUjFl78o+p/5LNVoBO3flh+kkDoMz6+QMg7mnEJUyTen7LaKZiWVdlr9ZLKZ1ZRqCHK4s7cDX9/W1CUoTQ1BpO14gU3AgmjePRXc9+ClsjSx7A84iJuaA1JMMpvNm0jOsdg7Vep7HQ5VWG5AdlhDfRwLZrolxfepDVXGFJnnQPhwg0RlMdfJ2Iikf0Ja0Zy6iN39p7B1ECuuKiJb1AH+lVVKksirDvsqknQ5DNYnJAsIydWNl3Q2BDN7BGfdMiDsEp/8jNfChG0spoXEP\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T06:35:41.6291772-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/angoetest\",\r\n \"name\": \"angoetest\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"angoens\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Failed\",\r\n \"lastConfigApplied\": \"2020-11-12T06:34:20.432-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"Error: {Fluxctl failed with error Error: unknown flag: --flux-annotations\\\\nRun 'fluxctl install --help' for usage.\\\\n and exitcode 1} occurred while doing the operation : {Installing the operator} on the config\\\",\\\"ClusterState\\\":\\\"Failed the install of the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com/openconfig/public.git\",\r\n \"operatorInstanceName\": \"angoetestinstance\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": \"\",\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-12T06:35:29.9921539-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/httpsnoauth\",\r\n \"name\": \"httpsnoauth\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"httpsno\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Installed\",\r\n \"lastConfigApplied\": \"2020-11-11T13:44:11.31-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"ts=2020-11-11T17:37:54.84130606Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone709965210'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:42:54.848348051Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone233833421'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:47:54.85508192Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone672657347'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:52:54.862749547Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone734694546'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T17:57:54.870430763Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone861889792'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:02:54.883867844Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone509693723'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:07:54.88995118Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone052617866'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:12:54.900492016Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone864798264'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:17:54.908327508Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone506188659'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:22:54.915882104Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone760278265'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:27:54.924393055Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone026710640'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:32:54.931852056Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone093458350'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:37:54.940619996Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone238332049'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:42:54.948663503Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone638602152'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:47:54.956549543Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone402501411'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:52:54.966336256Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone063927922'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T18:57:54.9749401Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone750268384'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:02:54.984323187Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone001061499'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:07:54.992447958Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone008161386'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:12:55.00004702Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone771133789'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:17:55.008544519Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone825275972'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:22:55.015516209Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone981422671'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:27:55.024330324Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone255835253'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:32:55.0316085Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone869535484'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:37:55.038439545Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone123336743'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:42:55.045929155Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone875617382'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:47:55.055080528Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone129497193'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:52:55.062021027Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone622015520'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T19:57:55.068919165Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone226550203'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:02:55.083115767Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone350432769'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:07:55.090656772Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone615803736'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:12:55.100496703Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone063559187'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:17:55.109681081Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone368557721'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:22:55.118765808Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone428548496'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:27:55.127820926Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone418903915'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:32:55.135396953Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone023609754'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:37:55.14345376Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone020192456'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:42:55.150496695Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone970516931'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:47:55.159119195Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone844294857'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:52:55.167144375Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone874617600'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T20:57:55.176966865Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone623181595'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:02:55.184699566Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone113855626'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:07:55.190629686Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone965462269'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:12:55.198452904Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone572632932'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:17:55.205106784Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone958550767'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:22:55.213219167Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone972495893'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:27:55.223801341Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone364305611'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:32:55.232342314Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone970131834'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:37:55.239704052Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone166880301'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\nts=2020-11-11T21:42:55.256182635Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git clone --mirror: fatal: repository 'https://github.com/' not found, full output:\\\\\\\\n Cloning into bare repository '/tmp/flux-gitclone090548692'...\\\\\\\\nfatal: repository 'https://github.com/' not found\\\\\\\\n\\\\\\\"\\\\n\\\",\\\"ClusterState\\\":\\\"{\\\\\\\"flux-operator\\\\\\\":\\\\\\\"Successfully installed the operator\\\\\\\",\\\\\\\"helm-operator\\\\\\\":\\\\\\\"Downloading client succeeded \\\\\\\"}\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": false,\r\n \"repositoryUrl\": \"https://github.com\",\r\n \"operatorInstanceName\": \"httpsnoauth\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2020-10-27T02:55:23.0192813-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-11T13:45:03.4983907-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/abhave5\",\r\n \"name\": \"abhave5\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"abhave5\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Installed\",\r\n \"lastConfigApplied\": \"2020-11-11T13:44:28.868-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":\\\"ts=2020-11-11T21:44:38.554800927Z caller=main.go:259 version=1.20.0\\\\nts=2020-11-11T21:44:38.554869732Z caller=main.go:284 warning=\\\\\\\"--git-readonly prevents use of --sync-state=git. Forcing to --sync-state=secret\\\\\\\"\\\\nts=2020-11-11T21:44:38.554925937Z caller=main.go:303 warning=\\\\\\\"configuring any of {git-user} has no effect when --git-readonly is set\\\\\\\"\\\\nts=2020-11-11T21:44:38.554981141Z caller=main.go:412 msg=\\\\\\\"using kube config: \\\\\\\\\\\\\\\"/root/.kube/config\\\\\\\\\\\\\\\" to connect to the cluster\\\\\\\"\\\\nts=2020-11-11T21:44:39.06544026Z caller=main.go:492 component=cluster identity=/var/fluxd/keygen/identity\\\\nts=2020-11-11T21:44:39.065489764Z caller=main.go:493 component=cluster identity.pub=\\\\\\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoYmTKf728gLg/IFwMQUkTKzIGNXe0B+Q8Irzsjy+sWaPV3XFPEYcfUTmlQZSr+Bjag4ZJI0WemLSvvdlFiSi/Khz65rlU8V1YjID0BgYALAu3vZVonQno0nZYOepoizUK9AlnScjyXS7wHmAC2iJ/tNshk+dce958k0r74iHNkwDDFE5jEyIzelJ9NvpU6q32KRacl/7lCyhSSR/IrEad3ieHmYw/UnmThxGj8ADBbIyiQc6xOjBImCOwp2H+ZZ+9jInofK9nZkKihKVLc7Bn0J0182tvpz7eJ9XHgZV/VsxV1W7Dbe1IujzLuFTVRcWPXnTVSX0mvVpEg6Nrrg5zmf2llcWqs5XLJXs6VOZ5Y9sbBU2vxjLQq38Sp4CFzD3NE5fnFyGHllJE4Sxsdnl3rlc5FWk66xsGhEKcWmDGQ7y3OSYpgXnTztGApWdKw8aUZeCzDO5T+tYCbhZ8njEOq2mYe4325+uLNfIFhodH9pEZ7505hjRo6ePrgPM25b0= root@abhave5-669cdb6965-wzk2b\\\\\\\"\\\\nts=2020-11-11T21:44:39.065525167Z caller=main.go:498 host=https://10.0.0.1:443 version=kubernetes-v1.15.11\\\\nts=2020-11-11T21:44:39.065588472Z caller=main.go:510 kubectl=/usr/local/bin/kubectl\\\\nts=2020-11-11T21:44:39.067138195Z caller=main.go:527 ping=true\\\\nts=2020-11-11T21:44:39.070479061Z caller=main.go:666 url=ssh://git@github.com/abhave/test.git user=Flux email=support@weave.works signing-key= verify-signatures-mode=none sync-tag=flux state=secret readonly=true registry-disable-scanning=false notes-ref=flux set-author=false git-secret=false sops=false\\\\nts=2020-11-11T21:44:39.074000941Z caller=main.go:751 component=upstream URL=ws://flux-logs-agent.azure-arc/abhave5/abhave5\\\\nts=2020-11-11T21:44:39.076353129Z caller=main.go:803 metrics-addr=:3031\\\\nts=2020-11-11T21:44:39.079216156Z caller=upstream.go:133 component=upstream connecting=true\\\\nts=2020-11-11T21:44:39.080633269Z caller=loop.go:62 component=sync-loop info=\\\\\\\"Repo is read-only; no image updates will be attempted\\\\\\\"\\\\nts=2020-11-11T21:44:39.088902827Z caller=main.go:795 addr=:3030\\\\nts=2020-11-11T21:44:39.115367933Z caller=loop.go:108 component=sync-loop err=\\\\\\\"git repo not ready: git repo has not been cloned yet\\\\\\\"\\\\nts=2020-11-11T21:44:39.119145534Z caller=upstream.go:147 component=upstream connected=true\\\\nts=2020-11-11T21:44:39.645875048Z caller=checkpoint.go:21 component=checkpoint msg=\\\\\\\"update available\\\\\\\" latest=1.20.1 URL=https://github.com/fluxcd/flux/releases/tag/1.20.1\\\\n\\\",\\\"ClusterState\\\":\\\"Successfully installed the operator\\\",\\\"LastGitCommitInformation\\\":\\\"\\\",\\\"MostRecentEventsFromFlux\\\":[],\\\"ErrorsInTheLastSynced\\\":\\\"\\\"}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"\",\r\n \"chartValues\": null\r\n },\r\n \"repositoryUrl\": \"git@github.com:abhave/test.git\",\r\n \"operatorInstanceName\": \"abhave5\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDoYmTKf728gLg/IFwMQUkTKzIGNXe0B+Q8Irzsjy+sWaPV3XFPEYcfUTmlQZSr+Bjag4ZJI0WemLSvvdlFiSi/Khz65rlU8V1YjID0BgYALAu3vZVonQno0nZYOepoizUK9AlnScjyXS7wHmAC2iJ/tNshk+dce958k0r74iHNkwDDFE5jEyIzelJ9NvpU6q32KRacl/7lCyhSSR/IrEad3ieHmYw/UnmThxGj8ADBbIyiQc6xOjBImCOwp2H+ZZ+9jInofK9nZkKihKVLc7Bn0J0182tvpz7eJ9XHgZV/VsxV1W7Dbe1IujzLuFTVRcWPXnTVSX0mvVpEg6Nrrg5zmf2llcWqs5XLJXs6VOZ5Y9sbBU2vxjLQq38Sp4CFzD3NE5fnFyGHllJE4Sxsdnl3rlc5FWk66xsGhEKcWmDGQ7y3OSYpgXnTztGApWdKw8aUZeCzDO5T+tYCbhZ8njEOq2mYe4325+uLNfIFhodH9pEZ7505hjRo6ePrgPM25b0= root@abhave5-669cdb6965-wzk2b\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2020-11-11T13:45:02.1828816-08:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": null\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a?api-version=2019-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2Q0NWYyM2ItYjgzMi00ZmE0LWE0MzQtMWJmN2U2ZjE0YTVhL3Jlc291cmNlR3JvdXBzL2hhaWt1ZGV2dGVzdGluZy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvYXp1cmUtYXJjNS9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXNDb25maWd1cmF0aW9uL3NvdXJjZUNvbnRyb2xDb25maWd1cmF0aW9ucy9uZXRzZGt0ZXN0Y29uZmlnMDFhP2FwaS12ZXJzaW9uPTIwMTktMTEtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGU3NTA0NTctNTI1Mi00OTNlLTk1YTMtZTQwZTZhNDYwYmYwL3Jlc291cmNlR3JvdXBzL25hbnRoaXJnMDkyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvbmFudGhpY2x1c3RlcjA5MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5LdWJlcm5ldGVzQ29uZmlndXJhdGlvbi9zb3VyY2VDb250cm9sQ29uZmlndXJhdGlvbnMvbmV0c2RrdGVzdGNvbmZpZzAxYT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"operatorScope\": \"namespace\",\r\n \"enableHelmOperator\": \"true\"\r\n }\r\n}", + "RequestBody": "{\r\n \"properties\": {\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"configurationProtectedSettings\": {\r\n \"dummyArg\": \"ZHVtbXlQYXJhbQ==\"\r\n },\r\n \"operatorScope\": \"namespace\",\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"1.2.0\",\r\n \"chartValues\": \"--set helm.versions=v3\"\r\n }\r\n }\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "40f4ef0b-65af-492c-b55b-308a9703f439" + "f36ca025-1969-45ad-be82-56019f255d5f" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/3.8.2.preview" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/1.0.0.0" ], "Content-Type": [ "application/json; charset=utf-8" ], "Content-Length": [ - "319" + "524" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 May 2020 05:47:28 GMT" - ], "Pragma": [ "no-cache" ], "Location": [ - "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a" - ], - "Server": [ - "openresty/1.15.8.2" + "file:///subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" @@ -249,22 +249,28 @@ "max-age=31536000; includeSubDomains" ], "api-supported-versions": [ - "2019-11-01-Preview" + "2019-11-01-Preview, 2020-07-01-Preview, 2020-10-01-Preview, 2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "openresty/1.15.8.2" + ], "x-ms-request-id": [ - "f8943a26-b54e-4bc4-8027-ed937729d67e" + "c0083228-a8ab-4b84-afd1-31437e223453" ], "x-ms-correlation-request-id": [ - "f8943a26-b54e-4bc4-8027-ed937729d67e" + "c0083228-a8ab-4b84-afd1-31437e223453" ], "x-ms-routing-request-id": [ - "WESTUS:20200521T054729Z:f8943a26-b54e-4bc4-8027-ed937729d67e" + "WESTUS2:20210211T215300Z:c0083228-a8ab-4b84-afd1-31437e223453" + ], + "Date": [ + "Thu, 11 Feb 2021 21:53:00 GMT" ], "Content-Length": [ - "973" + "1232" ], "Content-Type": [ "application/json; charset=utf-8" @@ -273,67 +279,67 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a\",\r\n \"name\": \"netsdktestconfig01a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Pending\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": 3\r\n },\r\n \"enableHelmOperator\": true,\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"repositoryPublicKey\": \"\",\r\n \"configKind\": 0,\r\n \"createdDate\": \"2020-05-20T22:47:28.9579829-07:00\",\r\n \"lastModifiedDate\": \"2020-05-20T22:47:28.957983-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a\",\r\n \"name\": \"netsdktestconfig01a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Pending\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"1.2.0\",\r\n \"chartValues\": \"--set helm.versions=v3\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-02-11T13:53:00.7788858-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-02-11T13:53:00.7788859-08:00\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a?api-version=2019-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2Q0NWYyM2ItYjgzMi00ZmE0LWE0MzQtMWJmN2U2ZjE0YTVhL3Jlc291cmNlR3JvdXBzL2hhaWt1ZGV2dGVzdGluZy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvYXp1cmUtYXJjNS9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXNDb25maWd1cmF0aW9uL3NvdXJjZUNvbnRyb2xDb25maWd1cmF0aW9ucy9uZXRzZGt0ZXN0Y29uZmlnMDFhP2FwaS12ZXJzaW9uPTIwMTktMTEtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGU3NTA0NTctNTI1Mi00OTNlLTk1YTMtZTQwZTZhNDYwYmYwL3Jlc291cmNlR3JvdXBzL25hbnRoaXJnMDkyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvbmFudGhpY2x1c3RlcjA5MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5LdWJlcm5ldGVzQ29uZmlndXJhdGlvbi9zb3VyY2VDb250cm9sQ29uZmlndXJhdGlvbnMvbmV0c2RrdGVzdGNvbmZpZzAxYT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1be71015-11c4-4a16-8a53-2f892fd61c93" + "20ee8baa-fcfb-4990-b941-c737f241d460" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/3.8.2.preview" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 May 2020 05:47:28 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "openresty/1.15.8.2" - ], "Vary": [ "Accept-Encoding" ], "x-ms-request-id": [ - "d911d974-46d0-4145-bc12-203523e58bad" + "cd6c992b-356c-4c82-a61f-6c1f8c66e04f" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], "api-supported-versions": [ - "2019-11-01-Preview" + "2019-11-01-Preview, 2020-07-01-Preview, 2020-10-01-Preview, 2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "openresty/1.15.8.2" + ], "x-ms-correlation-request-id": [ - "d911d974-46d0-4145-bc12-203523e58bad" + "cd6c992b-356c-4c82-a61f-6c1f8c66e04f" ], "x-ms-routing-request-id": [ - "WESTUS:20200521T054729Z:d911d974-46d0-4145-bc12-203523e58bad" + "WESTUS2:20210211T215301Z:cd6c992b-356c-4c82-a61f-6c1f8c66e04f" + ], + "Date": [ + "Thu, 11 Feb 2021 21:53:00 GMT" ], "Content-Length": [ - "973" + "1232" ], "Content-Type": [ "application/json; charset=utf-8" @@ -342,41 +348,35 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a\",\r\n \"name\": \"netsdktestconfig01a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Pending\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": 3\r\n },\r\n \"enableHelmOperator\": true,\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"repositoryPublicKey\": \"\",\r\n \"configKind\": 0,\r\n \"createdDate\": \"2020-05-20T22:47:28.9579829-07:00\",\r\n \"lastModifiedDate\": \"2020-05-20T22:47:28.957983-07:00\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a\",\r\n \"name\": \"netsdktestconfig01a\",\r\n \"type\": \"Microsoft.KubernetesConfiguration/sourceControlConfigurations\",\r\n \"properties\": {\r\n \"operatorNamespace\": \"netsdktestconfig01a-opns\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"complianceStatus\": {\r\n \"complianceState\": \"Pending\",\r\n \"lastConfigApplied\": \"0001-01-01T00:00:00-08:00\",\r\n \"message\": \"{\\\"OperatorMessage\\\":null,\\\"ClusterState\\\":null}\",\r\n \"messageLevel\": \"Information\"\r\n },\r\n \"enableHelmOperator\": true,\r\n \"helmOperatorProperties\": {\r\n \"chartVersion\": \"1.2.0\",\r\n \"chartValues\": \"--set helm.versions=v3\"\r\n },\r\n \"repositoryUrl\": \"git://github.com/anubhav929/flux-get-started\",\r\n \"operatorInstanceName\": \"netsdktestconfig01a-opin\",\r\n \"operatorType\": \"Flux\",\r\n \"operatorScope\": \"namespace\",\r\n \"operatorParams\": \"--git-readonly\",\r\n \"sshKnownHostsContents\": null,\r\n \"configurationProtectedSettings\": {},\r\n \"repositoryPublicKey\": \"\"\r\n },\r\n \"systemData\": {\r\n \"createdBy\": null,\r\n \"createdByType\": null,\r\n \"createdAt\": \"2021-02-11T13:53:00.7788858-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedByType\": null,\r\n \"lastModifiedAt\": \"2021-02-11T13:53:00.7788859-08:00\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/cd45f23b-b832-4fa4-a434-1bf7e6f14a5a/resourceGroups/haikudevtesting/providers/Microsoft.Kubernetes/connectedClusters/azure-arc5/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a?api-version=2019-11-01-preview", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvY2Q0NWYyM2ItYjgzMi00ZmE0LWE0MzQtMWJmN2U2ZjE0YTVhL3Jlc291cmNlR3JvdXBzL2hhaWt1ZGV2dGVzdGluZy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvYXp1cmUtYXJjNS9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXNDb25maWd1cmF0aW9uL3NvdXJjZUNvbnRyb2xDb25maWd1cmF0aW9ucy9uZXRzZGt0ZXN0Y29uZmlnMDFhP2FwaS12ZXJzaW9uPTIwMTktMTEtMDEtcHJldmlldw==", + "RequestUri": "/subscriptions/0e750457-5252-493e-95a3-e40e6a460bf0/resourceGroups/nanthirg0923/providers/Microsoft.Kubernetes/connectedClusters/nanthicluster0923/providers/Microsoft.KubernetesConfiguration/sourceControlConfigurations/netsdktestconfig01a?api-version=2021-03-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvMGU3NTA0NTctNTI1Mi00OTNlLTk1YTMtZTQwZTZhNDYwYmYwL3Jlc291cmNlR3JvdXBzL25hbnRoaXJnMDkyMy9wcm92aWRlcnMvTWljcm9zb2Z0Lkt1YmVybmV0ZXMvY29ubmVjdGVkQ2x1c3RlcnMvbmFudGhpY2x1c3RlcjA5MjMvcHJvdmlkZXJzL01pY3Jvc29mdC5LdWJlcm5ldGVzQ29uZmlndXJhdGlvbi9zb3VyY2VDb250cm9sQ29uZmlndXJhdGlvbnMvbmV0c2RrdGVzdGNvbmZpZzAxYT9hcGktdmVyc2lvbj0yMDIxLTAzLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "4812a86a-cbb7-4190-876e-850fc9ffb0f8" + "2f166654-1a95-46d8-8816-9a06d4721c43" ], - "accept-language": [ + "Accept-Language": [ "en-US" ], "User-Agent": [ - "FxVersion/4.6.26614.01", + "FxVersion/4.6.29719.03", "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.18363.", - "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/3.8.2.preview" + "OSVersion/Microsoft.Windows.10.0.19042.", + "Microsoft.Azure.Management.KubernetesConfiguration.SourceControlConfigurationClient/1.0.0.0" ] }, "ResponseHeaders": { "Cache-Control": [ "no-cache" ], - "Date": [ - "Thu, 21 May 2020 05:47:29 GMT" - ], "Pragma": [ "no-cache" ], - "Server": [ - "openresty/1.15.8.2" - ], "x-ms-ratelimit-remaining-subscription-deletes": [ "14999" ], @@ -384,19 +384,25 @@ "max-age=31536000; includeSubDomains" ], "api-supported-versions": [ - "2019-11-01-Preview" + "2019-11-01-Preview, 2020-07-01-Preview, 2020-10-01-Preview, 2021-03-01" ], "X-Content-Type-Options": [ "nosniff" ], + "Server": [ + "openresty/1.15.8.2" + ], "x-ms-request-id": [ - "7fbbabf7-ebb8-4f11-a1ac-7020cf2b062b" + "c2f8088f-fa99-439f-8c41-57f6da08b454" ], "x-ms-correlation-request-id": [ - "7fbbabf7-ebb8-4f11-a1ac-7020cf2b062b" + "c2f8088f-fa99-439f-8c41-57f6da08b454" ], "x-ms-routing-request-id": [ - "WESTUS:20200521T054729Z:7fbbabf7-ebb8-4f11-a1ac-7020cf2b062b" + "WESTUS2:20210211T215302Z:c2f8088f-fa99-439f-8c41-57f6da08b454" + ], + "Date": [ + "Thu, 11 Feb 2021 21:53:01 GMT" ], "Content-Length": [ "152" @@ -414,6 +420,6 @@ ], "Names": {}, "Variables": { - "SubscriptionId": "cd45f23b-b832-4fa4-a434-1bf7e6f14a5a" + "SubscriptionId": "0e750457-5252-493e-95a3-e40e6a460bf0" } } \ No newline at end of file diff --git a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/TestSupport/SourceControlConfigurationTestBase.cs b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/TestSupport/SourceControlConfigurationTestBase.cs index 885a7b30a0bb..19767d78ac44 100644 --- a/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/TestSupport/SourceControlConfigurationTestBase.cs +++ b/sdk/kubernetesconfiguration/Microsoft.Azure.Management.KubernetesConfiguration/tests/TestSupport/SourceControlConfigurationTestBase.cs @@ -45,7 +45,6 @@ public SourceControlConfiguration CreateSourceControlConfiguration() clusterResourceName: Cluster.Type, clusterName: Cluster.Name, sourceControlConfigurationName: SourceControlConfiguration.Name, - apiVersion: ApiVersion, sourceControlConfiguration: SourceControlConfiguration); } @@ -60,8 +59,8 @@ public SourceControlConfiguration GetSourceControlConfiguration() clusterRp: Cluster.RpName, clusterResourceName: Cluster.Type, clusterName: Cluster.Name, - sourceControlConfigurationName: SourceControlConfiguration.Name, - apiVersion: ApiVersion); + sourceControlConfigurationName: SourceControlConfiguration.Name + ); } /// @@ -74,8 +73,8 @@ public void DeleteSourceControlConfiguration() clusterRp: Cluster.RpName, clusterResourceName: Cluster.Type, clusterName: Cluster.Name, - sourceControlConfigurationName: SourceControlConfiguration.Name, - apiVersion: ApiVersion); + sourceControlConfigurationName: SourceControlConfiguration.Name + ); } /// @@ -88,8 +87,8 @@ public IPage ListSourceControlConfigurations() resourceGroupName: Cluster.ResourceGroup, clusterRp: Cluster.RpName, clusterResourceName: Cluster.Type, - clusterName: Cluster.Name, - apiVersion: ApiVersion); + clusterName: Cluster.Name + ); } #region Common Methods