BlobAlreadyExists
Command groups in `az monitor-control-service` extension
-|CLI Command Group|Group Swagger name|Commands|
-|---------|------------|--------|
-|az monitor data-collection endpoint|DataCollectionEndpoints|[commands](#CommandsInDataCollectionEndpoints)|
-|az monitor data-collection rule|DataCollectionRules|[commands](#CommandsInDataCollectionRules)|
-|az monitor data-collection rule association|DataCollectionRuleAssociations|[commands](#CommandsInDataCollectionRuleAssociations)|
-
-## COMMANDS
-### Commands in `az monitor data-collection endpoint` group
-|CLI Command|Operation Swagger name|Parameters|Examples|
-|---------|------------|--------|-----------|
-|[az monitor data-collection endpoint list](#DataCollectionEndpointsListByResourceGroup)|ListByResourceGroup|[Parameters](#ParametersDataCollectionEndpointsListByResourceGroup)|[Example](#ExamplesDataCollectionEndpointsListByResourceGroup)|
-|[az monitor data-collection endpoint list](#DataCollectionEndpointsListBySubscription)|ListBySubscription|[Parameters](#ParametersDataCollectionEndpointsListBySubscription)|[Example](#ExamplesDataCollectionEndpointsListBySubscription)|
-|[az monitor data-collection endpoint show](#DataCollectionEndpointsGet)|Get|[Parameters](#ParametersDataCollectionEndpointsGet)|[Example](#ExamplesDataCollectionEndpointsGet)|
-|[az monitor data-collection endpoint delete](#DataCollectionEndpointsDelete)|Delete|[Parameters](#ParametersDataCollectionEndpointsDelete)|[Example](#ExamplesDataCollectionEndpointsDelete)|
-
-### Commands in `az monitor data-collection rule` group
-|CLI Command|Operation Swagger name|Parameters|Examples|
-|---------|------------|--------|-----------|
-|[az monitor data-collection rule list](#DataCollectionRulesListByResourceGroup)|ListByResourceGroup|[Parameters](#ParametersDataCollectionRulesListByResourceGroup)|[Example](#ExamplesDataCollectionRulesListByResourceGroup)|
-|[az monitor data-collection rule list](#DataCollectionRulesListBySubscription)|ListBySubscription|[Parameters](#ParametersDataCollectionRulesListBySubscription)|[Example](#ExamplesDataCollectionRulesListBySubscription)|
-|[az monitor data-collection rule show](#DataCollectionRulesGet)|Get|[Parameters](#ParametersDataCollectionRulesGet)|[Example](#ExamplesDataCollectionRulesGet)|
-|[az monitor data-collection rule delete](#DataCollectionRulesDelete)|Delete|[Parameters](#ParametersDataCollectionRulesDelete)|[Example](#ExamplesDataCollectionRulesDelete)|
-
-### Commands in `az monitor data-collection rule association` group
-|CLI Command|Operation Swagger name|Parameters|Examples|
-|---------|------------|--------|-----------|
-|[az monitor data-collection rule association list](#DataCollectionRuleAssociationsListByRule)|ListByRule|[Parameters](#ParametersDataCollectionRuleAssociationsListByRule)|[Example](#ExamplesDataCollectionRuleAssociationsListByRule)|
-|[az monitor data-collection rule association list](#DataCollectionRuleAssociationsListByResource)|ListByResource|[Parameters](#ParametersDataCollectionRuleAssociationsListByResource)|[Example](#ExamplesDataCollectionRuleAssociationsListByResource)|
-|[az monitor data-collection rule association show](#DataCollectionRuleAssociationsGet)|Get|[Parameters](#ParametersDataCollectionRuleAssociationsGet)|[Example](#ExamplesDataCollectionRuleAssociationsGet)|
-|[az monitor data-collection rule association delete](#DataCollectionRuleAssociationsDelete)|Delete|[Parameters](#ParametersDataCollectionRuleAssociationsDelete)|[Example](#ExamplesDataCollectionRuleAssociationsDelete)|
-
-
-## COMMAND DETAILS
-### group `az monitor data-collection endpoint`
-#### Command `az monitor data-collection endpoint list`
-
-##### Example
-```
-az monitor data-collection endpoint list --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-
-#### Command `az monitor data-collection endpoint list`
-
-##### Example
-```
-az monitor data-collection endpoint list
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-
-#### Command `az monitor data-collection endpoint show`
-
-##### Example
-```
-az monitor data-collection endpoint show --name "myCollectionEndpoint" --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-|**--data-collection-endpoint-name**|string|The name of the data collection endpoint. The name is case insensitive.|data_collection_endpoint_name|dataCollectionEndpointName|
-
-#### Command `az monitor data-collection endpoint delete`
-
-##### Example
-```
-az monitor data-collection endpoint delete --name "myCollectionEndpoint" --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-|**--data-collection-endpoint-name**|string|The name of the data collection endpoint. The name is case insensitive.|data_collection_endpoint_name|dataCollectionEndpointName|
-
-### group `az monitor data-collection rule`
-#### Command `az monitor data-collection rule list`
-
-##### Example
-```
-az monitor data-collection rule list --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-
-#### Command `az monitor data-collection rule list`
-
-##### Example
-```
-az monitor data-collection rule list
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-
-#### Command `az monitor data-collection rule show`
-
-##### Example
-```
-az monitor data-collection rule show --name "myCollectionRule" --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-|**--data-collection-rule-name**|string|The name of the data collection rule. The name is case insensitive.|data_collection_rule_name|dataCollectionRuleName|
-
-#### Command `az monitor data-collection rule delete`
-
-##### Example
-```
-az monitor data-collection rule delete --name "myCollectionRule" --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-|**--data-collection-rule-name**|string|The name of the data collection rule. The name is case insensitive.|data_collection_rule_name|dataCollectionRuleName|
-
-### group `az monitor data-collection rule association`
-#### Command `az monitor data-collection rule association list`
-
-##### Example
-```
-az monitor data-collection rule association list --rule-name "myCollectionRule" --resource-group "myResourceGroup"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-group-name**|string|The name of the resource group. The name is case insensitive.|resource_group_name|resourceGroupName|
-|**--data-collection-rule-name**|string|The name of the data collection rule. The name is case insensitive.|data_collection_rule_name|dataCollectionRuleName|
-
-#### Command `az monitor data-collection rule association list`
-
-##### Example
-```
-az monitor data-collection rule association list --resource "subscriptions/703362b3-f278-4e4b-9179-c76eaf41ffc2/resourc\
-eGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVm"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-uri**|string|The identifier of the resource.|resource_uri|resourceUri|
-
-#### Command `az monitor data-collection rule association show`
-
-##### Example
-```
-az monitor data-collection rule association show --name "myAssociation" --resource "subscriptions/703362b3-f278-4e4b-91\
-79-c76eaf41ffc2/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVm"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-uri**|string|The identifier of the resource.|resource_uri|resourceUri|
-|**--association-name**|string|The name of the association. The name is case insensitive.|association_name|associationName|
-
-#### Command `az monitor data-collection rule association delete`
-
-##### Example
-```
-az monitor data-collection rule association delete --name "myAssociation" --resource "subscriptions/703362b3-f278-4e4b-\
-9179-c76eaf41ffc2/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVm"
-```
-##### Parameters
-|Option|Type|Description|Path (SDK)|Swagger name|
-|------|----|-----------|----------|------------|
-|**--resource-uri**|string|The identifier of the resource.|resource_uri|resourceUri|
-|**--association-name**|string|The name of the association. The name is case insensitive.|association_name|associationName|
diff --git a/src/monitor-control-service/setup.py b/src/monitor-control-service/setup.py
index efbff42a818..7eb3a2e0ed5 100644
--- a/src/monitor-control-service/setup.py
+++ b/src/monitor-control-service/setup.py
@@ -10,7 +10,7 @@
from setuptools import setup, find_packages
# HISTORY.rst entry.
-VERSION = '0.2.0'
+VERSION = '0.3.0'
try:
from azext_amcs.manual.version import VERSION
except ImportError:
From d8c905811ad1fe49e2260a396ada49ecf0d24a79 Mon Sep 17 00:00:00 2001
From: Azure CLI Bot