Skip to content

Commit fdb6a2e

Browse files
authored
Updating Elastic API Descriptions (#8924)
* Updating Elastic API descriptions * Updating Elastic API descriptions * Adding subs id * Adding subs id * Adding subs id * Upgrade package version
1 parent 502037f commit fdb6a2e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+703
-644
lines changed

src/elastic/azext_elastic/aaz/latest/elastic/_get_organization_api_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic get-organization-api-key",
1616
)
1717
class GetOrganizationApiKey(AAZCommand):
18-
"""Fetch User API Key from internal database, if it was generated and stored while creating the Elasticsearch Organization.
18+
"""Fetch the User API Key from the internal database, if it was generated and stored during the creation of the Elasticsearch Organization.
1919
2020
:example: Get organization api key
2121
az elastic get-organization-api-key --email-id id

src/elastic/azext_elastic/aaz/latest/elastic/elastic_version/__cmd_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic elastic-version",
1616
)
1717
class __CMDGroup(AAZCommandGroup):
18-
"""Manage the version of Elastic
18+
"""Retrieve a list of all available Elastic versions for a specified region, helping you choose the best version for your deployment.
1919
"""
2020
pass
2121

src/elastic/azext_elastic/aaz/latest/elastic/get/__cmd_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic get",
1616
)
1717
class __CMDGroup(AAZCommandGroup):
18-
"""Manage to get Elastic details
18+
"""Manage and retrieve detailed information about your Elastic resources, including configurations and status.
1919
"""
2020
pass
2121

src/elastic/azext_elastic/aaz/latest/elastic/get/elastic/__cmd_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic get elastic",
1616
)
1717
class __CMDGroup(AAZCommandGroup):
18-
"""Get elastic details
18+
"""Retrieve detailed information about your Elastic resources, including configurations and status.
1919
"""
2020
pass
2121

src/elastic/azext_elastic/aaz/latest/elastic/get/elastic/organization_to_azure/__cmd_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic get elastic organization-to-azure",
1616
)
1717
class __CMDGroup(AAZCommandGroup):
18-
"""Manage to get Elastic organization
18+
"""Manage and retrieve information about the Elastic organization linked to your Azure subscription.
1919
"""
2020
pass
2121

src/elastic/azext_elastic/aaz/latest/elastic/get/elastic/organization_to_azure/subscription/__cmd_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic get elastic organization-to-azure subscription",
1616
)
1717
class __CMDGroup(AAZCommandGroup):
18-
"""Get Elastic Organization To Azure Subscription details for the logged-in user.
18+
"""Get detailed information about the Elastic Organization linked to your Azure subscription for the logged-in user.
1919
"""
2020
pass
2121

src/elastic/azext_elastic/aaz/latest/elastic/get/elastic/organization_to_azure/subscription/_mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic get elastic organization-to-azure subscription mapping",
1616
)
1717
class Mapping(AAZCommand):
18-
"""Get Elastic Organization To Azure Subscription Mapping details for the logged-in user.
18+
"""Retrieve mapping details between the Elastic Organization and Azure Subscription for the logged-in user.
1919
2020
:example: Organizations_GetElasticToAzureSubscriptionMapping
2121
az elastic get elastic organization-to-azure subscription mapping

src/elastic/azext_elastic/aaz/latest/elastic/monitor/__cmd_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic monitor",
1616
)
1717
class __CMDGroup(AAZCommandGroup):
18-
"""Manage monitor with elastic.
18+
"""Manage monitoring configurations and resources with Elastic, ensuring optimal observability and performance.
1919
"""
2020
pass
2121

src/elastic/azext_elastic/aaz/latest/elastic/monitor/_associate_traffic_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic monitor associate-traffic-filter",
1616
)
1717
class AssociateTrafficFilter(AAZCommand):
18-
"""Associate traffic filter
18+
"""Associate a traffic filter with your Elastic monitor resource to control and manage network traffic.
1919
2020
:example: Monitor associate traffic filter
2121
az elastic monitor associate-traffic-filter --monitor-name name -g rg --ruleset-id

src/elastic/azext_elastic/aaz/latest/elastic/monitor/_create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"elastic monitor create",
1616
)
1717
class Create(AAZCommand):
18-
"""Create a monitor resource.
18+
"""Create a new Elastic monitor resource in your Azure subscription, enabling observability and monitoring of your Azure resources through Elastic.
1919
2020
:example: Create monitor
2121
az elastic monitor create -n monitor-name -g rg --user-info "{firstName:Alice,lastName:bob,companyName:Micosoft,emailAddress:alice@microsoft.com}" --sku "{name:ess-consumption-2024_Monthly}"

0 commit comments

Comments
 (0)