diff --git a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/ContainerInstanceManagementClient.cs b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/ContainerInstanceManagementClient.cs
index a4998cdbb712..e2aa6cc78aa9 100644
--- a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/ContainerInstanceManagementClient.cs
+++ b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/ContainerInstanceManagementClient.cs
@@ -339,7 +339,7 @@ private void Initialize()
Location = new LocationOperations(this);
Containers = new ContainersOperations(this);
BaseUri = new System.Uri("https://management.azure.com");
- ApiVersion = "2019-12-01";
+ ApiVersion = "2020-11-01";
AcceptLanguage = "en-US";
LongRunningOperationRetryTimeout = 30;
GenerateClientRequestId = true;
diff --git a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/Models/LogAnalytics.cs b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/Models/LogAnalytics.cs
index 34ed73b3c474..2b45c6957994 100644
--- a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/Models/LogAnalytics.cs
+++ b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/Models/LogAnalytics.cs
@@ -39,12 +39,15 @@ public LogAnalytics()
/// The log type to be used. Possible values
/// include: 'ContainerInsights', 'ContainerInstanceLogs'
/// Metadata for log analytics.
- public LogAnalytics(string workspaceId, string workspaceKey, string logType = default(string), IDictionary metadata = default(IDictionary))
+ /// The workspace resource id for log
+ /// analytics
+ public LogAnalytics(string workspaceId, string workspaceKey, string logType = default(string), IDictionary metadata = default(IDictionary), IDictionary workspaceResourceId = default(IDictionary))
{
WorkspaceId = workspaceId;
WorkspaceKey = workspaceKey;
LogType = logType;
Metadata = metadata;
+ WorkspaceResourceId = workspaceResourceId;
CustomInit();
}
@@ -78,6 +81,12 @@ public LogAnalytics()
[JsonProperty(PropertyName = "metadata")]
public IDictionary Metadata { get; set; }
+ ///
+ /// Gets or sets the workspace resource id for log analytics
+ ///
+ [JsonProperty(PropertyName = "workspaceResourceId")]
+ public IDictionary WorkspaceResourceId { get; set; }
+
///
/// Validate the object.
///
diff --git a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs
index 647c214046bc..18adf1bf2b6b 100644
--- a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs
+++ b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs
@@ -19,23 +19,12 @@ public static IEnumerable> ApiInfo_ContainerInstan
{
return new Tuple[]
{
- new Tuple("ContainerInstance", "ContainerGroups", "2019-12-01"),
- new Tuple("ContainerInstance", "Containers", "2019-12-01"),
- new Tuple("ContainerInstance", "Location", "2019-12-01"),
- new Tuple("ContainerInstance", "Operations", "2019-12-01"),
+ new Tuple("ContainerInstance", "ContainerGroups", "2020-11-01"),
+ new Tuple("ContainerInstance", "Containers", "2020-11-01"),
+ new Tuple("ContainerInstance", "Location", "2020-11-01"),
+ new Tuple("ContainerInstance", "Operations", "2020-11-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/containerinstance/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\nochangi\\DEV\\azure-sdk-for-net\\sdk";
- public static readonly String GithubForkName = "Azure";
- public static readonly String GithubBranchName = "master";
- public static readonly String GithubCommidId = "ae8d69cc6c78331c24b13951979bf171bf132d26";
- public static readonly String CodeGenerationErrors = "";
- public static readonly String GithubRepoName = "azure-rest-api-specs";
- // END: Code Generation Metadata Section
}
}
-