diff --git a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/CreateExtension.json b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/CreateExtension.json index 182658366c06..421526741aa3 100644 --- a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/CreateExtension.json +++ b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/CreateExtension.json @@ -49,7 +49,7 @@ }, "properties": { "extensionType": "azuremonitor-containers", - "autoUpgradeMinorVersion": true, + "autoUpgradeMinorVersion": false, "releaseTrain": "Preview", "version": "0.1.4", "scope": { @@ -62,6 +62,7 @@ "omsagent.env.clusterName": "clusterName1" }, "provisioningState": "Creating", + "installedVersion": null, "statuses": [] } } @@ -86,7 +87,7 @@ }, "properties": { "extensionType": "azuremonitor-containers", - "autoUpgradeMinorVersion": true, + "autoUpgradeMinorVersion": false, "releaseTrain": "Preview", "version": "0.1.4", "scope": { @@ -98,7 +99,8 @@ "omsagent.secret.wsid": "a38cef99-5a89-52ed-b6db-22095c23664b", "omsagent.env.clusterName": "clusterName1" }, - "provisioningState": "Creating", + "provisioningState": "Succeeded", + "installedVersion": "0.1.4", "statuses": [] } } diff --git a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/GetExtension.json b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/GetExtension.json index e1e33ca11c92..66714c2e8265 100644 --- a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/GetExtension.json +++ b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/GetExtension.json @@ -26,7 +26,7 @@ }, "properties": { "extensionType": "azuremonitor-containers", - "autoUpgradeMinorVersion": true, + "autoUpgradeMinorVersion": false, "releaseTrain": "Preview", "version": "0.1.4", "scope": { @@ -38,7 +38,8 @@ "omsagent.secret.wsid": "a38cef99-5a89-52ed-b6db-22095c23664b", "omsagent.env.clusterName": "clusterName1" }, - "provisioningState": "Creating", + "provisioningState": "Succeeded", + "installedVersion": "0.1.4", "statuses": [] } } diff --git a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/ListExtensions.json b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/ListExtensions.json index 7417c151d5b1..31b8a5046729 100644 --- a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/ListExtensions.json +++ b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/examples/ListExtensions.json @@ -25,7 +25,7 @@ }, "properties": { "extensionType": "azuremonitor-containers", - "autoUpgradeMinorVersion": true, + "autoUpgradeMinorVersion": false, "releaseTrain": "Preview", "version": "0.1.4", "scope": { @@ -37,7 +37,8 @@ "omsagent.secret.wsid": "a38cef99-5a89-52ed-b6db-22095c23664b", "omsagent.env.clusterName": "clusterName1" }, - "provisioningState": "Creating", + "provisioningState": "Succeeded", + "installedVersion": "0.1.4", "statuses": [] } }, @@ -55,16 +56,17 @@ }, "properties": { "extensionType": "Microsoft.RecoveryServices/recoveryVault", - "autoUpgradeMinorVersion": false, + "autoUpgradeMinorVersion": true, "releaseTrain": "Stable", - "version": "1.0.1", + "version": null, "scope": { "cluster": { "releaseNamespace": "myKVNamespace" } }, "configurationSettings": {}, - "provisioningState": "Creating", + "provisioningState": "Succeeded", + "installedVersion": "1.0.1", "statuses": [] } } diff --git a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/extensions.json b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/extensions.json index c62253522476..3e46117a4797 100644 --- a/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/extensions.json +++ b/specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/stable/2022-03-01/extensions.json @@ -492,8 +492,9 @@ "default": "Stable" }, "version": { - "description": "Version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.", - "type": "string" + "description": "User-specified version of the extension for this extension to 'pin'. To use 'version', autoUpgradeMinorVersion must be 'false'.", + "type": "string", + "x-nullable": true }, "scope": { "description": "Scope at which the extension is installed.", @@ -516,6 +517,12 @@ "type": "string" } }, + "installedVersion": { + "description": "Installed version of the extension.", + "type": "string", + "readOnly": true, + "x-nullable": true + }, "provisioningState": { "description": "Status of installation of this extension.", "type": "string", @@ -640,7 +647,8 @@ }, "version": { "description": "Version of the extension for this extension, if it is 'pinned' to a specific version. autoUpgradeMinorVersion must be 'false'.", - "type": "string" + "type": "string", + "x-nullable": true }, "configurationSettings": { "description": "Configuration settings, as name-value pairs for configuring this extension.",