0% found this document useful (0 votes)
23 views1 page

What Is Reference Status

Uploaded by

naveenkj16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

What Is Reference Status

Uploaded by

naveenkj16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

What is reference status?

Regardless of reference type, Azure CLI references fall into three status
categories: GA (Generally Available), public preview or deprecated. It's the
reference command status (not type) that determines stability.

GA Public preview Deprecated


Stability Permanent Can change in response to customer feedback. Is subject to
the terms of Microsoft Azure Previews. Will be removed.
Note

Warnings indicating public preview or deprecated are part of the Azure CLI command
output and should be expected.

Most commands and parameters for a single reference have a single status, but not
always. A GA reference that is being built out to offer more commands can have both
GA and preview reference commands. As new parameters are added to increase
functionality, a single command can also have parameters that fall under different
status categories. Here are example references that have different statuses:

Full reference command Parameters Type GA Public preview Deprecated


az network dns zone list All Core yes
az network dns zone create --name, --resource-group, --if-none-match, --parent-
name Core yes
--existingParameter5 Core yes
--newParameter6 Core yes
az network vhub list All Extension yes
az network vhub create --address-prefix, --name, --resource-group, -vwan, --
location, --sku Extension yes
--exsitingParameter7 Extension yes
--newParameter8 Extension yes
az network firewall create All Extension yes
The above table is only an example and isn't representative of the current
reference statuses for az network.

See also

You might also like