Skip to content

Commit 70b4015

Browse files
committed
Restructure
1 parent 9525c2c commit 70b4015

File tree

97 files changed

+394
-2425
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+394
-2425
lines changed

.env_sample

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@
55

66
AZURE_STORAGE_ACCOUNT="your storage account"
77
AZURE_STORAGE_ACCESS_KEY="your storage access key"
8-
AZURE_SERVICEBUS_NAMESPACE="your sb namespace"
9-
AZURE_SERVICEBUS_ACCESS_KEY="your sb access key"
10-
AZURE_MANAGEMENT_CERTIFICATE="your management cert path"
11-
AZURE_SUBSCRIPTION_ID="your subscription id"
12-
AZURE_SERVICEBUS_SAS_KEY="Service Bus SAS key"
13-
AZURE_SERVICEBUS_SAS_KEY_NAME="Service Bus SAS key name"
8+
AZURE_STORAGE_CONNECTION_STRING="your storage connection string"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ doc/
2222
lib/bundler/man
2323
pkg
2424
rdoc
25-
25+
.vscode/
2626

2727
.DS_Store
2828
.ruby-version

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
#--------------------------------------------------------------------------
1515
source 'https://rubygems.org'
1616

17-
gemspec :name => 'azure'
18-
19-
# azure_storage and azure has overlap dependencies which should be kept the same.
20-
gemspec :name => 'azure_storage'
17+
gemspec :name => 'azure-storage'

0 commit comments

Comments
 (0)