-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
fixing readmes in resources #7163
Changes from all commits
4eb7109
5ceac68
b8497cc
b02003c
7bb0714
82b8546
9ca2b08
3bd7dc9
3c5552e
3e6ec14
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 |
---|---|---|
|
@@ -40,35 +40,22 @@ tag: package-locks-2016-09 | |
tag: package-policy-2019-06 | ||
``` | ||
|
||
``` yaml $(package-policy) | ||
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. same as above 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 duplicated, and second has overwritten first resulting in wrong version included in some sdks |
||
tag: package-policy-2019-01 | ||
``` | ||
|
||
``` yaml $(package-resources) | ||
tag: package-resources-2019-08 | ||
``` | ||
|
||
``` yaml $(package-subscriptions) | ||
tag: package-subscriptions-2018-06 | ||
tag: package-subscriptions-2019-06 | ||
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. what's the sorting order? it's a mess now. 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. what do you mean, there's only one tag in here? |
||
``` | ||
|
||
``` yaml $(package-links) | ||
tag: package-links-2016-09 | ||
``` | ||
|
||
``` yaml $(package-managedapplications) | ||
tag: package-2019-06 | ||
tag: package-managedapplications-2018-06 | ||
``` | ||
|
||
|
||
### Tag: package-2019-06 | ||
|
||
These settings apply only when `--tag=package-2019-06` is specified on the command line. | ||
|
||
```yaml $(tag) == 'package-2019-06' | ||
input-file: | ||
- Microsoft.Resources/stable/2019-06-01/subscriptions.json | ||
``` | ||
### Tag: package-features-2015-12 | ||
|
||
These settings apply only when `--tag=package-features-2015-12` is specified on the command line. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ batch: | |
- tag: package-locks-2016-09 | ||
- tag: package-locks-2015-01 | ||
- tag: package-managedapplications-2018-06 | ||
- tag: package-managedapplications-2017-09 | ||
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. why this tag is removed? 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. because managedapplications was intentionally generated as single-api, and the second tag was put by mistake here by service team. |
||
- tag: package-policy-2019-06 | ||
- tag: package-policy-2019-01 | ||
- tag: package-policy-2018-05 | ||
|
@@ -104,17 +103,6 @@ python: | |
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications | ||
``` | ||
|
||
### Tag: package-managedapplications-2017-09 and python | ||
|
||
These settings apply only when `--tag=package-managedapplications-2017-09 --python` is specified on the command line. | ||
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. | ||
|
||
``` yaml $(tag) == 'package-managedapplications-2017-09' && $(python) | ||
python: | ||
namespace: azure.mgmt.resource.managedapplications | ||
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/managedapplications | ||
``` | ||
|
||
### Tag: package-policy-2019-06 and python | ||
|
||
These settings apply only when `--tag=package-policy-2019-06 --python` is specified on the command line. | ||
|
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.
if there sdk released for this already? what's the impact of removing this line?
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.
I have added package-subscriptions-2019-06 below, so result is the same