Skip to content

Commit 9779057

Browse files
authored
Merge pull request Azure#112 from bganapa/input-files
Specifiying the input files in the correct format to consume the latest autorest-beta
2 parents 1f272c5 + e28e23b commit 9779057

File tree

5 files changed

+6
-16
lines changed

5 files changed

+6
-16
lines changed

src/Azs.Backup.Admin/readme.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,14 @@ In this directory, run AutoRest:
4949
require:
5050
- $(this-folder)/../readme.azurestack.md
5151
- $(repo)/specification/azsadmin/resource-manager/backup/readme.azsautogen.md
52-
- $(repo)/specification/azsadmin/resource-manager/backup/readme.md
53-
5452

5553
subject-prefix: ''
5654
module-version: 0.9.0
5755

58-
### File Renames
59-
module-name: Azs.Backup.Admin
60-
csproj: Azs.Backup.Admin.csproj
61-
psd1: Azs.Backup.Admin.psd1
56+
### File Renames
57+
module-name: Azs.Backup.Admin
58+
csproj: Azs.Backup.Admin.csproj
59+
psd1: Azs.Backup.Admin.psd1
6260
psm1: Azs.Backup.Admin.psm1
6361
```
6462
@@ -166,7 +164,6 @@ directive:
166164
verb: Start
167165
subject: Backup
168166

169-
170167
# Add release notes
171168
- from: Azs.Backup.Admin.nuspec
172169
where: $

src/Azs.Fabric.Admin/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ In this directory, run AutoRest:
4848
``` yaml
4949
require:
5050
- $(this-folder)/../readme.azurestack.md
51-
- $(repo)/specification/azsadmin/resource-manager/fabric/readme.md
5251

5352
input-file:
5453
- $(repo)/specification/azsadmin/resource-manager/fabric/Microsoft.Fabric.Admin/preview/2016-05-01/EdgeGateway.json

src/Azs.InfrastructureInsights.Admin/readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- region Generated -->
22
# Azs.InfrastructureInsights.Admin
3-
This directory contains the PowerShell module for the InfrastructureInsightsAdmin service.
3+
This directory contains the PowerShell module for the InfrastructureInsights Admin service.
44

55
---
66
## Status
@@ -48,7 +48,6 @@ In this directory, run AutoRest:
4848
``` yaml
4949
require:
5050
- $(this-folder)/../readme.azurestack.md
51-
- $(repo)/specification/azsadmin/resource-manager/infrastructureinsights/readme.md
5251

5352
input-file:
5453
- $(repo)/specification/azsadmin/resource-manager/infrastructureinsights/Microsoft.InfrastructureInsights.Admin/preview/2016-05-01/InfrastructureInsights.json

src/Azs.KeyVault.Admin/readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- region Generated -->
22
# Azs.KeyVault.Admin
3-
This directory contains the PowerShell module for the KeyVaultAdmin service.
3+
This directory contains the PowerShell module for the KeyVault Admin service.
44

55
---
66
## Status
@@ -48,8 +48,6 @@ In this directory, run AutoRest:
4848
``` yaml
4949
require:
5050
- $(this-folder)/../readme.azurestack.md
51-
- $(repo)/specification/azsadmin/resource-manager/keyvault/readme.azsautogen.md
52-
- $(repo)/specification/azsadmin/resource-manager/keyvault/readme.md
5351

5452
input-file:
5553
- $(repo)/specification/azsadmin/resource-manager/keyvault/Microsoft.KeyVault.Admin/preview/2017-02-01-preview/KeyVault.json

src/Azs.Subscriptions/readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ psm1: Azs.Subscriptions.psm1
8686
clear-output-folder: true
8787
output-folder: .
8888

89-
require:
90-
- $(repo)/specification/azsadmin/resource-manager/user-subscriptions/readme.md
91-
9289
input-file:
9390
- $(repo)/specification/azsadmin/resource-manager/user-subscriptions/Microsoft.Subscriptions/preview/2015-11-01/Subscriptions.json
9491
- $(repo)/specification/azsadmin/resource-manager/user-subscriptions/Microsoft.Subscriptions/preview/2015-11-01/Offer.json

0 commit comments

Comments
 (0)