Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic get-organization-api-key",
)
class GetOrganizationApiKey(AAZCommand):
"""Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
"""Fetch the User API Key from the internal database, if it was generated and stored during the creation of the Elasticsearch Organization.

:example: Get organization api key
az elastic get-organization-api-key --email-id id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic elastic-version",
)
class __CMDGroup(AAZCommandGroup):
"""Manage the version of Elastic
"""Retrieve a list of all available Elastic versions for a specified region, helping you choose the best version for your deployment.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic get",
)
class __CMDGroup(AAZCommandGroup):
"""Manage to get Elastic details
"""Manage and retrieve detailed information about your Elastic resources, including configurations and status.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic get elastic",
)
class __CMDGroup(AAZCommandGroup):
"""Get elastic details
"""Retrieve detailed information about your Elastic resources, including configurations and status.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic get elastic organization-to-azure",
)
class __CMDGroup(AAZCommandGroup):
"""Manage to get Elastic organization
"""Manage and retrieve information about the Elastic organization linked to your Azure subscription.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic get elastic organization-to-azure subscription",
)
class __CMDGroup(AAZCommandGroup):
"""Get Elastic Organization To Azure Subscription details for the logged-in user.
"""Get detailed information about the Elastic Organization linked to your Azure subscription for the logged-in user.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic get elastic organization-to-azure subscription mapping",
)
class Mapping(AAZCommand):
"""Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
"""Retrieve mapping details between the Elastic Organization and Azure Subscription for the logged-in user.

:example: Organizations_GetElasticToAzureSubscriptionMapping
az elastic get elastic organization-to-azure subscription mapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor",
)
class __CMDGroup(AAZCommandGroup):
"""Manage monitor with elastic.
"""Manage monitoring configurations and resources with Elastic, ensuring optimal observability and performance.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor associate-traffic-filter",
)
class AssociateTrafficFilter(AAZCommand):
"""Associate traffic filter
"""Associate a traffic filter with your Elastic monitor resource to control and manage network traffic.

:example: Monitor associate traffic filter
az elastic monitor associate-traffic-filter --monitor-name name -g rg --ruleset-id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor create",
)
class Create(AAZCommand):
"""Create a monitor resource.
"""Create a new Elastic monitor resource in your Azure subscription, enabling observability and monitoring of your Azure resources through Elastic.

:example: Create monitor
az elastic monitor create -n monitor-name -g rg --user-info "{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:[email protected]}" --sku "{name:ess-consumption-2024_Monthly}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor create-and-associate-ip-filter",
)
class CreateAndAssociateIpFilter(AAZCommand):
"""Create and associate ip filter
"""Create and associate an IP filter with your Elastic monitor resource to control and manage network traffic.

:example: Create and associate ip filter
az elastic monitor create-and-associate-ip-filter --monitor-name name -g rg --name name --ips 192.168.131.0, 192.168.132.6/22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor create-and-associate-pl-filter",
)
class CreateAndAssociatePlFilter(AAZCommand):
"""Create and associate pl filter
"""Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.

:example: Create and associate pl filter
az elastic monitor create-and-associate-pl-filter --monitor-name monitor -g rg --name name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor create-or-update-external-user",
)
class CreateOrUpdateExternalUser(AAZCommand):
"""Create or update external user
"""Create or update external user configurations for your Elastic monitor resource, enabling access and management by external users.

:example: Create or update external user
az monitor create-or-update-external-user --monitor-name {monitor} -g {rg} --user-name newuser --full-name fullname --password password --email-id [email protected] --roles [admin,other_role]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
confirmation="Are you sure you want to perform this operation?",
)
class Delete(AAZCommand):
"""Delete a monitor resource.
"""Delete an existing Elastic monitor resource from your Azure subscription, removing its observability and monitoring capabilities.

:example: Delete monitor
az elastic monitor delete -n monitor -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor delete-traffic-filter",
)
class DeleteTrafficFilter(AAZCommand):
"""Delete traffic filter
"""Delete an existing traffic filter associated with your Elastic monitor resource, removing its network traffic control capabilities.

:example: Delete traffic filter
az elastic monitor delete-traffic-filter --monitor-name name -g rg --ruleset-id id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor detach-and-delete-traffic-filter",
)
class DetachAndDeleteTrafficFilter(AAZCommand):
"""Detach and delete traffic filter
"""Detach and delete an existing traffic filter from your Elastic monitor resource, removing its network traffic control capabilities.

