Skip to content
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

Fix container name in Dapr component #58

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

AaronCrawfis
Copy link
Contributor

This PR fixes a naming issue for the Dapr component in the Azure Dapr state store Recipes

Previously we referenced the name of the container directly, which returned <accountName>/default/<containerName> instead of just <containerName>.

This PR creates a var and both names and references the value directly.

Signed-off-by: Aaron Crawfis <[email protected]>
@AaronCrawfis AaronCrawfis merged commit 2fb4c8c into main Jan 22, 2024
1 of 2 checks passed
@AaronCrawfis AaronCrawfis deleted the aacrawfi/statestore-name branch January 22, 2024 17:10
Reshrahim pushed a commit to Reshrahim/recipes that referenced this pull request Feb 23, 2024
Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
kachawla added a commit that referenced this pull request Feb 27, 2024
* Fix container name (#58)

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Adding tags parameters with radapp defaults to Azure Recipes (#60)

* Adding tags parameters with radapp defaults to Azure Recipes

Signed-off-by: Will Velida <[email protected]>

* Add radius-specific tags with optional tag parameters. null checking on application context in tag

Signed-off-by: Will Velida <[email protected]>

* Adding hyphen character in radiusTags object

Signed-off-by: Will Velida <[email protected]>

---------

Signed-off-by: Will Velida <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add contribution guides

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add contribution link

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add contribution link

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add links to contribution guides to code and PR

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Rename contribution folder

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add links to contribution guides to code and PR

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add testing steps

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add testing steps

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* close bicep code snippet

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Delete .DS_Store

Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Address feedback

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update docs/contributing/contributing-recipes.md

Co-authored-by: Aaron Crawfis <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Address feedback

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update publish in test workflow to exclude readme file)

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Empty-Commit

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Update aws/README.MD

Co-authored-by: Karishma Chawla <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Apply suggestions from code review

Co-authored-by: Karishma Chawla <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Address feedback

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Address feedback

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Address feedback

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Address feedback

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add hyperlink

Signed-off-by: Reshma Abdul Rahim <[email protected]>

* Add hyperlink

Signed-off-by: Reshma Abdul Rahim <[email protected]>

---------

Signed-off-by: Aaron Crawfis <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Signed-off-by: Will Velida <[email protected]>
Signed-off-by: Reshma Abdul Rahim <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
Co-authored-by: Will Velida <[email protected]>
Co-authored-by: Karishma Chawla <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants