-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add SDK for Tiering #26121
Merged
danielortega-msft
merged 24 commits into
Azure:main
from
classBabacar-msft:bndoye/sdkForTiering
Jun 16, 2023
Merged
Add SDK for Tiering #26121
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c7f122d
Rush config files
classBabacar-msft 1770290
SDK for tiering
classBabacar-msft e2f8099
autorest code for tiering
classBabacar-msft 4bf82ff
updating swagger
classBabacar-msft 514f781
updating swagger.json
classBabacar-msft 5236e53
Changing function name in client
classBabacar-msft 03bde07
updating samples
classBabacar-msft bb256fc
generated code
classBabacar-msft 00711a1
api extractor
classBabacar-msft ab99bc8
updating the swagger
classBabacar-msft 88021ff
tests
classBabacar-msft aebd56f
coverage generator
classBabacar-msft ce6b226
adding documentation
classBabacar-msft 8e4848b
removing apiref
classBabacar-msft 81c9c95
Merge branch 'main' into bndoye/sdkForTiering
classBabacar-msft 96581d0
rush updating
classBabacar-msft 1dc9f70
Adding unknown word and editing readme
classBabacar-msft 6e42803
Merge branch 'main' into bndoye/sdkForTiering
classBabacar-msft ab11c86
Addressing PR Comments
classBabacar-msft 82ec663
updating beta version
classBabacar-msft 3398bab
versioning
classBabacar-msft f1df02f
Merge branch 'main' into bndoye/sdkForTiering
classBabacar-msft 16e6e94
Adding environment variables to test
classBabacar-msft 4130fc8
Removing hardcoded environment variable for tests
classBabacar-msft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 would suggest avoiding hardcoding this value and simply read from the env vars. In any case, in recordedClient.ts you are already setting up this same GUID as the value for
env.RESOURCE_ID
whenever running in playback mode, which should be more than enough.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.
ok that makes sense