:example: Detach and delete traffic filter
az elastic monitor detach-and-delete-traffic-filter --monitor-name name -g rg --ruleset-id id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor detach-traffic-filter",
)
class DetachTrafficFilter(AAZCommand):
"""Detach traffic filter
"""Detach an existing traffic filter from your Elastic monitor resource, removing its network traffic control capabilities.

:example: Detach traffic filter
az elastic monitor detach-traffic-filter --monitor-name name -g rg --ruleset-id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor get-billing-info",
)
class GetBillingInfo(AAZCommand):
"""Get marketplace and organization info mapped to the given monitor.
"""Retrieve marketplace and organization billing information mapped to the given Elastic monitor resource.

:example: BillingInfo_Get
az elastic monitor get-billing-info --resource-group myResourceGroup --monitor-name myMonitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list",
)
class List(AAZCommand):
"""List all monitors under the specified resource group. And List all monitors under the specified subscription.
"""List all Elastic monitor resources within a specified resource group or across the entire subscription, helping you audit and manage your monitoring setup.

:example: List all monitors by resource group
az elastic monitor list -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-all-traffic-filter",
)
class ListAllTrafficFilter(AAZCommand):
"""List all traffic filter
"""List all traffic filters associated with your Elastic monitor resource, helping you manage network traffic control.

:example: List all traffic filter
az elastic monitor list-all-traffic-filter --monitor-name name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-associated-traffic-filter",
)
class ListAssociatedTrafficFilter(AAZCommand):
"""List associated traffic filter
"""List all traffic filters associated with your Elastic monitor resource, helping you manage network traffic control.

:example: List associated traffic filter
az elastic monitor list-associated-traffic-filter --monitor-name name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-connected-partner-resource",
)
class ListConnectedPartnerResource(AAZCommand):
"""List of all active deployments that are associated with the marketplace subscription linked to the given monitor.
"""List all active deployments associated with the marketplace subscription linked to the given Elastic monitor resource.

:example: ConnectedPartnerResources_List
az elastic monitor list-connected-partner-resource --resource-group myResourceGroup --monitor-name myMonitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-deployment-info",
)
class ListDeploymentInfo(AAZCommand):
"""Fetch information regarding Elastic cloud deployment corresponding to the Elastic monitor resource.
"""Fetch detailed information about Elastic cloud deployments corresponding to the Elastic monitor resource.

:example: List deployment info
az elastic monitor list-deployment-info --monitor-name name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-resource",
)
class ListResource(AAZCommand):
"""List the resources currently being monitored by the Elastic monitor resource.
"""List all resources currently being monitored by the Elastic monitor resource, helping you manage observability.

:example: List resource
az elastic monitor list-resource --monitor-name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-upgradable-version",
)
class ListUpgradableVersion(AAZCommand):
"""List upgradable version
"""List all upgradable versions for your Elastic monitor resource, helping you plan and execute upgrades.

:example: List upgradable version
az elastic monitor list-upgradable-version --monitor-name name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor list-vm-host",
)
class ListVmHost(AAZCommand):
"""List the vm resources currently being monitored by the Elastic monitor resource.
"""List all VM resources currently being monitored by the Elastic monitor resource, helping you manage observability.

:example: List vm host
az elastic monitor list-vm-host --monitor-name name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor show",
)
class Show(AAZCommand):
"""Get the properties of a specific monitor resource.
"""Get detailed properties of a specific Elastic monitor resource, helping you manage observability and performance.

:example: Show monitor
az elastic monitor show -n name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor update",
)
class Update(AAZCommand):
"""Update a monitor resource.
"""Update an existing Elastic monitor resource in your Azure subscription, ensuring optimal observability and performance.

:example: Update monitor
az elastic monitor update -n monitor -g rg --tags "{tag:test,tag1:test1}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor update-vm-collection",
)
class UpdateVmCollection(AAZCommand):
"""Update the vm details that will be monitored by the Elastic monitor resource.
"""Update the VM details that will be monitored by the Elastic monitor resource, ensuring optimal observability and performance.

:example: Update vm collection
az elastic monitor update-vm-collection --monitor-name monitor1 -g rg --operation-name Add --vi-resource-id id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor upgrade",
)
class Upgrade(AAZCommand):
"""Upgrade elastic monitor
"""Upgrade the Elastic monitor resource to a newer version, ensuring optimal observability and performance.

:example: Monitor upgrade
az elastic monitor upgrade -g rg --monitor-name monitor --version 8.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor vm-ingestion-detail",
)
class VmIngestionDetail(AAZCommand):
"""List the vm ingestion details that will be monitored by the Elastic monitor resource.
"""List detailed information about VM ingestion that will be monitored by the Elastic monitor resource, ensuring optimal observability and performance.

