Azure-Samples / azure-samples-net-management

Azure .NET Management Libraries Code Sample
MIT License
38 stars 23 forks source link

Fail to compile after upgrade the package Azure.ResourceManager.KeyVault to 1.0.0 #15

Open v-bafa opened 1 year ago

v-bafa commented 1 year ago

E.g. Severity Code Description Project File Line Suppression State Error CS0246 The type or namespace name 'KeyVaultManagementClient' could not be found (are you missing a using directive or an assembly reference?) ManageKeyVault ..\samples\keyvault\manage-key-vault\Program.cs 36 Active

mcgallan commented 9 months ago

Hi @v-bafa , thank you for your interest in our Azure Sample. I am pleased to inform you that we have upgraded the code based on the latest Azure dot net sdk package. You can now use the latest Azure.ResourceManager.KeyVault SDK package to run the sample. Please let us know if you have any further questions or concerns.