Skip to content

Commit 005d454

Browse files
authored
Update management plane template (Azure#27292)
1 parent 73517bf commit 005d454

File tree

4 files changed

+31
-8
lines changed

4 files changed

+31
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-preview.1 (Unreleased)
3+
## 1.0.0-beta.1 (Unreleased)
44

55
This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
66

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
99
Install the Azure ProviderShortName management library for .NET with [NuGet](https://www.nuget.org/):
1010

1111
```PowerShell
12-
Install-Package Azure.ResourceManager.Template -Version 1.0.0-preview.1
12+
Install-Package Azure.ResourceManager.Template -Version 1.0.0-beta.1
1313
```
1414

1515
### Prerequisites
@@ -52,8 +52,8 @@ 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.
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).
5757

5858
This project welcomes contributions and suggestions. Most contributions
5959
require you to agree to a Contributor License Agreement (CLA) declaring
@@ -66,8 +66,8 @@ whether you need to provide a CLA and decorate the PR appropriately
6666
bot. You will only need to do this once across all repositories using
6767
our CLA.
6868

69-
This project has adopted the Microsoft Open Source Code of Conduct. For
70-
more information see the Code of Conduct FAQ or contact
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
7171
<[email protected]> with any additional questions or comments.
7272

7373
<!-- LINKS -->

eng/templates/Azure.ResourceManager.Template/src/autorest.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,30 @@ Run `dotnet build /t:GenerateCode` to generate code.
55
``` yaml
66

77
azure-arm: true
8-
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/ProviderNameLowercase/resource-manager/readme.md
8+
csharp: true
9+
library-name: ProviderShortName
10+
namespace: Azure.ResourceManager.ProviderShortName
11+
require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/ProviderNameLowercase/resource-manager/readme.md
12+
output-folder: Generated/
13+
clear-output-folder: true
14+
skip-csproj: true
915
tagPrefix SwaggerVersionTag
16+
rename-rules:
17+
Os: OS
18+
Ip: IP
19+
Ips: IPs
20+
ID: Id
21+
IDs: Ids
22+
VM: Vm
23+
VMs: Vms
24+
VMScaleSet: VmScaleSet
25+
DNS: Dns
26+
VPN: Vpn
27+
NAT: Nat
28+
WAN: Wan
29+
Ipv4: IPv4
30+
Ipv6: IPv6
31+
Ipsec: IPsec
32+
URI: Uri
1033

1134
```

eng/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Following parameter is available
2828
* dotnet new azuremgmt --provider `ResourceProviderName` --tagVersion `Optional tag in README.MD` **OR**
2929
* dotnet new azuremgmt --provider `ResourceProviderName` --includeCI true
3030
*
31-
> Note: Please use proper casing for the directory name as well as resource provider name. `Azure.ResourceManager.Rp`, `Microsoft.Compute` or `Microsoft.KeyVault`. The resource provider name without `Microsoft.` will be used in autorest.md file pointing to the `https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/specification/<resource name>/resource-manager/readme.md`
31+
> Note: Please use proper casing for the directory name as well as resource provider name. `Azure.ResourceManager.Rp`, `Microsoft.Compute` or `Microsoft.KeyVault`. The resource provider name without `Microsoft.` will be used in autorest.md file pointing to the `https://raw.githubusercontent.com/Azure/azure-rest-api-specs/main/specification/<resource name>/resource-manager/readme.md`
3232
3333
---
3434

0 commit comments

Comments
 (0)