From bc52a0cac15e1a82236af97f792258ad4284f114 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Fri, 10 Apr 2020 15:39:15 +0800 Subject: [PATCH 1/2] fix doc error --- src/KeyVault/KeyVault/ChangeLog.md | 1 + .../help/Remove-AzKeyVaultManagedStorageSasDefinition.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/KeyVault/KeyVault/ChangeLog.md b/src/KeyVault/KeyVault/ChangeLog.md index 1e765e7681fa..5c5aadbc25ff 100644 --- a/src/KeyVault/KeyVault/ChangeLog.md +++ b/src/KeyVault/KeyVault/ChangeLog.md @@ -19,6 +19,7 @@ --> ## Upcoming Release * Added support to Microsoft.PowerShell.SecretManagement [#11178] +* Fixed error in the examples of `Remove-AzKeyVaultManagedStorageSasDefinition` [#11479] ## Version 1.5.2 * Added breaking change attributes to `New-AzKeyVault` diff --git a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md index 2b24fa6a8231..31b8b243615c 100644 --- a/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md +++ b/src/KeyVault/KeyVault/help/Remove-AzKeyVaultManagedStorageSasDefinition.md @@ -31,7 +31,7 @@ Removes a Key Vault managed Azure Storage SAS definitions. This also removes the ### Example 1: Remove a Key Vault managed Azure Storage SAS definition. ```powershell -PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount' -Name 'mysasdef' -PassThru +PS C:\> Remove-AzKeyVaultManagedStorageSasDefinition -VaultName 'myvault' -AccountName 'mystorageaccount' -Name 'mysasdef' -PassThru Id : https://myvault.vault.azure.net:443/storage/mystorageaccount/sas/mysasdef Vault Name : myvault @@ -47,7 +47,7 @@ Removes a Key Vault managed Storage SAS definition 'mysasdef' associated with th ### Example 2: Remove a Key Vault managed Azure Storage SAS definition without user confirmation. ```powershell -PS C:\> Remove-AzKeyVaultManagedStorageAccount -VaultName 'myvault' -AccountName 'mystorageaccount' -Name 'mysasdef' -PassThru -Force +PS C:\> Remove-AzKeyVaultManagedStorageSasDefinition -VaultName 'myvault' -AccountName 'mystorageaccount' -Name 'mysasdef' -PassThru -Force Id : https://myvault.vault.azure.net:443/storage/mystorageaccount/sas/mysasdef Vault Name : myvault From 343ee0a51626092e587ed58e2e62531aaa8e5ec4 Mon Sep 17 00:00:00 2001 From: Yeming Liu Date: Mon, 13 Apr 2020 10:30:52 +0800 Subject: [PATCH 2/2] add back ref to managed service identity project --- src/Compute/Compute.sln | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Compute/Compute.sln b/src/Compute/Compute.sln index 50d1b5ccbfb9..d5930adf24cc 100644 --- a/src/Compute/Compute.sln +++ b/src/Compute/Compute.sln @@ -14,6 +14,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Accounts", "..\Accounts\Acc EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeyVault", "..\KeyVault\KeyVault\KeyVault.csproj", "{9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedServiceIdentity", "..\ManagedServiceIdentity\ManagedServiceIdentity.csproj", "{228EB071-FA04-43B3-95F9-7D76DBF0B850}" +EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication", "..\Accounts\Authentication\Authentication.csproj", "{FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Authentication.ResourceManager", "..\Accounts\Authentication.ResourceManager\Authentication.ResourceManager.csproj", "{3E016018-D65D-4336-9F64-17DA97783AD0}" @@ -48,6 +50,10 @@ Global {9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Debug|Any CPU.Build.0 = Debug|Any CPU {9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|Any CPU.ActiveCfg = Release|Any CPU {9FFC40CC-A341-4D0C-A25D-DC6B78EF6C94}.Release|Any CPU.Build.0 = Release|Any CPU + {228EB071-FA04-43B3-95F9-7D76DBF0B850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {228EB071-FA04-43B3-95F9-7D76DBF0B850}.Debug|Any CPU.Build.0 = Debug|Any CPU + {228EB071-FA04-43B3-95F9-7D76DBF0B850}.Release|Any CPU.ActiveCfg = Release|Any CPU + {228EB071-FA04-43B3-95F9-7D76DBF0B850}.Release|Any CPU.Build.0 = Release|Any CPU {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Debug|Any CPU.Build.0 = Debug|Any CPU {FF81DC73-B8EC-4082-8841-4FBF2B16E7CE}.Release|Any CPU.ActiveCfg = Release|Any CPU