Skip to content

Commit 516daf0

Browse files
authored
Make template internal visible to test proxy (Azure#27496)
* make template internal visible to test proxy * update readme to keep consistency
1 parent 446c5e2 commit 516daf0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

eng/templates/Azure.ResourceManager.Template/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ For more information on Azure SDK, please refer to [this website](https://azure.
5252

5353
## Contributing
5454

55-
For details on contributing to this repository, see the [contributing
56-
guide](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md).
55+
For details on contributing to this repository, see the [contributing guide][cg].
5756

5857
This project welcomes contributions and suggestions. Most contributions
5958
require you to agree to a Contributor License Agreement (CLA) declaring
@@ -66,11 +65,14 @@ whether you need to provide a CLA and decorate the PR appropriately
6665
bot. You will only need to do this once across all repositories using
6766
our CLA.
6867

69-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For
70-
more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact
68+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For
69+
more information see the [Code of Conduct FAQ][coc_faq] or contact
7170
<[email protected]> with any additional questions or comments.
7271

7372
<!-- LINKS -->
73+
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
74+
[coc]: https://opensource.microsoft.com/codeofconduct/
75+
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
7476
[style-guide-msft]: https://docs.microsoft.com/style-guide/capitalization
7577
[style-guide-cloud]: https://aka.ms/azsdk/cloud-style-guide
7678

eng/templates/Azure.ResourceManager.Template/src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
[assembly: Azure.Core.AzureResourceProviderNamespace("ProviderFullName")]
77

8+
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
89
[assembly: InternalsVisibleTo("Azure.ResourceManager.Template.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")]

0 commit comments

Comments
 (0)