Skip to content

Commit

Permalink
Microsoft.ApiManagement-service Min Param File Added (#1108)
Browse files Browse the repository at this point in the history
* Microsoft.ApiManagement-Service Min Param file Add

* nameprefix

* namePrefix

* name fixes

* namePrefix reverted
  • Loading branch information
SaumilkumarShah authored Mar 9, 2022
1 parent 8d81a13 commit 49896df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions .azuredevops/modulePipelines/ms.apimanagement.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ stages:
deploymentBlocks:
- path: $(modulePath)/.parameters/max.parameters.json
- path: $(modulePath)/.parameters/parameters.json
- path: $(modulePath)/.parameters/min.parameters.json

- stage: Publishing
displayName: Publish module
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ms.apimanagement.service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
parameterFilePaths: ['parameters.json', 'max.parameters.json']
parameterFilePaths: ['parameters.json', 'max.parameters.json', 'min.parameters.json']
steps:
- name: 'Checkout'
uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"name": {
"value": "<<namePrefix>>-az-apim-min-001"
},
"publisherEmail": {
"value": "apimgmt-noreply@mail.windowsazure.com"
},
"publisherName": {
"value": "<<namePrefix>>-az-amorg-x-001"
}
}
}

0 comments on commit 49896df

Please sign in to comment.