:example: Vm ingestion detail
az elastic monitor vm-ingestion-detail --monitor-name name -g rg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor monitored-subscription",
)
class __CMDGroup(AAZCommandGroup):
"""Manage monitored subscription with elastic
"""Manage subscriptions monitored by the Elastic monitor resource, ensuring optimal observability and performance.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor monitored-subscription create",
)
class Create(AAZCommand):
"""Create the subscriptions that should be monitored by the Elastic monitor resource.
"""Create subscriptions to be monitored by the Elastic monitor resource, enabling observability and monitoring.

:example: Monitors_AddMonitoredSubscriptions
az elastic monitor monitored-subscription create --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
confirmation="Are you sure you want to perform this operation?",
)
class Delete(AAZCommand):
"""Delete the subscriptions that are being monitored by the Elastic monitor resource
"""Delete subscriptions being monitored by the Elastic monitor resource, removing their observability and monitoring capabilities.

:example: Monitors_DeleteMonitoredSubscriptions
az elastic monitor monitored-subscription delete --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor monitored-subscription list",
)
class List(AAZCommand):
"""List all the subscriptions currently being monitored by the Elastic monitor resource.
"""List all subscriptions currently being monitored by the Elastic monitor resource, helping you manage observability.

:example: Monitors_GetMonitoredSubscriptions
az elastic monitor monitored-subscription list --resource-group myResourceGroup --monitor-name myMonitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor monitored-subscription show",
)
class Show(AAZCommand):
"""Get all the subscriptions currently being monitored by the Elastic monitor resource.
"""Get detailed information about all subscriptions currently being monitored by the Elastic monitor resource.

:example: Monitors_GetMonitoredSubscriptions
az elastic monitor monitored-subscription show --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"elastic monitor monitored-subscription update",
)
class Update(AAZCommand):
"""Update the subscriptions that should be monitored by the Elastic monitor resource.
"""Update subscriptions to be monitored by the Elastic monitor resource, ensuring optimal observability and performance.

:example: Monitors_UpdateMonitoredSubscriptions
az elastic monitor monitored-subscription update --resource-group myResourceGroup --monitor-name myMonitor --configuration-name default
"""

_aaz_info = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor open-ai-integration",
)
class __CMDGroup(AAZCommandGroup):
"""Manage open-ai Integration with elastic
"""Manage OpenAI integration with Elastic, enabling advanced AI-driven observability and monitoring.
"""
pass

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor open-ai-integration create",
)
class Create(AAZCommand):
"""Create a OpenAI integration rule for a given monitor resource.
"""Create an OpenAI integration rule for a given Elastic monitor resource, enabling advanced AI-driven observability and monitoring.

:example: OpenAI_CreateOrUpdate
az elastic monitor open-ai-integration create --resource-group myResourceGroup --monitor-name myMonitor --integration-name default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
confirmation="Are you sure you want to perform this operation?",
)
class Delete(AAZCommand):
"""Delete OpenAI integration rule for a given monitor resource.
"""Delete an OpenAI integration rule for a given Elastic monitor resource, removing AI-driven observability and monitoring capabilities.

:example: OpenAI_Delete
az elastic monitor open-ai-integration delete --resource-group myResourceGroup --monitor-name myMonitor --integration-name default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor open-ai-integration get-statu",
)
class GetStatu(AAZCommand):
"""Get OpenAI integration status for a given integration.
"""Get the status of OpenAI integration for a given Elastic monitor resource, ensuring optimal observability and performance.

:example: OpenAI_GetStatus
az elastic monitor open-ai-integration get-statu --resource-group myResourceGroup --monitor-name myMonitor --integration-name default
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor open-ai-integration list",
)
class List(AAZCommand):
"""List OpenAI integration rule for a given monitor resource.
"""List all OpenAI integration rules for a given Elastic monitor resource, helping you manage AI-driven observability and monitoring.

:example: OpenAI_List
az elastic monitor open-ai-integration list --resource-group myResourceGroup --monitor-name myMonitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"elastic monitor open-ai-integration show",
)
class Show(AAZCommand):
"""Get OpenAI integration rule for a given monitor resource.
"""Get detailed information about OpenAI integration rules for a given Elastic monitor resource.

:example: OpenAI_Get
az elastic monitor open-ai-integration show --resource-group myResourceGroup --monitor-name myMonitor --integration-name default
Expand Down
Loading
Loading