diff --git a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs index 033f36f401f02..99daeb5def52a 100644 --- a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs +++ b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs @@ -337,7 +337,7 @@ private void Initialize() Organization = new OrganizationOperationsOperations(this); Validations = new ValidationsOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2021-03-01-preview"; + ApiVersion = "2021-09-01-preview"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/Models/OfferDetail.cs b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/Models/OfferDetail.cs index d06153f544ce9..10a1b7f6c2471 100644 --- a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/Models/OfferDetail.cs +++ b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/Models/OfferDetail.cs @@ -86,12 +86,12 @@ public OfferDetail() public string TermUnit { get; set; } /// - /// Gets or sets saaS Offer Status. Possible values include: 'Started', + /// Gets saaS Offer Status. Possible values include: 'Started', /// 'PendingFulfillmentStart', 'InProgress', 'Subscribed', 'Suspended', /// 'Reinstated', 'Succeeded', 'Failed', 'Unsubscribed', 'Updating' /// [JsonProperty(PropertyName = "status")] - public string Status { get; set; } + public string Status { get; private set; } /// /// Validate the object. diff --git a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs index 2a526d123b339..008ffe655ad1b 100644 --- a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs +++ b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs @@ -19,23 +19,12 @@ public static IEnumerable> ApiInfo_ConfluentManage { return new Tuple[] { - new Tuple("Confluent", "MarketplaceAgreements", "2021-03-01-preview"), - new Tuple("Confluent", "Organization", "2021-03-01-preview"), - new Tuple("Confluent", "OrganizationOperations", "2021-03-01-preview"), - new Tuple("Confluent", "Validations", "2021-03-01-preview"), + new Tuple("Confluent", "MarketplaceAgreements", "2021-09-01-preview"), + new Tuple("Confluent", "Organization", "2021-09-01-preview"), + new Tuple("Confluent", "OrganizationOperations", "2021-09-01-preview"), + new Tuple("Confluent", "Validations", "2021-09-01-preview"), }.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/confluent/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\azureDotnetSDK\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "b2034729e79d99e48f6a2e6b66c3592311b4c688"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -