-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Microsoft.StorageSync 2019-06-01 API version #7337
Microsoft.StorageSync 2019-06-01 API version #7337
Conversation
…-03-01 to version 2019-06-01
…status (#7161) * introduce cloud tiering and recall status * fix validation errors * Additional validation fixes
In Testing, Please Ignore[Logs] (Generated from d1b1885, Iteration 7).NET: test-repo-billy/azure-sdk-for-net [Logs]
Python: test-repo-billy/azure-sdk-for-python [Logs]
Java: test-repo-billy/azure-sdk-for-java [Logs]
Go: test-repo-billy/azure-sdk-for-go [Logs]
JavaScript: test-repo-billy/azure-sdk-for-js [Logs]
|
Automation for azure-sdk-for-pythonA PR has been created for you: |
Automation for azure-sdk-for-goNothing to generate for azure-sdk-for-go |
Can one of the admins verify this patch? |
@@ -26,18 +26,27 @@ These are the global settings for the Storage Sync API. | |||
|
|||
``` yaml | |||
openapi-type: arm | |||
tag: package-2019-03-01 | |||
tag: package-2019-06 |
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.
shouldn't this be 2019-06-01?
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.
Thanks for pointing it out @ryansbenson
I'll fix it.
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.
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.
This is not fixed yet.
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 don't have permissions to push to this branch, so the fixes are going to this PR:
#7413
Approved from ARMs side. SDK - Please review the readme change. |
hi @Juliehzl is the PR ok to merge? |
### Tag: package-2019-03-01 | ||
|
||
These settings apply only when `--tag=package-2019-03-01` is specified on the command line. | ||
|
||
```yaml $(tag) == 'package-2019-03-01' | ||
``` yaml $(tag) == 'package-2019-03-01' |
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.
No need to add a space.
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 didn't modify this myself (likely code generation made the changes). I can fix it anyways.
@@ -155,7 +164,7 @@ See configuration in [readme.go.md](./readme.go.md) | |||
|
|||
See configuration in [readme.java.md](./readme.java.md) | |||
|
|||
## Multi-API/Profile support for AutoRest v3 generators | |||
## Multi-API/Profile support for AutoRest v3 generators | |||
|
|||
AutoRest V3 generators require the use of `--tag=all-api-versions` to select api files. | |||
|
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.
IMHO, the multiapi profile should also have the new version.
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.
Good point. However, I see that the there is some text there that reads: "This block is updated by an automatic script. Edits may be lost!", so I feel maybe it should have been automatically updated. I'll add the new version there anyways.
@@ -26,18 +26,27 @@ These are the global settings for the Storage Sync API. | |||
|
|||
``` yaml | |||
openapi-type: arm | |||
tag: package-2019-03-01 | |||
tag: package-2019-06 |
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.
This is not fixed yet.
Latest improvements:
MSFT employees can try out our new experience at OpenAPI Hub - one location for using our validation tools and finding your workflow.
Contribution checklist:
ARM API Review Checklist
Failure to comply may result in delays for manifest application. Note this does not apply to data plane APIs.
Please follow the link to find more details on API review process.