-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Add package-subscriptions-2019-11 #8503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -45,7 +45,7 @@ tag: package-resources-2019-10 | |
| ``` | ||
|
|
||
| ``` yaml $(package-subscriptions) | ||
| tag: package-subscriptions-2019-06 | ||
| tag: package-subscriptions-2019-11 | ||
| ``` | ||
|
|
||
| ``` yaml $(package-links) | ||
|
|
@@ -57,19 +57,10 @@ tag: package-managedapplications-2018-06 | |
| ``` | ||
|
|
||
| ``` yaml $(package-deploymentscripts) | ||
| tag: package-2019-11 | ||
| tag: package-deploymentscripts-2019-10-preview | ||
| ``` | ||
|
|
||
|
|
||
| ### Tag: package-2019-11 | ||
|
|
||
| These settings apply only when `--tag=package-2019-11` is specified on the command line. | ||
|
|
||
| ```yaml $(tag) == 'package-2019-11' | ||
| input-file: | ||
| - Microsoft.Resources/stable/2019-11-01/subscriptions.json | ||
| ``` | ||
| ### Tag: package-resources-2019-10-preview | ||
| ### Tag: package-deploymentscripts-2019-10-preview | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was intentional however making naming consistent in tags makes sense. |
||
|
|
||
| These settings apply only when `--tag=package-deploymentscripts-2019-10-preview` is specified on the command line. | ||
|
|
||
|
|
@@ -358,6 +349,15 @@ input-file: | |
| - Microsoft.Resources/stable/2015-11-01/resources.json | ||
| ``` | ||
|
|
||
| ### Tag: package-subscriptions-2019-11 | ||
|
|
||
| These settings apply only when `--tag=package-subscriptions-2019-11` is specified on the command line. | ||
|
|
||
| ``` yaml $(tag) == 'package-subscriptions-2019-11' | ||
| input-file: | ||
| - Microsoft.Resources/stable/2019-11-01/subscriptions.json | ||
| ``` | ||
|
Comment on lines
+352
to
+359
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the incorrect naming of |
||
|
|
||
| ### Tag: package-subscriptions-2019-06 | ||
|
|
||
| These settings apply only when `--tag=package-subscriptions-2019-06` is specified on the command line. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert the change made in #7839 , so that
$(package-deploymentscripts)matchestag: package-deploymentscripts-2019-10-preview.