Skip to content

Fix publishing prerelease tag#955

Merged
MariusStorhaug merged 4 commits intomainfrom
users/mast/publishing_prerelease_fix
Feb 2, 2022
Merged

Fix publishing prerelease tag#955
MariusStorhaug merged 4 commits intomainfrom
users/mast/publishing_prerelease_fix

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Contributor

Change

To be clarified

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update (Wiki)

Checklist

  • I'm sure there are no other open Pull Requests for the same update/change
  • My corresponding pipelines / checks run clean and green without any errors or warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (readme)
  • I did format my code

@MariusStorhaug MariusStorhaug self-assigned this Feb 1, 2022
@MariusStorhaug MariusStorhaug added [cat] modules category: modules [cat] publishing category: publishing [prio] high importance of the issue: high priority bug Something isn't working labels Feb 1, 2022
@MariusStorhaug MariusStorhaug linked an issue Feb 1, 2022 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 2, 2022

Unit Test Results

  1 files  ±  0  1 suites  ±0   16s ⏱️ -29s
  4 tests  -   1  4 ✔️  - 1    0 💤 ±  0  0 ±0 
37 runs   - 63  4 ✔️  - 1  33 💤  - 62  0 ±0 

Results for commit b2b1c2d. ± Comparison against base commit 57002fd.

This pull request removes 5 and adds 4 tests. Note that renamed tests count towards both.
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/virtualHubs/hubRouteTables] used resource type [virtualHubs/hubRouteTables] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/virtualHubs/hubVirtualNetworkConnections] used resource type [virtualHubs/hubVirtualNetworkConnections] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/virtualHubs] used resource type [virtualHubs/hubRouteTables] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/virtualHubs] used resource type [virtualHubs/hubVirtualNetworkConnections] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.Network/virtualHubs] used resource type [virtualHubs] should use on of the recent API version(s). Currently using [2021-05-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.AnalysisServices/servers] used resource type [diagnosticsettings] should use on of the recent API version(s). Currently using [2021-05-01-preview]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.AnalysisServices/servers] used resource type [locks] should use on of the recent API version(s). Currently using [2017-04-01]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.AnalysisServices/servers] used resource type [roleassignments] should use on of the recent API version(s). Currently using [2021-04-01-preview]
/home/runner/work/ResourceModules/ResourceModules/arm/.global/global.module.tests.ps1 ‑ API version tests [All apiVersions in the template should be 'recent'].In [Microsoft.AnalysisServices/servers] used resource type [servers] should use on of the recent API version(s). Currently using [2017-08-01]

♻️ This comment has been updated with latest results.

@MariusStorhaug MariusStorhaug requested a review from eriqua February 2, 2022 16:40
@MariusStorhaug MariusStorhaug marked this pull request as ready for review February 2, 2022 16:40
@MariusStorhaug MariusStorhaug merged commit 9a3fcd0 into main Feb 2, 2022
@AlexanderSehr AlexanderSehr deleted the users/mast/publishing_prerelease_fix branch February 4, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working [cat] modules category: modules [cat] publishing category: publishing [prio] high importance of the issue: high priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Publishing from main still adds prerelease

2 participants