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

Proposal: rename 'azure' directory to 'clients' #45

Closed
ahmetb opened this issue Feb 14, 2015 · 3 comments · Fixed by #49
Closed

Proposal: rename 'azure' directory to 'clients' #45

ahmetb opened this issue Feb 14, 2015 · 3 comments · Fixed by #49
Labels
help wanted This issue is tracking work for which community contributions would be welcomed and appreciated

Comments

@ahmetb
Copy link
Contributor

ahmetb commented Feb 14, 2015

Current status results in a weird import path like:

go get github.com/MSOpenTech/azure-sdk-for-go/azure/storage

that's better off as /clients/ as it used to be like in v1.x

@ahmetb ahmetb added enhancement help wanted This issue is tracking work for which community contributions would be welcomed and appreciated labels Feb 14, 2015
@ahmetb
Copy link
Contributor Author

ahmetb commented Feb 14, 2015

Better idea:

└── core/
└──  management/
    ├──hostedservice/
    ├──storageservice/
    ├──...
    ├──virtualmachine/
    └──virtualnetwork/
└──storage/
    ├──blob/
    ├──table/      (not yet implemented)
    └──queue/      (not yet implemented)

how's that sound? cc: @jeffmendoza @hopetobelievein @brendandixon

@jen20
Copy link
Contributor

jen20 commented Feb 14, 2015 via email

@ahmetb ahmetb changed the title Rename 'azure' directory to 'clients' Proposal: rename 'azure' directory to 'clients' Feb 14, 2015
@ruslangabitov
Copy link
Contributor

Yeah, that makes much more sense.
And we should probably update readme, it still uses 'azure' directory.

marstr pushed a commit to marstr/azure-sdk-for-go that referenced this issue Apr 27, 2017
* queue ACL WIP

* helps to check correct status

* getpermissions for queue working

* tests and recording for queue permissions

* queue set permissions test tweaks

* fixing yaml recordings
marstr pushed a commit that referenced this issue Apr 28, 2017
* queue ACL WIP

* helps to check correct status

* getpermissions for queue working

* tests and recording for queue permissions

* queue set permissions test tweaks

* fixing yaml recordings
mcardosos pushed a commit that referenced this issue May 4, 2017
* queue ACL WIP

* helps to check correct status

* getpermissions for queue working

* tests and recording for queue permissions

* queue set permissions test tweaks

* fixing yaml recordings
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help wanted This issue is tracking work for which community contributions would be welcomed and appreciated
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants