You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az trustedsigning show -g MyResourceGroup -n MyAccount` command.
205
+
az artifact-signing show -g MyResourceGroup -n MyAccount` command.
206
206
```
207
207
> [!NOTE]
208
208
> If you use an earlier version of the Azure CLI from the Artifact Signing preview, your account defaults to the Basic SKU. To use the Premium SKU, either upgrade the Azure CLI to the latest version or use the Azure portal to create the account.
209
209
210
210
The following table lists *helpful commands* to use when you create an Artifact Signing account:
2. Create a certificate profile that includes optional fields (street address or postal code) in the subject name of the certificate by using the following command:
|`az trustedsigning certificate-profile create -–help`| Shows help for sample commands, and shows detailed parameter descriptions.|
499
-
|`az trustedsigning certificate-profile list -g MyResourceGroup --account-name MyAccount`| Lists all certificate profiles that are associated with an Artifact Signing account.|
500
-
|`az trustedsigning certificate-profile show -g MyResourceGroup --account-name MyAccount -n MyProfile`| Gets the details for a certificate profile.|
|`az artifact-signing certificate-profile create -–help`| Shows help for sample commands, and shows detailed parameter descriptions. |
499
+
|`az artifact-signing certificate-profile list -g MyResourceGroup --account-name MyAccount`| Lists all certificate profiles that are associated with an Artifact Signing account. |
500
+
|`az artifact-signing certificate-profile show -g MyResourceGroup --account-name MyAccount -n MyProfile`| Gets the details for a certificate profile.|
501
501
502
502
---
503
503
@@ -536,7 +536,7 @@ To delete Artifact Signing resources by using the Azure CLI:
536
536
To delete an Artifact Signing certificate profile, run this command:
537
537
538
538
```azurecli
539
-
az trustedsigning certificate-profile delete -g MyResourceGroup --account-name MyAccount -n MyProfile
539
+
az artifact-signing certificate-profile delete -g MyResourceGroup --account-name MyAccount -n MyProfile
540
540
```
541
541
542
542
> [!NOTE]
@@ -549,7 +549,7 @@ You can use the Azure CLI to delete Artifact Signing resources.
549
549
To delete an Artifact Signing account, run this command:
550
550
551
551
```azurecli
552
-
az trustedsigning delete -n MyAccount -g MyResourceGroup
552
+
az artifact-signing delete -n MyAccount -g MyResourceGroup
0 commit comments