Code Monkey home page Code Monkey logo

Comments (9)

paulomarquesc avatar paulomarquesc commented on July 19, 2024

hi @gwalkey , unfortunately, Get-AzStorageTable is a cmdlet that is not owned/supported by the AzTables module, this is an official cmdlet from Az.Storage module and I suggest you to open an issue there.

from azurermstoragetable.

gwalkey avatar gwalkey commented on July 19, 2024

Hey thanks, will do
I assumed this was your CMDLet
Too bad another MS piece of code is broken

from azurermstoragetable.

paulomarquesc avatar paulomarquesc commented on July 19, 2024

One last comment, after the SAS token issue is fixed please change your line:

$Table = Get-AzStorageTable -Name $tableName -Context $StorageCtx

with

$Table = (Get-AzStorageTable -Name $tableName -Context $StorageCtx).CloudTable

from azurermstoragetable.

gwalkey avatar gwalkey commented on July 19, 2024

yep. know about the sub-collection

from azurermstoragetable.

gwalkey avatar gwalkey commented on July 19, 2024

Paulo, whats the deal with the Table module NOT being supported by MS?
Just trying to sell more Cosmos?

from azurermstoragetable.

gwalkey avatar gwalkey commented on July 19, 2024

Azure/azure-powershell#14394

they still didnt use the Az module but referenced the Cosmos DLL directly
ho hum

from azurermstoragetable.

gwalkey avatar gwalkey commented on July 19, 2024

Paulo, whats the deal with the Table module NOT being supported by MS?
Just trying to sell more Cosmos?

from azurermstoragetable.

paulomarquesc avatar paulomarquesc commented on July 19, 2024

@gwalkey, just for the sake of other customers having the same issue, the answer for how to instantiate a table object was given by Wei Wei from Storage team here.

from azurermstoragetable.

paulomarquesc avatar paulomarquesc commented on July 19, 2024

Update on documentation to account for the case where customer have a table sas token and how to obtain the CloudTable from it.

https://github.com/paulomarquesc/AzureRmStorageTable/blob/master/docs/README.md#troubleshooting

from azurermstoragetable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.